Tag Archives: BTS

BTS leader's streak hits 43 games

By Zachary Finkelstein Prior to the 2013 campaign, Club 40 had admitted 32 members across its first 13 years of existence. We’re talking an average of two to three entries per year. So far, six individuals have been inducted into the impressive group. And right now, we have two Streakers climbing high up the BTS mountain … here’s what we know about them. …read more

Source: FULL ARTICLE at MLB

Paul Tagliamonte: GSoC Project Idea: Debian Android app

Hello, World!

There are details coming out soon with regards to GSoC:2013, so all this is without any official hat of any sort on.

However, I had an idea, and I was wondering if there were people interested in mentoring it.

For a long time, I’ve wanted a Debian android application — one that will use API calls to fetch PTS info, BTS info, and intercept bug URLs to display Debian related information on the native interface.

It’d also be neat to set a profile (e.g. my emails) and get notifications when things happen that I care about.

Anyone know how to code for android and interested in GSoC?

…read more
Source: FULL ARTICLE at Planet Ubuntu

Dmitrijs Ledkovs: Thoughts on Debian package policies

configure, Makefile.in, config.guess & config.sub
Are static, included copies of code that should always be rebuild during build. If they are not rebuild at build time, it should be documented/automated the relevant helpers that are needed to rebuild the package. If they are failing to rebuild it’s RC since source code is provided that is effectively cannot be modified in the preferred form. They also should not be modified in patch form, as editing generated code is not preferred form of modification. Also it constantly hurts us when bringing up new kernels and architectures (recently kfreebsd, armhf, aarch64). dh_autoreconf is a great tool to achieve thiis s.

no native packages
Generally if software is useful in Debian Project it can be useful for other debian-like and unlike projects. In particular native packages do not offer the same patching flexibility as 3.0 (quilt), thus forcing downstream distributions to inline modify packages without DEP-3 headers. This hurts us, when  trying to merge useful stuff from derivatives back into Debian, as changes are not split into individual patches.

shared maintainership
I’d like to put all my packages under “Debian Developers ” maintainership. There is no need for NMU, QA, TEAM upload. If you have a patch, I don’t want a bug in BTS nor commits, I’d like you to simply upload it into the archive. Especially blanket changes must be welcomed across the whole archive: translations, unit tests, porting to new debhelper versions, FTBFS fixes against next versions of compilers and interpreters, multiarch & cross-building fixes, porting to latest best packaging practices.

ps. comments are turned off. All further discussion is redirected to your choice of: debian-devel or my personal email.

Source: FULL ARTICLE at Planet Ubuntu