<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12494</id>
	<title>Nabble - debian-devel-announce</title>
	<updated>2009-11-21T07:54:36Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/debian-devel-announce-f12494.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/debian-devel-announce-f12494.html" />
	<subtitle type="html">Announcements of development issues like policy changes, important release issues &amp;c.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26457813</id>
	<title>New source package formats now available</title>
	<published>2009-11-21T07:54:36Z</published>
	<updated>2009-11-21T07:54:36Z</updated>
	<author>
		<name>Raphael Hertzog-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;since a few weeks the Debian archive accepts source package using the new
&lt;br&gt;formats &amp;quot;3.0 (quilt)&amp;quot; and &amp;quot;3.0 (native)&amp;quot;. The last step for us (dpkg
&lt;br&gt;maintainers) in this project is to change dpkg-source to use those new
&lt;br&gt;formats by default. However, before we do this we want to ensure that
&lt;br&gt;no packages (in sid) will be broken due to this switch and there are
&lt;br&gt;quite a few packages left to fix:
&lt;br&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=hertzog@debian.org;tag=3.0-quilt-by-default&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=hertzog@...;tag=3.0-quilt-by-default&lt;/a&gt;&lt;br&gt;You're more than welcome to help us achieve this release goal [2].
&lt;br&gt;&lt;br&gt;The initial uptake is quite good, more than 120 source packages
&lt;br&gt;have been converted already:
&lt;br&gt;Graph: &lt;a href=&quot;http://upsilon.cc/~zack/stuff/dpkg-v3/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://upsilon.cc/~zack/stuff/dpkg-v3/&lt;/a&gt;&lt;br&gt;Raw numbers: &lt;a href=&quot;http://udd.debian.org/cgi-bin/dpkgformat.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://udd.debian.org/cgi-bin/dpkgformat.cgi&lt;/a&gt;&lt;br&gt;&lt;br&gt;We have collected some question/answers from early adopters in
&lt;br&gt;the dedicated wiki page, the most important information is pasted
&lt;br&gt;below. We hope you will find it helpful to convert your own packages.
&lt;br&gt;&lt;a href=&quot;http://wiki.debian.org/Projects/DebSrc3.0#FAQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/Projects/DebSrc3.0#FAQ&lt;/a&gt;&lt;br&gt;&lt;br&gt;=== Why should I convert my package to 3.0 (quilt) format? ===
&lt;br&gt;&lt;br&gt;Pick the reasons that matter to you:
&lt;br&gt;&amp;nbsp;* by keeping patches separate and properly documented (with DEP-3[1]):
&lt;br&gt;&amp;nbsp; &amp;nbsp;* the Debian changes are more likely to be reviewed (for example thanks to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://patch-tracker.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://patch-tracker.debian.org&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp;* any upstream contributor is more likely to find and merge the patches (if
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;you haven't forwarded it properly)
&lt;br&gt;&amp;nbsp; &amp;nbsp;* other distributions can reuse our patches
&lt;br&gt;&amp;nbsp;* even if you don't have any upstream patch right now, next time that
&lt;br&gt;&amp;nbsp; &amp;nbsp;someone must NMU your package, they can cleanly add a patch (with a
&lt;br&gt;&amp;nbsp; &amp;nbsp;proper DEP-3 header) without having to modify the build system
&lt;br&gt;&amp;nbsp;* same applies for derivative distributions that have to modify your
&lt;br&gt;&amp;nbsp; &amp;nbsp;packages... you're more likely to be able to find something valuable to
&lt;br&gt;&amp;nbsp; &amp;nbsp;merge if their changes are kept as separate patches instead of merged
&lt;br&gt;&amp;nbsp; &amp;nbsp;within the .diff.gz
&lt;br&gt;&amp;nbsp;* debian/rules can be simplified by getting rid of the
&lt;br&gt;&amp;nbsp; &amp;nbsp;patching/unpatching code (or the uuencoding/uudecoding code if you ship
&lt;br&gt;&amp;nbsp; &amp;nbsp;a supplementary binary file like an icon)
&lt;br&gt;&amp;nbsp;* the upstream tarball is bzip2-compressed and you don't want to have to
&lt;br&gt;&amp;nbsp; &amp;nbsp;convert it
&lt;br&gt;&amp;nbsp;* the upstream tarball contains a debian directory and you don't want to
&lt;br&gt;&amp;nbsp; &amp;nbsp;repackage it just to remove that directory
&lt;br&gt;&amp;nbsp;* the upstream author releases the software in multiple tarballs
&lt;br&gt;&amp;nbsp;* you don't have to add -i -I every time that you manually build the
&lt;br&gt;&amp;nbsp; &amp;nbsp;package from the VCS repository (the VCS-specific files are ignored by
&lt;br&gt;&amp;nbsp; &amp;nbsp;default)
&lt;br&gt;&amp;nbsp;* in the long run it's best to standardize on a single patch system (new
&lt;br&gt;&amp;nbsp; &amp;nbsp;contributors need to learn a single system, more people can help you,
&lt;br&gt;&amp;nbsp; &amp;nbsp;etc.) and quilt appears to be that patch system.
&lt;br&gt;&lt;br&gt;=== How to convert a source package? ===
&lt;br&gt;&lt;br&gt;You need to put &amp;quot;3.0 (quilt)&amp;quot; or &amp;quot;3.0 (native)&amp;quot; in debian/source/format to
&lt;br&gt;indicate the desired format to dpkg-source (see the dpkg-source(1) manual
&lt;br&gt;page for more information).
&lt;br&gt;&lt;br&gt;Native packages should not need any other change.
&lt;br&gt;&lt;br&gt;When you switch to &amp;quot;3.0 (quilt)&amp;quot;, there are other changes that you might
&lt;br&gt;want to do:
&lt;br&gt;&amp;nbsp;* If your .diff.gz modifies upstream files, you should really put those
&lt;br&gt;&amp;nbsp; &amp;nbsp;changes in separate quilt patches first, otherwise all those changes
&lt;br&gt;&amp;nbsp; &amp;nbsp;will be merged in a single quilt patch named
&lt;br&gt;&amp;nbsp; &amp;nbsp;debian/patches/debian-changes-&amp;lt;version&amp;gt;. Consider documenting those
&lt;br&gt;&amp;nbsp; &amp;nbsp;patches by following DEP-3[1].
&lt;br&gt;&amp;nbsp;* If you use another patch system (like dpatch or dbs), consider
&lt;br&gt;&amp;nbsp; &amp;nbsp;switching to quilt (you can then simplify your debian/rules, see next
&lt;br&gt;&amp;nbsp; &amp;nbsp;point).
&lt;br&gt;&amp;nbsp;* You can remove everything related to quilt in debian/rules
&lt;br&gt;&amp;nbsp; &amp;nbsp;(patch/unpatch logic, cleanup of quilt stamp file and its .pc
&lt;br&gt;&amp;nbsp; &amp;nbsp;directory).
&lt;br&gt;&lt;br&gt;=== Does a 3.0 (quilt) source package need to build-depend on quilt? ===
&lt;br&gt;&lt;br&gt;If you drop the quilt usage in debian/rules (patch/unpatch logic), then no.
&lt;br&gt;&lt;br&gt;=== Is the README.source file needed with 3.0 (quilt) source packages? ===
&lt;br&gt;&lt;br&gt;No. Since dpkg-source -x applies the patch, you don't have to explain how
&lt;br&gt;the patch system works. If lintian gives you the
&lt;br&gt;patch-system-but-no-source-readme warning, upgrade to the latest version
&lt;br&gt;in sid.
&lt;br&gt;&lt;br&gt;=== Other questions ? ===
&lt;br&gt;&lt;br&gt;Read the full FAQ in the wiki and the dpkg-source(1) manual page. If you
&lt;br&gt;still have questions, please ask on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26457813&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Thank you for your attention.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://dep.debian.net/deps/dep3/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dep.debian.net/deps/dep3/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://wiki.debian.org/ReleaseGoals/NewDebFormats&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/ReleaseGoals/NewDebFormats&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://release.debian.org/squeeze/goals.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://release.debian.org/squeeze/goals.txt&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;Raphaël Hertzog
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (537 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26457813/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-source-package-formats-now-available-tp26457813p26457813.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26380803</id>
	<title>some mail handling updates</title>
	<published>2009-11-16T14:23:02Z</published>
	<updated>2009-11-16T14:23:02Z</updated>
	<author>
		<name>Stephen Gran</name>
	</author>
	<content type="html">Hello everyone,
&lt;br&gt;&lt;br&gt;Over the past year or two, lots of changes have been made to the mail
&lt;br&gt;handling for user mail accounts, and there are plenty of other changes
&lt;br&gt;planned for the future. &amp;nbsp;All the changes below do not affect liszt or
&lt;br&gt;alioth.
&lt;br&gt;&lt;br&gt;Some notable changes:
&lt;br&gt;&amp;nbsp;- A single mail configuration template for all d.o machines
&lt;br&gt;&amp;nbsp;- The busier machines use clamav with 3rd party signatures for scanning
&lt;br&gt;&amp;nbsp; &amp;nbsp;mail
&lt;br&gt;&amp;nbsp;- packages.d.o uses spamassassin on all mail at smtp time
&lt;br&gt;&amp;nbsp;- The BTS uses greylisting
&lt;br&gt;&amp;nbsp;- Most machines now route through a set of gateway MXes for inbound and
&lt;br&gt;&amp;nbsp; &amp;nbsp;outbound delivery, letting those machines spend more time doing what
&lt;br&gt;&amp;nbsp; &amp;nbsp;they're meant to and less time fighting spam.
&lt;br&gt;&lt;br&gt;&amp;nbsp;- Users can set the envelope for their mail
&lt;br&gt;&amp;nbsp;- Users can decide whether a mail should be rejected, marked up, or 
&lt;br&gt;&amp;nbsp; &amp;nbsp;blackholed if it gets a 'hit' during content inspection
&lt;br&gt;&lt;br&gt;&amp;nbsp;- Teams can have group writable mboxes or not
&lt;br&gt;&amp;nbsp;- Teams can use the same anti-spam techniques (RBLs, callouts,
&lt;br&gt;&amp;nbsp; &amp;nbsp;greylisting, etc) as regular user accounts.
&lt;br&gt;&amp;nbsp;- Teams can have some aliases be only addressable from within the d.o
&lt;br&gt;&amp;nbsp; &amp;nbsp;estate
&lt;br&gt;&lt;br&gt;Things planned for the future:
&lt;br&gt;&amp;nbsp;- Breaking up the conflation between @debian.org and @$machine.debian.org
&lt;br&gt;&amp;nbsp; &amp;nbsp;mail handling (more on this in a seperate mail)
&lt;br&gt;&amp;nbsp;- BATV checking (there is support in ud-ldap, just not yet in the exim
&lt;br&gt;&amp;nbsp; &amp;nbsp;configuration)
&lt;br&gt;&amp;nbsp;- Users can decide to opt out of the default anti-spam setup in place.
&lt;br&gt;&lt;br&gt;One of the happy side effects of this is a substantial reduction in spam
&lt;br&gt;across the estate. &amp;nbsp;We've stopped accepting roughly half a million mails
&lt;br&gt;a day that were obviously spam, although of course we can do better.
&lt;br&gt;One way you can help yourself is to log in to db.debian.org and select
&lt;br&gt;the anti-spam options you feel would be helpful for your account.
&lt;br&gt;For DNSBLs and RHSBLs, you'll need to use the mail gateway, as there is
&lt;br&gt;not yet support in the web interface.
&lt;br&gt;&lt;br&gt;More notes on what the various fields mean and how they will be used can
&lt;br&gt;seen in the very meager documentation [0] and more accurately here [1].
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;-----------------------------------------------------------------
&lt;br&gt;| &amp;nbsp; ,''`. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Stephen Gran |
&lt;br&gt;| &amp;nbsp;: :' : &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26380803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sgran@...&lt;/a&gt; |
&lt;br&gt;| &amp;nbsp;`. `' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Debian user, admin, and developer |
&lt;br&gt;| &amp;nbsp; &amp;nbsp;`- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org&lt;/a&gt;&amp;nbsp;|
&lt;br&gt;&amp;nbsp;-----------------------------------------------------------------
&lt;br&gt;[0] &lt;a href=&quot;http://db.debian.org/doc-mail-handling.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://db.debian.org/doc-mail-handling.html&lt;/a&gt;&lt;br&gt;[1] &lt;a href=&quot;http://git.debian.org/?p=mirror/dsa-puppet.git;a=tree;f=modules/exim;h=HEAD&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://git.debian.org/?p=mirror/dsa-puppet.git;a=tree;f=modules/exim;h=HEAD&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26380803/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/some-mail-handling-updates-tp26380803p26380803.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26360009</id>
	<title>Bits from the FTPMaster meeting</title>
	<published>2009-11-15T07:15:35Z</published>
	<updated>2009-11-15T07:15:35Z</updated>
	<author>
		<name>Joerg Jaspert-2</name>
	</author>
	<content type="html">Hello Debian world.
&lt;br&gt;&lt;br&gt;Meeting
&lt;br&gt;-------
&lt;br&gt;Your beloved FTP Team had a meeting in the Essener LinuxHotel[1] during
&lt;br&gt;the last week of October. A lot has been achieved during this meeting
&lt;br&gt;and we would like to take this opportunity to thank our hosts from the
&lt;br&gt;LinuxHotel for the nice environment as well as every Debian Developer,
&lt;br&gt;Maintainer and interested for their patience during the time of reduced
&lt;br&gt;archive service.
&lt;br&gt;&lt;br&gt;During this meeting more than half of our codebase got changed and
&lt;br&gt;multiple outstanding and intrusive patches got merged. We also discussed
&lt;br&gt;various outstanding topics, a few of which we can report about already,
&lt;br&gt;a few others where we still have to gather more information. This
&lt;br&gt;process, either asking our lawyers or various other people, has already
&lt;br&gt;been started.
&lt;br&gt;&lt;br&gt;&lt;br&gt;dpkg v3 source format, compression
&lt;br&gt;----------------------------------
&lt;br&gt;As many already noticed, our archive now additionally supports 3.0
&lt;br&gt;(quilt) and 3.0 (native) source package formats. &amp;nbsp;You can use either
&lt;br&gt;gzip as usual or bzip2 for the compression within the binary packages -
&lt;br&gt;and now also for the source files. We do not support lzma as a
&lt;br&gt;compressor, as the format is already dead again. After squeeze we will
&lt;br&gt;probably add support for its successor, xz.
&lt;br&gt;&lt;br&gt;Currently there are no plans to support the 3.0 git or bzr formats.
&lt;br&gt;&lt;br&gt;incoming.debian.org
&lt;br&gt;-------------------
&lt;br&gt;The public view of incoming.debian.org has changed. &amp;nbsp;Due to internal
&lt;br&gt;changes in dak, queue/accepted no longer exists so we generate a
&lt;br&gt;public view in the same way as the hidden buildd queues were always
&lt;br&gt;generated. &amp;nbsp;This change means that packages will stay visible on
&lt;br&gt;incoming.debian.org for a short time after they enter the pool
&lt;br&gt;and are pushed to the mirrors (which removes the old problem whereby
&lt;br&gt;during dinstall packages would vanish from incoming but not yet
&lt;br&gt;be visible in the pool). &amp;nbsp;As a couple of people have commented, the
&lt;br&gt;changes files are no longer part of this view. &amp;nbsp;It's possible that
&lt;br&gt;in the future we will add them back, but the same information is
&lt;br&gt;available on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26360009&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel-changes@...&lt;/a&gt; and we would
&lt;br&gt;need to make some small architectural changes to add the .changes
&lt;br&gt;files back.
&lt;br&gt;&lt;br&gt;Another side-effect of this work is that it will now be possible
&lt;br&gt;to autobuild suites other than unstable from 'accepted'. &amp;nbsp;This will
&lt;br&gt;require work and discussion with the buildd team as to how they
&lt;br&gt;want to handle it.
&lt;br&gt;&lt;br&gt;IRC
&lt;br&gt;---
&lt;br&gt;The channel #debian-ftp is now open to the public as a way of
&lt;br&gt;contacting members of the ftp-team, but not for random discussions.
&lt;br&gt;Please, help us keep the channel well focused and on-topic.
&lt;br&gt;&lt;br&gt;source-only uploads
&lt;br&gt;-------------------
&lt;br&gt;After some discussion about this, there are two opinions within the
&lt;br&gt;ftp-team about this matter. &amp;nbsp;Given that other distros experience has
&lt;br&gt;shown that allowing source only uploads results in a huge loss of
&lt;br&gt;quality checks and an increased load on the buildds from packages
&lt;br&gt;FTBFSing everywhere, some members of the team believe that source+binary
&lt;br&gt;uploads should happen as currently, &amp;nbsp;but that the maintainer built
&lt;br&gt;binaries should be rebuilt by the buildds (i.e. be thrown away at accept
&lt;br&gt;time). &amp;nbsp;Other members of the team think that we should allow source-only
&lt;br&gt;uploads and that if some people keep uploading packages which FTBFS
&lt;br&gt;everywhere (showing a lack of basic testing), this should be dealt with
&lt;br&gt;by the project in other ways which are out of the scope of the ftp-team.
&lt;br&gt;&lt;br&gt;The current &amp;quot;winning&amp;quot; opinion is to go with the source+throw away
&lt;br&gt;binaries route. &amp;nbsp;We are close to being able to achieve this, it is
&lt;br&gt;simply that it has not yet been enabled. &amp;nbsp;Before any version of this
&lt;br&gt;can be enabled, buildd autosigning needs to be implemented in order
&lt;br&gt;that dak can differentiate buildd uploads vs maintainer uploads.
&lt;br&gt;&lt;br&gt;Provisions have been made in dak for things such as bootstrapping a
&lt;br&gt;new architecture where binary uploads from porters may be necessary
&lt;br&gt;in order to get going.
&lt;br&gt;&lt;br&gt;lintian autorejects
&lt;br&gt;-------------------
&lt;br&gt;Now turned on. lintian tags available in yaml format from
&lt;br&gt;&lt;a href=&quot;http://ftp-master.debian.org/static/lintian.tags&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp-master.debian.org/static/lintian.tags&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Inline&amp;quot; signed Release files
&lt;br&gt;-----------------------------
&lt;br&gt;We now have a second Release file on our mirrors, called InRelease. The
&lt;br&gt;only difference to Release is that the signature is not detached, but
&lt;br&gt;within the file. This is a first step towards getting rid of race
&lt;br&gt;conditions when updating Packages/Sources files and mirror updates
&lt;br&gt;running. After squeeze we will change to have more than one generation
&lt;br&gt;of Packages/Sources files on the mirror (likely the last 3) and have
&lt;br&gt;them all included. &amp;nbsp;This will require discussion with the apt
&lt;br&gt;(and other relevant) maintainers about how this should be implemented.
&lt;br&gt;&lt;br&gt;--rsyncable
&lt;br&gt;-----------
&lt;br&gt;We enabled all gzip content to be generated using --rsyncable
&lt;br&gt;(Packages, Sources, Contents, indices/). This gives a slight increase
&lt;br&gt;in size but a huge decrease in neccessary bandwidth used by the mirror
&lt;br&gt;sync.
&lt;br&gt;&lt;br&gt;The extra source case
&lt;br&gt;---------------------
&lt;br&gt;This issue is the one traditionally known as the linux-modules-extra
&lt;br&gt;problem but also exists for some compiler packages and in the past
&lt;br&gt;existed for things such as apache2-mpm-itk and so is a more general
&lt;br&gt;problem. &amp;nbsp;It exists where a package needs to use source from another
&lt;br&gt;package in order to build. &amp;nbsp;This is normally done by creating a -source
&lt;br&gt;binary package and Build-Depending on it (this is of course ugly in its
&lt;br&gt;own right, but let's fix one thing at a time). &amp;nbsp;The problem is that dak
&lt;br&gt;then has no idea that we need to keep the extra source(s) around on the
&lt;br&gt;mirror whilst that binary package is still available. &amp;nbsp;We intend to fix
&lt;br&gt;this by introducing a way of packages declaring that they were
&lt;br&gt;Built-Using a certain source package,version and then tracking that to
&lt;br&gt;ensure that the sources are kept around properly. &amp;nbsp;The changes in dak
&lt;br&gt;which are needed are now relatively small and a proposal will be posted
&lt;br&gt;to debian-devel soon which will outline how we hope that this will work.
&lt;br&gt;&lt;br&gt;Tracking arch all packages
&lt;br&gt;--------------------------
&lt;br&gt;#246992 asked us to not delete arch all packages before the
&lt;br&gt;corresponding (if any) arch any packages are available for all
&lt;br&gt;architectures. &amp;nbsp;Example: whenever a new source package for emacs23
&lt;br&gt;gets uploaded the installation of the metapackage emacs_*_all.deb
&lt;br&gt;breaks on most architectures until the needed Architecture: any
&lt;br&gt;packages like emacs23 get built by the buildds. That happens because
&lt;br&gt;dak removes all arch: all packages but the newest one.
&lt;br&gt;&lt;br&gt;While this behaviour is easily documented and one can easily devise a
&lt;br&gt;fix (&amp;quot;just keep the arch all until the any is there, stupid&amp;quot;), the
&lt;br&gt;actual implementation of it contains several nasty corner cases
&lt;br&gt;which is why it took so long to fix.
&lt;br&gt;&lt;br&gt;Thankfully Torsten Werner took on this task during the meeting [2] and
&lt;br&gt;we are now in a position where we can merge his work. &amp;nbsp;We'll email
&lt;br&gt;before turning on this feature so that people can watch out of any
&lt;br&gt;strange cases which could cause problems.
&lt;br&gt;&lt;br&gt;NEW/Byhand
&lt;br&gt;----------
&lt;br&gt;Due to the massive changes in the archive, NEW (and also Byhand) had to
&lt;br&gt;be disabled. Certain assumptions made by the processing tools no longer
&lt;br&gt;applied. &amp;nbsp;The last week was used to work on this issue and we think this
&lt;br&gt;will be fixed today, so NEW processing will return to its normal speed
&lt;br&gt;soon.
&lt;br&gt;&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.linuxhotel.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linuxhotel.de&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://ftp-master.debian.org/wiki/projects/arch-all-tracking/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp-master.debian.org/wiki/projects/arch-all-tracking/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;bye, Joerg, for the FTP Team.
&lt;br&gt;&amp;lt;madduck&amp;gt; and yes, the ftpmasters are not the most clueful people
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (265 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26360009/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-from-the-FTPMaster-meeting-tp26360009p26360009.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26180242</id>
	<title>Bits from the ftp-team</title>
	<published>2009-11-03T06:14:16Z</published>
	<updated>2009-11-03T06:14:16Z</updated>
	<author>
		<name>Mark Hymers-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Just a quick update on goings on in ftpmaster after the meeting last week.
&lt;br&gt;We'll be sending out a full report as soon as we've finished writing it, but we
&lt;br&gt;wanted to make people aware of a few things.
&lt;br&gt;&lt;br&gt;First of all, the following parts of the archive are temporarily
&lt;br&gt;non-functional:
&lt;br&gt;&lt;br&gt;&amp;nbsp;* NEW processing (sometime this week)
&lt;br&gt;&amp;nbsp;* {o-,}p-u-new to {o-,}p-u migration (sometime this week)
&lt;br&gt;&lt;br&gt;These two just need some converting to handle the new way of processing
&lt;br&gt;packages. &amp;nbsp;Members of the ftpteam are already working on patches to the code
&lt;br&gt;and it should be done sometime this week.
&lt;br&gt;&lt;br&gt;&amp;nbsp;* queue cleaning
&lt;br&gt;&amp;nbsp;* suite cleaning
&lt;br&gt;&lt;br&gt;Likewise, this is simply an update to take into account internal changes in the
&lt;br&gt;way dak handles the buildd queue (and incoming.debian.org, the public view of
&lt;br&gt;what has recently been accepted). &amp;nbsp;These changes will however allow us to make
&lt;br&gt;suites other than unstable available for building as seperate queues in the
&lt;br&gt;same way as unstable is handled (where appropriate and wanted). &amp;nbsp;We're hoping
&lt;br&gt;to have these fixed either today or tomorrow morning to avoid the queues
&lt;br&gt;growing out of control.
&lt;br&gt;&lt;br&gt;&amp;nbsp;* new fingerprint importing
&lt;br&gt;&lt;br&gt;This is a relatively trivial to fix and is just a path / database mismatch, but
&lt;br&gt;we want to check that nowhere else in the code will be affected. &amp;nbsp;Should be
&lt;br&gt;done by the end of the week.
&lt;br&gt;&lt;br&gt;One final announcement for now is that #debian-ftp is now an open channel. &amp;nbsp;In
&lt;br&gt;future, requests which used to involve pinging random members of the ftp-team
&lt;br&gt;and hoping they were available should be directed to this channel. &amp;nbsp;The channel
&lt;br&gt;should be considered analagous to #debian-release or #debian-admin in that it's
&lt;br&gt;not a general discussion and chat channel, but people are welcome to idle there
&lt;br&gt;as long as this is remembered. &amp;nbsp;The rationale for this is that too much traffic
&lt;br&gt;on the channel will defeat its purpose which is for the ftp-team to jump to it
&lt;br&gt;should they see any activity on it.
&lt;br&gt;&lt;br&gt;Thanks for your patience with all of these changes.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;(on behalf of the ftp-team)
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26180242/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-from-the-ftp-team-tp26180242p26180242.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26135482</id>
	<title>DebConf10 to take place in New York City, USA in August 2010</title>
	<published>2009-10-30T12:04:43Z</published>
	<updated>2009-10-30T12:04:43Z</updated>
	<author>
		<name>Jimmy Kaplowitz-3</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA512
&lt;br&gt;&lt;br&gt;~~~ October 30, 2009 : PRESS RELEASE ~~~
&lt;br&gt;&lt;br&gt;&lt;br&gt;FOR IMMEDIATE RELEASE
&lt;br&gt;&lt;br&gt;DebConf10 to take place in New York City, USA in August 2010
&lt;br&gt;============================================================
&lt;br&gt;&lt;br&gt;* Annual Debian conference to take place August 1-7, 2010
&lt;br&gt;* Hosted in New York City; first time ever in the United States
&lt;br&gt;* General public invited to day of talks about Debian and Free Software
&lt;br&gt;* Call for papers, registration to open in January 2010
&lt;br&gt;&lt;br&gt;New York City, USA, October 30, 2009 - The Debian Project,
&lt;br&gt;the team behind the free Debian GNU/Linux operating system,
&lt;br&gt;confirmed the dates and venue for its next annual conference,
&lt;br&gt;DebConf10.
&lt;br&gt;&lt;br&gt;The conference will take place from August 1 to 7, 2010, at Columbia
&lt;br&gt;University, in New York City, USA, in cooperation with the Columbia
&lt;br&gt;Computer Science department. In DebConf's eleven-year
&lt;br&gt;history, this will be the first time it has been held in the
&lt;br&gt;United States of America.
&lt;br&gt;&lt;br&gt;Every year, DebConf allows new and existing Debian project participants
&lt;br&gt;from around the world to assemble, share knowledge, make collaborative
&lt;br&gt;contributions to Debian, and build tighter community bonds. Conference
&lt;br&gt;costs are largely funded by corporate sponsors who find significant
&lt;br&gt;value in enabling Debian's success.
&lt;br&gt;&lt;br&gt;&amp;quot;The Debian community in New York City is excited to welcome our
&lt;br&gt;colleagues from around the world to join us for this rewarding and
&lt;br&gt;productive conference,&amp;quot; says Jimmy Kaplowitz, leader of the local team
&lt;br&gt;for DebConf10. &amp;quot;We look forward to energizing North American Debian
&lt;br&gt;contributors and introducing interested users to ways they can give back
&lt;br&gt;to Debian, making it an even better operating system and an even better
&lt;br&gt;community.&amp;quot;
&lt;br&gt;&lt;br&gt;DebConf will include a day when it opens its doors to the general
&lt;br&gt;public. There will be talks and demonstrations about the benefits
&lt;br&gt;of Debian and Free and Open Source software in general to corporate,
&lt;br&gt;governmental, academic, and individual users.
&lt;br&gt;&lt;br&gt;The call for papers and registration will open in January 2010.
&lt;br&gt;&lt;br&gt;DebConf10 will be preceded by DebCamp, the yearly developer work
&lt;br&gt;sessions, starting on July 25.
&lt;br&gt;&lt;br&gt;Information about DebConf10 is updated at
&lt;br&gt;&lt;a href=&quot;http://debconf10.debconf.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://debconf10.debconf.org&lt;/a&gt;&amp;nbsp;as it becomes available.
&lt;br&gt;&lt;br&gt;ABOUT DEBIAN
&lt;br&gt;&lt;br&gt;Debian GNU/Linux is a free computer operating system. Over three
&lt;br&gt;thousand volunteers from all over the world work together to create
&lt;br&gt;and maintain Debian software. Translated into 27 languages, and
&lt;br&gt;supporting a huge range of computer types, Debian calls itself the
&lt;br&gt;&amp;quot;universal operating system&amp;quot;. In the United States, Debian is backed
&lt;br&gt;by Software in the Public Interest, Inc., a not-for-profit public
&lt;br&gt;charity as described in section 501(c)(3) of the Internal Revenue
&lt;br&gt;Code.
&lt;br&gt;&lt;br&gt;ABOUT DEBCONF
&lt;br&gt;&lt;br&gt;DebConf is the annual Debian conference, which has taken place since
&lt;br&gt;2000 in places as varied as Canada, Finland, and Argentina. Several
&lt;br&gt;hundred developers, contributors, and users gather each year at
&lt;br&gt;a new location to further ideas, cooperate, and socialize. More
&lt;br&gt;information about DebConf is available from &lt;a href=&quot;http://debconf.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://debconf.org&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;FOR FURTHER INFORMATION PLEASE CONTACT
&lt;br&gt;&lt;br&gt;DebConf press team
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26135482&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;press@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://debconf10.debconf.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://debconf10.debconf.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Americas: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Europe / Middle East / Africa / Asia / Pacific:
&lt;br&gt;Jimmy Kaplowitz &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Martin Krafft
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26135482&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jimmy@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26135482&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;madduck@...&lt;/a&gt;
&lt;br&gt;Tel: +1 347 277 1465 &amp;nbsp; &amp;nbsp; &amp;nbsp; Tel: +41 32 5119511
&lt;br&gt;&lt;br&gt;###
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iQIcBAEBCgAGBQJK6iXkAAoJEGT+wHBUdj6bnS8P/i5Dhqfd1W1Hc4CfGuc5jX21
&lt;br&gt;XlVbEeFvEiKfzTnmcKZQ83ff3/x/ggdjmNJvqgODJBcOOZShIp5Fo5ALBHSYa5Xe
&lt;br&gt;uOUp+Xlkv2UpepW7dpvdGRLga7Zzr92VPHrpAgwQmmfGSKgizd+Bzr8a8bq3PJQg
&lt;br&gt;ntDMnkSYc5fvyrIUt+pNIhnXCswKa5FFlPEGcfQ4ckJxkJ0YkAijwZmGzuovOilp
&lt;br&gt;IrrLEGXSQgLFm/UYJH68CTyEahn2OinS9yjiUNfFg7fT7sj/119rmiT6bx3EjnlA
&lt;br&gt;t1eJS9BTnK18v18M+RSdW1Jv8ORH+FzLpkKQVeO0gofif7vA/3FOWoxDBQGeHQKz
&lt;br&gt;EahQyYKLIfk1EcvrSG29hMmmusmUQlE6rGcrAe+DgD9w6ofwSE6w1GQ3Cft27dMM
&lt;br&gt;H2sT7SIDLHZ5z9QrnfgRLhJkw1MMtYSZCnughh63rF+VfBTTTbmCwykBG2TFx9iJ
&lt;br&gt;LzyTj9fjRgm+GE9OF/MVJ/SmQogUYLXhLx9E555v9P3aWIuIquqMJWXov8LwXEE9
&lt;br&gt;3mdOKE1bzf5TbWbonlTEnNXskXC4hrW+ZBxV8vFN3rinOgwXfMXBc1j0WBhsuC/w
&lt;br&gt;2IzH7it4jxGDvYFTX0Cr6OaxN2grqDwUaum5NjXr3K4suSDnA9pMaFKTK3XA8l0P
&lt;br&gt;apCjt26v6ucVcDfY8x0h
&lt;br&gt;=uXBa
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26135482&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel-announce-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26135482&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DebConf10-to-take-place-in-New-York-City%2C-USA-in-August-2010-tp26135482p26135482.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26078356</id>
	<title>Lintian based autorejects</title>
	<published>2009-10-27T07:06:07Z</published>
	<updated>2009-10-27T07:06:07Z</updated>
	<author>
		<name>Joerg Jaspert-2</name>
	</author>
	<content type="html">Heyho,
&lt;br&gt;&lt;br&gt;we are turning on lintian based autorejects within the next few days.
&lt;br&gt;This means that packages failing a defined set of lintian tags will no
&lt;br&gt;longer be accepted into the archive, but get rejected immediately.
&lt;br&gt;This should help to get rid of the worst policy violations before
&lt;br&gt;wasting time and resources of other people.
&lt;br&gt;&lt;br&gt;Those automated rejects will only be done on sourceful uploads to
&lt;br&gt;unstable and experimental.
&lt;br&gt;&lt;br&gt;&lt;br&gt;As there are certain lintian tags that should only appear in very rare
&lt;br&gt;cases we have created two categories. The first is named &amp;quot;warning&amp;quot;, tags
&lt;br&gt;listed here *can* be overriden by the maintainer using the normal
&lt;br&gt;lintian override mechanism. Of course this should only be done if you
&lt;br&gt;have a technically sound reason why your package needs to break in such a
&lt;br&gt;way.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The second category is named &amp;quot;error&amp;quot; and the tags listed can not be
&lt;br&gt;overridden. Those are tags corresponding to packaging errors serious
&lt;br&gt;enough to mark a package unfit for the archive and should never happen.
&lt;br&gt;In fact, most of the tags listed do not appear in our archive
&lt;br&gt;currently, the few packages listed below should be easily fixable with
&lt;br&gt;their next upload.
&lt;br&gt;&lt;br&gt;We will provide a static url for the list of tags soon, for now you can
&lt;br&gt;look at them using [1].
&lt;br&gt;&lt;br&gt;There are multiple files in [2] showing you the packages affected,
&lt;br&gt;together with the tags they hit.
&lt;br&gt;&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://ftp-master.debian.org/~joerg/lintian/lintian.tags&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp-master.debian.org/~joerg/lintian/lintian.tags&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://ftp-master.debian.org/~joerg/lintian/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp-master.debian.org/~joerg/lintian/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;For future handling: If we are adding tags to the list that will hit
&lt;br&gt;more than a few packages we will send a notice to the d-d-a list.
&lt;br&gt;&lt;br&gt;If you think we should add tags or categorize them differently, feel
&lt;br&gt;free to mail us at &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26078356&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ftpmaster@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;bye, Joerg
&lt;br&gt;&amp;gt; But i don't think that we talk a lot, as far as i can see, you live in
&lt;br&gt;&amp;gt; the USA.
&lt;br&gt;Australia. Only minor details like timezone and hemisphere but pretty
&lt;br&gt;much the same. TZ is UTC+10 
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (202 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26078356/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Lintian-based-autorejects-tp26078356p26078356.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25966396</id>
	<title>Bits from the kernel team</title>
	<published>2009-10-19T14:54:47Z</published>
	<updated>2009-10-19T14:54:47Z</updated>
	<author>
		<name>Vincent Sanders-2</name>
	</author>
	<content type="html">The Debian Kernel team recently had a series of face to face meetings
&lt;br&gt;during the Linux Plumbers Conference [1].
&lt;br&gt;&lt;br&gt;The DPL managed to arrange for the whole team to be present in Oregon
&lt;br&gt;at the same time, a representative of the release team was also present.
&lt;br&gt;&lt;br&gt;The LPC conference venue allowed the kernel team to interact with the
&lt;br&gt;upstream developers and other distributions kernel teams in an
&lt;br&gt;positive and productive way.
&lt;br&gt;&lt;br&gt;The Debian kernel team meetings ran over four days and covered a large
&lt;br&gt;number of topics, the abridged minutes are presented here, the full
&lt;br&gt;meeting minutes are also available [2].
&lt;br&gt;&lt;br&gt;&lt;br&gt;Co-operation and version synchronisation with other distributions
&lt;br&gt;-----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;This discussion involved timing of the Debian freeze and what
&lt;br&gt;implications this might have on the kernel version selected for
&lt;br&gt;squeeze. The version selected by other distributions was also
&lt;br&gt;discussed. 
&lt;br&gt;&lt;br&gt;In conclusion the 2.6.32 release will probably be the initial kernel
&lt;br&gt;version shipped with squeeze.
&lt;br&gt;&lt;br&gt;Separate firmware, what is left to do?
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;A constructive discussion was held about the outstanding firmware
&lt;br&gt;issues, how the team addresses them and how we might work with upstream
&lt;br&gt;to address our DSFG issues with kernel sources.
&lt;br&gt;&lt;br&gt;Kernel Mode Setting transition
&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;It was resolved that KMS will be enabled at build time but disabled at
&lt;br&gt;run time by default. The X packages will be able to use modprobe
&lt;br&gt;config files to enable KMS at run time as required.
&lt;br&gt;&lt;br&gt;Feature patches
&lt;br&gt;---------------
&lt;br&gt;&lt;br&gt;These are patches the Debian kernels have for major features which are
&lt;br&gt;not upstream.
&lt;br&gt;&lt;br&gt;openvz
&lt;br&gt;++++++
&lt;br&gt;&lt;br&gt;Debian will continue to support this system with assistance from the
&lt;br&gt;openvz developers.
&lt;br&gt;&lt;br&gt;rt patchset
&lt;br&gt;+++++++++++
&lt;br&gt;&lt;br&gt;This is apparently not ready for production use and will not be
&lt;br&gt;present in Debian kernels.
&lt;br&gt;&lt;br&gt;vserver
&lt;br&gt;+++++++
&lt;br&gt;&lt;br&gt;This feature will be present in squeeze but will be marked as
&lt;br&gt;deprecated and a migration path to Linux containers investigated.
&lt;br&gt;&lt;br&gt;xen dom 0
&lt;br&gt;+++++++++
&lt;br&gt;&lt;br&gt;This feature will be included in the squeeze kernel release subject to
&lt;br&gt;ongoing stabilisation work. The feature will be marked as deprecated
&lt;br&gt;and will not appear in future releases.
&lt;br&gt;&lt;br&gt;IDE to libata decision
&lt;br&gt;----------------------
&lt;br&gt;&lt;br&gt;Debian will perform this transition using the udev packages in a
&lt;br&gt;similar way to Ubuntu. The Ubuntu developers have offered their
&lt;br&gt;assistance with this transition.
&lt;br&gt;&lt;br&gt;&lt;br&gt;preemption
&lt;br&gt;----------
&lt;br&gt;&lt;br&gt;This feature will be enabled for the squeeze release.
&lt;br&gt;&lt;br&gt;OSS
&lt;br&gt;---
&lt;br&gt;&lt;br&gt;This has been a deprecated kernel interface for some time and will be
&lt;br&gt;disabled for squeeze with mechanisms put in place to deal with legacy
&lt;br&gt;users.
&lt;br&gt;&lt;br&gt;bug triage and tagging
&lt;br&gt;----------------------
&lt;br&gt;&lt;br&gt;The kernel team has a large number of bugs, many of which contain
&lt;br&gt;inadequate information. The team decided that a policy for bugs and
&lt;br&gt;patches will be produced and enforced. We will also be improving the
&lt;br&gt;bug reporting by improving the reportbug usage.
&lt;br&gt;&lt;br&gt;Moving the Debian Kernel packaging to Git
&lt;br&gt;-----------------------------------------
&lt;br&gt;&lt;br&gt;A robust discussion happened with several views and ideas
&lt;br&gt;expressed. The final outcome was that the team as a whole favoured the
&lt;br&gt;move to git and that further investigation and implementation would
&lt;br&gt;occur.
&lt;br&gt;&lt;br&gt;Coordination with release team and D-I
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;Several issues were covered the main item from this session was an
&lt;br&gt;investigation as to if udeb generation should be merged with the main
&lt;br&gt;kernel source package.
&lt;br&gt;&lt;br&gt;Out of tree modules
&lt;br&gt;-------------------
&lt;br&gt;&lt;br&gt;After some discussion it was resolved to remove linux-modules-extra
&lt;br&gt;and -nonfree as they are an impossible to support properly.
&lt;br&gt;&lt;br&gt;A few modules the project really must have will be placed
&lt;br&gt;directly into the linux-2.6 source
&lt;br&gt;&lt;br&gt;The kernel team will endorse the use of dkms as a way for out-of-tree
&lt;br&gt;module maintainers to get their modules auto-built.
&lt;br&gt;&lt;br&gt;Leveraging upstream .deb building
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;This became a discussion about the general kernel packaging and how we
&lt;br&gt;might use the upstream provided facilities better. There was some
&lt;br&gt;discussion we have way too many ways to build a kernel.
&lt;br&gt;&lt;br&gt;We will be rationalising this to two methods, an upstream merged &amp;quot;make
&lt;br&gt;deb-pkg&amp;quot; target and the linux-2.6 Debian source.
&lt;br&gt;&lt;br&gt;We will also be rationalising the kernel postinst and co-ordinating
&lt;br&gt;our efforts with the Ubuntu developers.
&lt;br&gt;&lt;br&gt;New lists to co-ordinate
&lt;br&gt;------------------------
&lt;br&gt;&lt;br&gt;There is a mailing list which we might resurrect for general
&lt;br&gt;distribution co-ordination
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25966396&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kernel-packagers@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;And a list the Debian kernel team might want to join to co-ordinate with Ubuntu
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25966396&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kernel-team@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Debug Packages
&lt;br&gt;--------------
&lt;br&gt;&lt;br&gt;This refers to debugging information from current packages, not a
&lt;br&gt;separate configuration, useful for crash tools. This will be
&lt;br&gt;investigated further.
&lt;br&gt;&lt;br&gt;Automated build and test
&lt;br&gt;------------------------
&lt;br&gt;&lt;br&gt;This might be a useful tool in the future and work is ongoing.
&lt;br&gt;&lt;br&gt;Experimental
&lt;br&gt;------------
&lt;br&gt;&lt;br&gt;Some upload experimental uploads of the 2.6.31 version will be made.
&lt;br&gt;&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://linuxplumbersconf.org/2009/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://linuxplumbersconf.org/2009/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://lists.debian.org/debian-kernel/2009/10/msg00613.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.debian.org/debian-kernel/2009/10/msg00613.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25966396/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-from-the-kernel-team-tp25966396p25966396.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25948070</id>
	<title>Bits from the release team: Planning, request for help</title>
	<published>2009-10-18T09:16:10Z</published>
	<updated>2009-10-18T09:16:10Z</updated>
	<author>
		<name>Luk Claes-5</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi
&lt;br&gt;&lt;br&gt;Release planning
&lt;br&gt;================
&lt;br&gt;Proposing a new freeze date is not easy. Taking into account all of
&lt;br&gt;the feedback we have received, both online (by e-mail, IRC) as well as
&lt;br&gt;in person, and some challenging release goals we have set for ourselves,
&lt;br&gt;we propose freezing in March 2010.
&lt;br&gt;&lt;br&gt;Request for help
&lt;br&gt;================
&lt;br&gt;As in our previous update, we want to stress that the state
&lt;br&gt;of unstable and testing is not very good. We still have a large number
&lt;br&gt;of Release Critical bugs and problems ensuring the smooth
&lt;br&gt;transition of packages to testing.
&lt;br&gt;&lt;br&gt;To get the number of RC bugs down, we will be more aggressively
&lt;br&gt;removing fringe packages from testing and request your help in
&lt;br&gt;fixing bugs, following the build status of your packages and
&lt;br&gt;organising bug squashing parties (BSPs [0][1][2]).
&lt;br&gt;&lt;br&gt;In order to help ensure the smooth migration to testing of packages
&lt;br&gt;involved in library transitions, we ask you to try to avoid uploading
&lt;br&gt;packages when doing so would disturb an existing transition. Executing
&lt;br&gt;``grep-excuses &amp;lt;pkg&amp;gt;'' (from the devscripts package) before uploading
&lt;br&gt;can help a lot.
&lt;br&gt;&lt;br&gt;If you are interested in helping or joining the Release Team, please
&lt;br&gt;contact us (in private or public) and we'll see how to make it work.
&lt;br&gt;&lt;br&gt;Please don't hesitate to contact us if you have any questions.
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;&lt;a href=&quot;http://release.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://release.debian.org&lt;/a&gt;&lt;br&gt;Debian Release Team
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;http://wiki.debian.org/BSP&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/BSP&lt;/a&gt;&lt;br&gt;[1] &lt;a href=&quot;http://wiki.debian.org/BSP2009/CambridgeNovember&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/BSP2009/CambridgeNovember&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://wiki.debian.org/BSP2010/Moenchengladbach&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/BSP2010/Moenchengladbach&lt;/a&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.10 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkrbP0kACgkQ5UTeB5t8Mo20JACfSGv5AzY+KWhrqE4Byr87baAt
&lt;br&gt;SzYAn06ud/VpVFCyfcxztKbndRzoYmsF
&lt;br&gt;=n2BV
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25948070&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel-announce-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25948070&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-from-the-release-team%3A-Planning%2C-request-for-help-tp25948070p25948070.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25818961</id>
	<title>Misc developer news (#18)</title>
	<published>2009-10-09T03:35:51Z</published>
	<updated>2009-10-09T03:35:51Z</updated>
	<author>
		<name>Raphael Hertzog-3</name>
	</author>
	<content type="html">The news are collected on &lt;a href=&quot;http://wiki.debian.org/DeveloperNews&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/DeveloperNews&lt;/a&gt;&lt;br&gt;Please contribute short news about your work/plans/subproject.
&lt;br&gt;&lt;br&gt;In this issue:
&lt;br&gt;&amp;nbsp;+ 3-way merge of debian/changelog files
&lt;br&gt;&amp;nbsp;+ Pending security issues now shown in PTS pages
&lt;br&gt;&amp;nbsp;+ DEP-3 updated for compatibility with git format-patch
&lt;br&gt;&amp;nbsp;+ debian-devel and ITPs
&lt;br&gt;&amp;nbsp;+ wiki.debian.org bugstatus
&lt;br&gt;&lt;br&gt;3-way merge of debian/changelog files
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;A new script doing smart 3-way merges of Debian changelog files has been
&lt;br&gt;&amp;nbsp;announced[1]. Git can be configured to use it automatically, and will
&lt;br&gt;&amp;nbsp;thus avoid the usual conflicts generated by the standard line-based
&lt;br&gt;&amp;nbsp;merge.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Raphaël Hertzog
&lt;br&gt;&lt;br&gt;&amp;nbsp;[1] &lt;a href=&quot;http://www.ouaza.com/wp/2009/10/08/3-way-merge-of-debian-changelog-files/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ouaza.com/wp/2009/10/08/3-way-merge-of-debian-changelog-files/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Pending security issues now shown in PTS pages
&lt;br&gt;----------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;Thanks to a patch by Raphael Geissert, the PTS
&lt;br&gt;&amp;nbsp;(&lt;a href=&quot;http://packages.qa.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://packages.qa.debian.org&lt;/a&gt;) is now properly integrated with the
&lt;br&gt;&amp;nbsp;security tracker (&lt;a href=&quot;http://security-tracker.debian.net):&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://security-tracker.debian.net):&lt;/a&gt;&amp;nbsp;packages pages
&lt;br&gt;&amp;nbsp;will show the number of pending security issues (if any) that should be
&lt;br&gt;&amp;nbsp;addressed for a given source package.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Stefano Zacchiroli
&lt;br&gt;&lt;br&gt;DEP-3 updated for compatibility with git format-patch
&lt;br&gt;-----------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;The recently announced Patch Tagging Guidelines[2] have been updated for
&lt;br&gt;&amp;nbsp;better compatibility with git format-patch and other VCS exchanging
&lt;br&gt;&amp;nbsp;changesets as mails. Please consider using this format and feel free to
&lt;br&gt;&amp;nbsp;share your comments on its usage.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Raphaël Hertzog
&lt;br&gt;&lt;br&gt;&amp;nbsp;[2] &lt;a href=&quot;http://dep.debian.net/deps/dep3/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dep.debian.net/deps/dep3/&lt;/a&gt;&lt;br&gt;&lt;br&gt;debian-devel and ITPs
&lt;br&gt;---------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;At DebConf9 there was a discussion about making the debian-devel list
&lt;br&gt;&amp;nbsp;more useful. Towards that end, here is a quick reminder of the
&lt;br&gt;&amp;nbsp;recommendations in the developers reference section 5.1[3]. Please do not
&lt;br&gt;&amp;nbsp;sent ITPs for multiple packages to debian-devel, instead, please file the
&lt;br&gt;&amp;nbsp;ITPs and send a summary to debian-devel afterwards. This is especially
&lt;br&gt;&amp;nbsp;true for multiple packages that are related in some way.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Paul Wise
&lt;br&gt;&lt;br&gt;&amp;nbsp;[3] &lt;a href=&quot;http://www.debian.org/doc/developers-reference/pkgs.html#newpackage&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/doc/developers-reference/pkgs.html#newpackage&lt;/a&gt;&lt;br&gt;&lt;br&gt;wiki.debian.org bugstatus
&lt;br&gt;-------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;The Debian wiki now uses some JavaScript to update wiki pages containing
&lt;br&gt;&amp;nbsp;DebianBug:123456 links such that closed bugs are differentiated from
&lt;br&gt;&amp;nbsp;open bugs by a strike through. In addition, the mouseover title is set to
&lt;br&gt;&amp;nbsp;the bug status + fixed versions + bug number + bug subject. This feature
&lt;br&gt;&amp;nbsp;was initiated and coded by Max Vozeler (mvz) of the debian-installer
&lt;br&gt;&amp;nbsp;team, who wanted to use it on their squeeze goals[4] wiki page.
&lt;br&gt;&amp;nbsp;Implementation details can be found in the git repository of the Debian
&lt;br&gt;&amp;nbsp;wiki team[5]. The wiki team are also looking for someone to design dead
&lt;br&gt;&amp;nbsp;bug and live bug icons[6] that can be used to replace the normal
&lt;br&gt;&amp;nbsp;interwiki icons. If you would like to help convert existing bugs on the
&lt;br&gt;&amp;nbsp;wiki to DebianBug:123456 links, please see the list of wiki page
&lt;br&gt;&amp;nbsp;candidates for DebianBugification[7].
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Paul Wise
&lt;br&gt;&lt;br&gt;&amp;nbsp;[4] &lt;a href=&quot;http://wiki.debian.org/DebianInstaller/SqueezeGoals&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/DebianInstaller/SqueezeGoals&lt;/a&gt;&lt;br&gt;&amp;nbsp;[5] &lt;a href=&quot;http://wiki.debian.org/Teams/DebianWiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/Teams/DebianWiki&lt;/a&gt;&lt;br&gt;&amp;nbsp;[6] &lt;a href=&quot;http://art.debian.net/?ccm=/media/thread/24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://art.debian.net/?ccm=/media/thread/24&lt;/a&gt;&lt;br&gt;&amp;nbsp;[7] &lt;a href=&quot;http://lists.debian.org/debian-www/2009/08/msg00154.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.debian.org/debian-www/2009/08/msg00154.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Raphaël Hertzog
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (537 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25818961/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Misc-developer-news-%28-18%29-tp25818961p25818961.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25789133</id>
	<title>Release architectures</title>
	<published>2009-10-07T08:21:32Z</published>
	<updated>2009-10-07T08:21:32Z</updated>
	<author>
		<name>Andreas Barth</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;since our recent release update, things have been moving a bit. We'd
&lt;br&gt;like to give you the basic status of all our architectures for
&lt;br&gt;Squeeze, for details please see the individual mails (and &amp;quot;basic
&lt;br&gt;status&amp;quot; doesn't cover all details of course).
&lt;br&gt;&lt;br&gt;&lt;br&gt;kfreebsd
&lt;br&gt;~~~~~~~~
&lt;br&gt;&lt;br&gt;It looks like we could really release Squeeze with both a Linux port
&lt;br&gt;and a non-Linux port (i.e. kfreebsd-{amd64,i386}. However, we still
&lt;br&gt;have about 250 packages in Squeeze which are not installable due to
&lt;br&gt;missing dependencies, and 4000 packages not at all in Squeeze for
&lt;br&gt;kfreebsd. &amp;nbsp;On the other hand, most of the issues are just &amp;quot;part of a
&lt;br&gt;larger transition&amp;quot; and will clear up by itself over time. &amp;nbsp;Also there
&lt;br&gt;are good news on the debian-installer for kfreebsd. In all, the port
&lt;br&gt;looks very promising, but of course there are still many topics to
&lt;br&gt;tackle.
&lt;br&gt;&lt;br&gt;For this reason, our testing migration scripts will soon start to
&lt;br&gt;treat out-of-date on kfreebsd as a blocking issue for testing
&lt;br&gt;migration. &amp;nbsp;Also normal bug severities apply now for kfreebsd-specific
&lt;br&gt;bugs (meaning: there could be RC-bugs that are specific for kfreebsd).
&lt;br&gt;&lt;br&gt;We will however still allow testing migrations to happen which
&lt;br&gt;increase the count of uninstallable packages on kfreebsd only, as the
&lt;br&gt;uninstallability-count needs to be a bit lower to turn that off -
&lt;br&gt;nothing too dramatic should happen there though.
&lt;br&gt;&lt;br&gt;&lt;br&gt;alpha
&lt;br&gt;~~~~~
&lt;br&gt;&lt;br&gt;After we sent mails to debian-alpha last month we came together with
&lt;br&gt;the porters to the conclusion that we cannot keep up this port for
&lt;br&gt;Squeeze. We will start purging the packages from testing in about a
&lt;br&gt;fortnight. Bugs specific to alpha are no longer release critical.
&lt;br&gt;&lt;br&gt;&lt;br&gt;amd64
&lt;br&gt;~~~~~
&lt;br&gt;&lt;br&gt;Everything ok.
&lt;br&gt;&lt;br&gt;&lt;br&gt;armel
&lt;br&gt;~~~~~
&lt;br&gt;&lt;br&gt;The buildd speed isn't always as wanted, but work is underway to
&lt;br&gt;replace machines with newer hardware. Also there are discussions on
&lt;br&gt;getting the buildds within DSA-control after that; we would appreciate
&lt;br&gt;that. Anyways, nothing really worries us.
&lt;br&gt;&lt;br&gt;&lt;br&gt;hppa
&lt;br&gt;~~~~
&lt;br&gt;&lt;br&gt;Porters have pushed this architecture much forward. The architecture
&lt;br&gt;looks overall quite better than it did 6 weeks ago. We hope that this
&lt;br&gt;continues this way. Contrary to what we discussed, we will not push
&lt;br&gt;hppa to &amp;quot;out-of-date-packages are ok&amp;quot; for testing migration at this
&lt;br&gt;time. There is no final decision yet from our side, but we want to
&lt;br&gt;avoid the additional effort that putting hppa to &amp;quot;out-of-date-packages
&lt;br&gt;are ok&amp;quot; requires from the porters. However to be included within
&lt;br&gt;Squeeze, more issues like e.g. the current stability problems need to
&lt;br&gt;be resolved.
&lt;br&gt;&lt;br&gt;&lt;br&gt;i386
&lt;br&gt;~~~~
&lt;br&gt;&lt;br&gt;Everything ok.
&lt;br&gt;&lt;br&gt;&lt;br&gt;mips*
&lt;br&gt;~~~~~
&lt;br&gt;&lt;br&gt;Mipsel is also suffering from low buildd speed sometimes, but new
&lt;br&gt;boards are currently being shipped to hosting, so this should resolve
&lt;br&gt;soon. We don't expect really issues for Squeeze.
&lt;br&gt;&lt;br&gt;&lt;br&gt;powerpc
&lt;br&gt;~~~~~~~
&lt;br&gt;&lt;br&gt;Nothing to worry right now.
&lt;br&gt;&lt;br&gt;&lt;br&gt;s390
&lt;br&gt;~~~~
&lt;br&gt;&lt;br&gt;Porters spoke to us that there are issues to worry about, especially
&lt;br&gt;lack of access to newer hardware. We received generous offers from
&lt;br&gt;users of that port, so we currently assume that the issues will be
&lt;br&gt;resolved in time for Squeeze. We would like to get buildds DSAed on
&lt;br&gt;this architecture as well.
&lt;br&gt;&lt;br&gt;&lt;br&gt;sparc
&lt;br&gt;~~~~~
&lt;br&gt;&lt;br&gt;Nothing that needs to worry us for Squeeze but only long-term is how
&lt;br&gt;to transition sparc to sparc64. Upstream slowly starts to consider
&lt;br&gt;sparc(32) outdated and deprecated, and we need to get to an decision
&lt;br&gt;how to deal with that. Might be that multiarch is part of the answer,
&lt;br&gt;but deciding what the best answer is needs to be done by porters, and
&lt;br&gt;the answer should be given pre-Squeeze (doesn't necessarily need to be
&lt;br&gt;fully implemented).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Andi
&lt;br&gt;Debian Release Team
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25789133/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Release-architectures-tp25789133p25789133.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25653288</id>
	<title>(Overdue) bits from keyring-maint</title>
	<published>2009-09-28T14:27:34Z</published>
	<updated>2009-09-28T14:27:34Z</updated>
	<author>
		<name>Noodles</name>
	</author>
	<content type="html">&lt;br&gt;Hi.
&lt;br&gt;&lt;br&gt;It's been a few months, various things have happened and so it's
&lt;br&gt;probably time for another keyring-maint update.
&lt;br&gt;&lt;br&gt;&lt;br&gt;New keyring-maint member
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;First up I'd like to welcome Gunnar Wolf to keyring-maint. I've been
&lt;br&gt;aware for some time (and if I hadn't been there were plenty of people
&lt;br&gt;reminding me ;) that with just one person working on it keyring was at
&lt;br&gt;risk of becoming a bottleneck, so I took the opportunity at DebConf to
&lt;br&gt;have a few discussions about people who could possibly help out. Gunnar
&lt;br&gt;has foolishly^Wgraciously stepped up to the plate and has been putting
&lt;br&gt;up with various brain dump emails from me about how things work. The
&lt;br&gt;plan is we'll get these tidied up and made public for reference, but at
&lt;br&gt;present we're working on getting him fully up to speed as a priority.
&lt;br&gt;&lt;br&gt;(If you weren't at DebConf you can see how it happened at [0].)
&lt;br&gt;&lt;br&gt;&lt;br&gt;PGPv3 removal continues
&lt;br&gt;=======================
&lt;br&gt;&lt;br&gt;I mentioned back in May[1] that I'd started chasing DDs with both v3 and
&lt;br&gt;v4 keys in our keyrings about removing the v3 keys. Many people
&lt;br&gt;responded and confirmed it was ok to remove the v3 key immediately. A
&lt;br&gt;few stragglers wanted to hold off and check things out. And
&lt;br&gt;unfortunately a few failed to reply to repeated mails and I submitted
&lt;br&gt;them to the MIA team for investigation. I've now extended my reach to
&lt;br&gt;all remaining v3 keys, asking people if they have a suitable v4 key and
&lt;br&gt;pointing them at instructions for creating a new one if not. We're down
&lt;br&gt;to 58 v3 keys; if you're one of them and haven't reply to my mail please
&lt;br&gt;do so. It would be great if we could get rid of them all by Christmas.
&lt;br&gt;&lt;br&gt;&lt;br&gt;SHA2 capable key replacements
&lt;br&gt;=============================
&lt;br&gt;&lt;br&gt;Various key updates have been trickling in (moreso post DebConf)
&lt;br&gt;updating keys to be SHA2 capable. I've been pushing back a bit on those
&lt;br&gt;keys that aren't particularly well signed and so far I think the WoT is
&lt;br&gt;keeping reasonably strong[2]. Please do make an effort to try and get you
&lt;br&gt;key as well signed as possible before requesting replacement.
&lt;br&gt;&lt;br&gt;&lt;br&gt;DM keyring added to keyring.debian.org
&lt;br&gt;======================================
&lt;br&gt;&lt;br&gt;Another positive thing to come from discussions at DebConf was moving
&lt;br&gt;the Debian Maintainers keyring to be part of keyring.debian.org. This
&lt;br&gt;means it is distributed around the debian.org infrastructure in the same
&lt;br&gt;way as the DD keyring. The FTP masters have already taken advantage of
&lt;br&gt;this by enabling DM uploads on various extra upload queues[3]. Decisions
&lt;br&gt;about DMs are still made by the DM admin team; keyring-maint is merely
&lt;br&gt;responsible for acting on their requests to add new keys.
&lt;br&gt;&lt;br&gt;J.
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;http://gwolf.org/blog/keyringmaint-addme&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gwolf.org/blog/keyringmaint-addme&lt;/a&gt;&lt;br&gt;[1] &lt;a href=&quot;http://lists.debian.org/debian-devel-announce/2009/05/msg00005.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.debian.org/debian-devel-announce/2009/05/msg00005.html&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://keyring.debian.org/stats/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyring.debian.org/stats/&lt;/a&gt;&lt;br&gt;[3] &lt;a href=&quot;http://lists.debian.org/debian-devel-announce/2009/08/msg00010.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.debian.org/debian-devel-announce/2009/08/msg00010.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;I am afraid of the dark.
&lt;br&gt;This .sig brought to you by the letter L and the number 10
&lt;br&gt;Product of the Republic of HuggieTag
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (852 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25653288/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28Overdue%29-bits-from-keyring-maint-tp25653288p25653288.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25557339</id>
	<title>cupt, the APT competitor</title>
	<published>2009-09-22T02:52:14Z</published>
	<updated>2009-09-22T02:52:14Z</updated>
	<author>
		<name>Eugene V. Lyubimkin-2</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;- ---------------
&lt;br&gt;The short story
&lt;br&gt;- ---------------
&lt;br&gt;&lt;br&gt;This mail is to inform that Debian APT suite now has a competitor named Cupt [1].
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://wiki.debian.org/Cupt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/Cupt&lt;/a&gt;&lt;br&gt;&lt;br&gt;- --------------
&lt;br&gt;The long story
&lt;br&gt;- --------------
&lt;br&gt;&lt;br&gt;Some time ago (winter 2008), after working some time on APT suite, I started
&lt;br&gt;to develop Cupt to substitute APT for myself in areas where APT fails due to
&lt;br&gt;design or implementation problems.
&lt;br&gt;&lt;br&gt;I just uploaded cupt 1.0.0~beta1 to unstable claiming that most of obvious
&lt;br&gt;(and not so obvious) bugs has been ironed out (thanks to people who helped me
&lt;br&gt;to do that). I will, of course, appreciate excessive testing.
&lt;br&gt;&lt;br&gt;Indeed, I am aware and understand that considering a big number of apt reverse
&lt;br&gt;dependencies and some missing features Cupt cannot serve as a drop-in APT
&lt;br&gt;replacement, far from it. Nevertheless, I hope it can be useful even at the
&lt;br&gt;current stage. The list of prominent features and limitations is present on [1].
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
&lt;br&gt;C++/Perl developer, Debian Developer
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.10 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkq4nk4ACgkQchorMMFUmYxazACgzF6PGLKRwofAOzdS2vqJP3D1
&lt;br&gt;MNsAoKEiaWwnPUmJtIAdeVHoEj3bikaB
&lt;br&gt;=7dpX
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25557339&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel-announce-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25557339&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cupt%2C-the-APT-competitor-tp25557339p25557339.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25540023</id>
	<title>Changes in the maintenance of the Developers Reference</title>
	<published>2009-09-21T00:56:37Z</published>
	<updated>2009-09-21T00:56:37Z</updated>
	<author>
		<name>Lucas Nussbaum</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Following a discussion on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25540023&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel@...&lt;/a&gt;[1], the way the Developers
&lt;br&gt;Reference[2] is maintained has been changed, with the aim to make it
&lt;br&gt;more public and easier for people to contribute.
&lt;br&gt;&lt;br&gt;Changes to developers-reference are now discussed on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25540023&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-policy@...&lt;/a&gt;
&lt;br&gt;(also used for debian-policy). Don't hesitate to jump in and contribute
&lt;br&gt;to the discussions.
&lt;br&gt;&lt;br&gt;Also, patches for developers-reference are very welcomed. In particular,
&lt;br&gt;it would be great if new (or not so new) packaging practices were more
&lt;br&gt;documented, like packaging processes with the various VCSes, cdbs and
&lt;br&gt;dh, patch systems, etc. Some teams have already written some
&lt;br&gt;documentation about that, and it could probably be gathered in
&lt;br&gt;developers-reference.
&lt;br&gt;&lt;br&gt;Finally, we could use the help from one or two other editors. Their role
&lt;br&gt;is to direct the discussions around the patches, and integrate them into
&lt;br&gt;developers-reference. If you want to help, contact the current
&lt;br&gt;maintainers and participate in the discussions on debian-policy@.
&lt;br&gt;&lt;br&gt;Lucas, for the developers-reference maintainers
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://lists.debian.org/debian-devel/2009/09/msg00293.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.debian.org/debian-devel/2009/09/msg00293.html&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://www.debian.org/doc/developers-reference/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/doc/developers-reference/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25540023/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Changes-in-the-maintenance-of-the-Developers-Reference-tp25540023p25540023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25412561</id>
	<title>debmirror - new features</title>
	<published>2009-09-12T01:31:34Z</published>
	<updated>2009-09-12T01:31:34Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">As debmirror is a native package that may interest developers I thought a 
&lt;br&gt;quick announcement here is appropriate.
&lt;br&gt;&lt;br&gt;I uploaded version 2.2 earlier this morning. In comparison with the lenny 
&lt;br&gt;version, this introduces the following new features:
&lt;br&gt;&lt;br&gt;* Automatic creation and update of suite-&amp;gt;codename symlinks (1.0)
&lt;br&gt;* Option to cache the mirror state between runs (2.0)
&lt;br&gt;* Significant speed increase for parsing Packages/Sources files (2.0)
&lt;br&gt;* Mirroring of &amp;quot;current&amp;quot; Debian Installer images (2.0)
&lt;br&gt;* Mirroring additional files from specific directories (2.1)
&lt;br&gt;* Mirroring translation files (2.2)
&lt;br&gt;&lt;br&gt;For additional details, see my blog: 
&lt;br&gt;&lt;a href=&quot;http://alioth.debian.org/~fjp/log/posts/debmirror_II_-_Overview_of_new_features.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://alioth.debian.org/~fjp/log/posts/debmirror_II_-_Overview_of_new_features.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Note that debmirror is intended to be used for creating (partial) local 
&lt;br&gt;mirrors, not for official mirrors of the archive.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25412561/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/debmirror---new-features-tp25412561p25412561.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25367221</id>
	<title>Distro Summit 2010: Call for Papers</title>
	<published>2009-09-09T08:18:29Z</published>
	<updated>2009-09-09T08:18:29Z</updated>
	<author>
		<name>Fabio Tranchitella-3</name>
	</author>
	<content type="html">===============
&lt;br&gt;CALL FOR PAPERS
&lt;br&gt;===============
&lt;br&gt;&lt;br&gt;Distro Summit 2010 is a one-day technical conference with a strong focus on
&lt;br&gt;collaboration between Free Software distributions. The event is &amp;nbsp;hosted at
&lt;br&gt;the linux.conf.au, which will be held in Wellington (New Zealand) on the
&lt;br&gt;18-23 of January, 2010.
&lt;br&gt;&lt;br&gt;We are looking for proposals from any Free Software distribution, from the
&lt;br&gt;typical full distributions (both linux and non-linux) to the niche market
&lt;br&gt;derivatives.
&lt;br&gt;&lt;br&gt;In spite of the strong focus on collaboration between Free Software
&lt;br&gt;distributions, topics may include packaging, maintenance, relationship with
&lt;br&gt;upstream developers, release management and QA.
&lt;br&gt;&lt;br&gt;For more informtion, please visit: &lt;a href=&quot;http://distrosummit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://distrosummit.org&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Important dates
&lt;br&gt;===============
&lt;br&gt;&lt;br&gt;&amp;nbsp;* Call for papers ends: Wednesday 30 September 2009
&lt;br&gt;&amp;nbsp;* Announcing the schedule: Friday 2 October 2009
&lt;br&gt;&amp;nbsp;* Distro Summit 2010: 18/19 January 2010
&lt;br&gt;&lt;br&gt;&lt;br&gt;Presentation types
&lt;br&gt;==================
&lt;br&gt;&lt;br&gt;We will accept proposals for:
&lt;br&gt;&lt;br&gt;&amp;nbsp;* 25 minute standard-length presentations;
&lt;br&gt;&amp;nbsp;* 50 minute long presentations.
&lt;br&gt;&lt;br&gt;Session lengths include time for audience questions.
&lt;br&gt;&lt;br&gt;We intend for standard-length presentation to make up the vast majority of our
&lt;br&gt;presentations. If you plan on submitting a proposal for a long presentation, a
&lt;br&gt;willingness to present a standard-length presentation will impact positively on
&lt;br&gt;your proposal.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Submit a proposal
&lt;br&gt;=================
&lt;br&gt;&lt;br&gt;To submit your proposal, we'll need the following information:
&lt;br&gt;&lt;br&gt;&amp;nbsp;* Your name, contact details and a short biography;
&lt;br&gt;&amp;nbsp;* Your proposal title;
&lt;br&gt;&amp;nbsp;* Intended audience;
&lt;br&gt;&amp;nbsp;* An abstract;
&lt;br&gt;&amp;nbsp;* Presentation outline;
&lt;br&gt;&amp;nbsp;* Presentation type (standard-length or long).
&lt;br&gt;&lt;br&gt;To submit a proposal, or get more information, please write to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25367221&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cfp@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;About the Distro Summit
&lt;br&gt;=======================
&lt;br&gt;&lt;br&gt;The Distro Summit 2010 is a one-day developer conference with a strong focus on
&lt;br&gt;collaboration between free software distributions hosted at the linux.conf.au
&lt;br&gt;2010 (&lt;a href=&quot;http://www.lca2010.org.nz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lca2010.org.nz&lt;/a&gt;). In addition to a schedule of technical,
&lt;br&gt;social and policy talks, the Distro Summit provides an opportunity for
&lt;br&gt;developers, contributors and other interested people to meet in person and work
&lt;br&gt;together more closely.
&lt;br&gt;&lt;br&gt;Previous similar events have featured speakers from around the world. They have
&lt;br&gt;also been extremely beneficial for developing key free software software
&lt;br&gt;components and for improving collaboration and sharing between the different
&lt;br&gt;distributions.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Target Audience
&lt;br&gt;===============
&lt;br&gt;&lt;br&gt;The Distro Summit is (mainly) a technical event, but this does not mean that
&lt;br&gt;the only target audience are developers and maintainers of free software
&lt;br&gt;distributions: the event will feature talks that range from the development to
&lt;br&gt;real-world use cases, going through marketing and the social aspects of the
&lt;br&gt;maintenance of free software distributions.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Fabio Tranchitella
&lt;br&gt;on the behalf of the Distro Summit organizers
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25367221/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Distro-Summit-2010%3A-Call-for-Papers-tp25367221p25367221.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25336301</id>
	<title>Patch Tagging Guidelines (aka DEP3)</title>
	<published>2009-09-07T14:03:37Z</published>
	<updated>2009-09-07T14:03:37Z</updated>
	<author>
		<name>Raphael Hertzog-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;after several rounds of discussion on -devel, we now have a
&lt;br&gt;new standard defining meta-information to integrate on patches that we
&lt;br&gt;distribute/apply in our packages:
&lt;br&gt;&lt;a href=&quot;http://dep.debian.net/deps/dep3/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dep.debian.net/deps/dep3/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I just changed the status of this Debian Enhancement Proposal to
&lt;br&gt;CANDIDATE, that means that you are all encouraged to make use of it and
&lt;br&gt;try it out for real. Hopefully, &lt;a href=&quot;http://patch-tracker.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://patch-tracker.debian.org&lt;/a&gt;&amp;nbsp;will gain
&lt;br&gt;support of this format and will allow smarter browsing based on those
&lt;br&gt;information.
&lt;br&gt;&lt;br&gt;You are welcome to share your feedback about this format on -devel, if we
&lt;br&gt;identify shortcomings or possible enhancements, we can still update
&lt;br&gt;the proposal (but only after we had time to get some real feedback
&lt;br&gt;based on actual usage of this format).
&lt;br&gt;&lt;br&gt;Feel free to update (Debian specific) tools that generate patches to
&lt;br&gt;auto-generate a DEP3 header ready to be filled by the maintainer. Using
&lt;br&gt;the format is a clear step forward towards more transparency on our local
&lt;br&gt;changes, but it should not be difficul to use, thus some integration in
&lt;br&gt;our tools is welcome.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- 
&lt;br&gt;Raphaël Hertzog
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (537 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25336301/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Patch-Tagging-Guidelines-%28aka-DEP3%29-tp25336301p25336301.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25319460</id>
	<title>Release Team, BTS, and debian-release@ policy.</title>
	<published>2009-09-06T09:48:07Z</published>
	<updated>2009-09-06T09:48:07Z</updated>
	<author>
		<name>Pierre Habouzit-2</name>
	</author>
	<content type="html">&lt;br&gt;To help with the tracking of the numerous issues the Release Team has to deal
&lt;br&gt;with, we decided to make use of the release.debian.org pseudo-package on the
&lt;br&gt;BTS[1]. It will help us to avoid missing requests, which sadly happens a bit
&lt;br&gt;too often for our taste.
&lt;br&gt;&lt;br&gt;&lt;br&gt;BTS Usertags
&lt;br&gt;============
&lt;br&gt;&lt;br&gt;To help triaging bugs, the Release Team will use the following usertags:
&lt;br&gt;&lt;br&gt;&amp;nbsp; binnmu: &amp;nbsp; &amp;nbsp; for ... wait for it ... binnmu requests.
&lt;br&gt;&lt;br&gt;&amp;nbsp; transition: transition tracking stuff.
&lt;br&gt;&lt;br&gt;&amp;nbsp; unblock, freeze-exception:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to use for unblock or freeze-exception requests.
&lt;br&gt;&lt;br&gt;&amp;nbsp; opu, pu: &amp;nbsp; &amp;nbsp;for oldstable and stable proposed updates upload requests.
&lt;br&gt;&lt;br&gt;&amp;nbsp; rm: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for oldstable, stable or testing removal requests.
&lt;br&gt;&lt;br&gt;Also some more obscure ones:
&lt;br&gt;&lt;br&gt;&amp;nbsp; britney: &amp;nbsp; &amp;nbsp;for britney (aka the script responsible for testing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; migrations) bugs, wishlists or feature requests.
&lt;br&gt;&lt;br&gt;&amp;nbsp; tools: &amp;nbsp; &amp;nbsp; &amp;nbsp;for bugs related to various Release Team tools.
&lt;br&gt;&lt;br&gt;&lt;br&gt;To help you with this, the latest reportbug (4.7) has been patched to
&lt;br&gt;deal with release.debian.org and provide proper questioning templates
&lt;br&gt;for all those usertags.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Also, to help people be able to follow who in the Release Team is
&lt;br&gt;responsible for tackling a specific issue, the BTS &amp;quot;owner&amp;quot; feature will
&lt;br&gt;be used with the address of the Release Team member following the task.
&lt;br&gt;This will be particularly useful for long lived bugs, like transition
&lt;br&gt;tracking bugs.
&lt;br&gt;&lt;br&gt;&lt;br&gt;BTS policy
&lt;br&gt;==========
&lt;br&gt;&lt;br&gt;Most of the bugs you will report will have a very short history. Though,
&lt;br&gt;some will need more exchanges (controversial unblock requests, long
&lt;br&gt;transitions, ...). So that the history isn't cluttered with discussion,
&lt;br&gt;we will ask you to only log status changes or facts relevant to the
&lt;br&gt;request. Any discussion about the request should happen on list[2].
&lt;br&gt;&lt;br&gt;&lt;br&gt;List policy
&lt;br&gt;===========
&lt;br&gt;&lt;br&gt;The Release Team list policy has long been “this is not a discussion
&lt;br&gt;list, please go elsewhere”. The reason has been that with too much
&lt;br&gt;discussion, it's easy to lose track of the release related requests.
&lt;br&gt;With the BTS, we hope this will not happen anymore. That's why we're
&lt;br&gt;considering relaxing the list policy to enclose matters like Release
&lt;br&gt;Goals discussions, arch qualifications, and similar matters.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;======
&lt;br&gt;&lt;br&gt;We'd like to thank Don Armstrong and Sandro Tosi for their help
&lt;br&gt;preparing the BTS and reportbug for this.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On behalf of the Release Team,
&lt;br&gt;Pierre
&lt;br&gt;&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://bugs.debian.org/release.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/release.debian.org&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25319460&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release@...&lt;/a&gt; of course
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25319460/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Release-Team%2C-BTS%2C-and-debian-release%40-policy.-tp25319460p25319460.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25319021</id>
	<title>DebConf10 visa information available</title>
	<published>2009-09-06T08:49:31Z</published>
	<updated>2009-09-06T08:49:31Z</updated>
	<author>
		<name>Jimmy Kaplowitz</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;The DebConf10 local team would like to announce availability of visa
&lt;br&gt;information at
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://debconf10.debconf.org/visas.xhtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://debconf10.debconf.org/visas.xhtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Full information is contained at that page, provided by our lawyer; however
&lt;br&gt;some important points are indicated below.
&lt;br&gt;&lt;br&gt;&lt;br&gt;- The United States depends on its tens of millions of visitors annually for
&lt;br&gt;&amp;nbsp; its economy to function. &amp;nbsp;Getting approved for a visa is not a rare
&lt;br&gt;&amp;nbsp; exception, and it is even easier given our generous free help from an
&lt;br&gt;&amp;nbsp; immigration lawyer.
&lt;br&gt;&lt;br&gt;- If you are from a Visa Waiver Program country (see visa page), fill out the
&lt;br&gt;&amp;nbsp; ESTA web form to apply for your travel authorization now. &amp;nbsp;You don't need any
&lt;br&gt;&amp;nbsp; information about the conference itself or your means of travel.
&lt;br&gt;&lt;br&gt;- If you will need to apply for a visa, check the visa information page for
&lt;br&gt;&amp;nbsp; information on what to do. &amp;nbsp;Carefully check the wait times for your country's
&lt;br&gt;&amp;nbsp; embassy. For most countries there is no *immediate* urgency, but plan to get
&lt;br&gt;&amp;nbsp; an appointment well in advance of May 2010.
&lt;br&gt;&lt;br&gt;- Make sure you will have a passport that will expire in February 2011 or later
&lt;br&gt;&amp;nbsp; (6 months after the latest possible DebConf date). &amp;nbsp;If not, apply for a new
&lt;br&gt;&amp;nbsp; passport.
&lt;br&gt;&lt;br&gt;&lt;br&gt;***Special note to Venezuelans: Since the wait time for a visa appointment in
&lt;br&gt;Caracas is so long, we have been paying special attention to its visa
&lt;br&gt;application process. &amp;nbsp;We have reports that the dates for visa appointments are
&lt;br&gt;moving quickly, getting later and later. &amp;nbsp;If you are are applying for a visa in
&lt;br&gt;Caracas, you need to make an appointment *immediately*. &amp;nbsp;You just need to make
&lt;br&gt;an appointment now, supporting materials can be assembled later.***
&lt;br&gt;&lt;br&gt;&lt;br&gt;The local team hopes that everyone interested can meet us in New York City and
&lt;br&gt;have a great DebConf10 experience!
&lt;br&gt;&lt;br&gt;- The DebConf10 Local Team
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25319021/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DebConf10-visa-information-available-tp25319021p25319021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25307501</id>
	<title>The future of the boot system in Debian</title>
	<published>2009-09-05T04:21:00Z</published>
	<updated>2009-09-05T04:21:00Z</updated>
	<author>
		<name>Petter Reinholdtsen</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;The future of the boot system in Debian
&lt;br&gt;=======================================
&lt;br&gt;&lt;br&gt;Over the last few years, the boot system in Debian has progressively
&lt;br&gt;deteriorated due to changes in the Linux kernel which make the kernel
&lt;br&gt;more and more event based. For example, the kernel and its drivers no
&lt;br&gt;longer block all processing while detecting disks, network interfaces
&lt;br&gt;and other hardware, making the once trusty old boot system in Debian
&lt;br&gt;increasingly fragile. During the current boot sequence device files in
&lt;br&gt;/dev/ are often missing when fsck or mount are looking for them, or
&lt;br&gt;the network is not available when the boot system tries to mount NFS
&lt;br&gt;entries because network interfaces were slow to initialise, or audio
&lt;br&gt;devices are missing when audio settings should be set. The problem is
&lt;br&gt;fundamental to the way we boot Debian today - sequentially, and a
&lt;br&gt;solution needs to address this fundamental problem. We believe the
&lt;br&gt;solution is to migrate to an event based boot system.
&lt;br&gt;&lt;br&gt;In addition to this, there are long lasting problems with the boot
&lt;br&gt;sequence of the existing init.d scripts, for some combination of
&lt;br&gt;packages. The boot sequence is wrong in these cases, and to solve it
&lt;br&gt;one needs to change the sequence numbers of all the immediate forward
&lt;br&gt;and reverse dependencies of the init.d script in question - and their
&lt;br&gt;forward and reverse dependencies and so forth until the boot sequence
&lt;br&gt;is correct. In some cases the change needs to happen to several
&lt;br&gt;scripts in different packages at the same time, which is impossible
&lt;br&gt;with the old way of ordering init.d scripts. Previously the ordering
&lt;br&gt;was done by asking the package maintainers to guess on and update
&lt;br&gt;sequence numbers, a process that tended to introduce new problems and
&lt;br&gt;took a long time to be solved properly. The solution to this problem
&lt;br&gt;is to change how we order boot scripts. Change it from static sequence
&lt;br&gt;numbers to calculate the boot sequence using dependency information
&lt;br&gt;provided in the init.d scripts themselves. Since 2009-07-27 this is
&lt;br&gt;the default in Debian unstable, and it will be the way init.d scripts
&lt;br&gt;are ordered in Squeeze. &amp;nbsp;Switching to a dependency based boot
&lt;br&gt;sequencing allows us to ensure its correctness, detect and fix
&lt;br&gt;dependency loops, and in general fix a set of bugs in the distribution
&lt;br&gt;that have been very hard to fix before. &amp;nbsp;Other solved problems with
&lt;br&gt;the new system are incorrect stop sequences (the default should have
&lt;br&gt;been S20/K80, not S20/K20), and the misleading runlevels 0 and 6,
&lt;br&gt;where start symlinks are called with 'stop' as the argument to the
&lt;br&gt;scripts. All of these problems are solved when Debian now moves to
&lt;br&gt;dependency based boot sequencing.
&lt;br&gt;&lt;br&gt;It will take longer to solve the fundamental problem. It requires a
&lt;br&gt;rewrite of how we handle the boot, and can not be done by just
&lt;br&gt;modifying the boot sequence framework.
&lt;br&gt;&lt;br&gt;Before explaining the current plan, some background information. The
&lt;br&gt;current boot system can be seen as consisting of three different parts:
&lt;br&gt;&lt;br&gt;&amp;nbsp;1. The implementation of /sbin/init, reading /etc/inittab and
&lt;br&gt;&amp;nbsp; &amp;nbsp; starting the script implementing part 2 (/etc/init.d/rc). This is
&lt;br&gt;&amp;nbsp; &amp;nbsp; normally done using the sysvinit package, but other replacements
&lt;br&gt;&amp;nbsp; &amp;nbsp; are available, like initng and upstart.
&lt;br&gt;&lt;br&gt;&amp;nbsp;2. The implementation of /etc/init.d/rc, which is responsible for
&lt;br&gt;&amp;nbsp; &amp;nbsp; calling the init.d scripts in the correct sequence. This is
&lt;br&gt;&amp;nbsp; &amp;nbsp; normally done using the sysv-rc package. An alternative is the
&lt;br&gt;&amp;nbsp; &amp;nbsp; file-rc package, which uses a file /etc/runlevel.conf instead of
&lt;br&gt;&amp;nbsp; &amp;nbsp; symlinks in /etc/rc?.d/ to decide what to execute and in which
&lt;br&gt;&amp;nbsp; &amp;nbsp; order.
&lt;br&gt;&lt;br&gt;&amp;nbsp;3. The individual init.d scripts, taking care of the tasks that need
&lt;br&gt;&amp;nbsp; &amp;nbsp; to be done during boot. The basic framework is provided by the
&lt;br&gt;&amp;nbsp; &amp;nbsp; initscripts package, and the rest is handled by individual
&lt;br&gt;&amp;nbsp; &amp;nbsp; packages like udev, netbase, ifupdown, apache, etc. :) There are
&lt;br&gt;&amp;nbsp; &amp;nbsp; approximately 850 packages with init.d scripts in Debian unstable.
&lt;br&gt;&lt;br&gt;Part 2 (sysv-rc) and 3 have been changed to use dependency based boot
&lt;br&gt;sequencing. This was a release goal for Lenny and the continued work
&lt;br&gt;is a release goal for Squeeze. The init.d scripts have seen review
&lt;br&gt;with regard to dependency based ordering for more than 3 years. New
&lt;br&gt;installs will use dependency based boot sequencing. For upgrades, a
&lt;br&gt;critical debconf question will give the default option to migrate if
&lt;br&gt;testing find no issues with the existing scripts or for now keep the
&lt;br&gt;legacy boot ordering.
&lt;br&gt;&lt;br&gt;To solve the fundamental problem, the plan is to replace /sbin/init
&lt;br&gt;with an implementation that is able to handle kernel events. It will
&lt;br&gt;allow us to modify the boot system for the early boot to become event
&lt;br&gt;based, while keeping the existing boot stuff working. We could rewrite
&lt;br&gt;sysvinit to become event based, or have a look at the existing boot
&lt;br&gt;systems that handle kernel events. After checking the options and the
&lt;br&gt;systems used in other distributions, upstart seems like the most
&lt;br&gt;promising candidate. It is used by Ubuntu and Fedora at the moment,
&lt;br&gt;and solves the problem in a backwards compatible way. The plan is to
&lt;br&gt;change upstart to actually use /etc/inittab, to ease the switch
&lt;br&gt;between sysvinit and upstart. We will also change the init.d script
&lt;br&gt;handling to treat upstart jobs as init.d scripts, to provide an
&lt;br&gt;alternative for architectures lacking upstart support. These changes
&lt;br&gt;should make it transparent for the users which package provides
&lt;br&gt;/sbin/init, and thus make it easier to migrate from sysvinit to
&lt;br&gt;upstart.
&lt;br&gt;&lt;br&gt;When /sbin/init is changed to an event based framework, the next step
&lt;br&gt;is to rewrite the early boot system to use these events when
&lt;br&gt;available, and behave the traditional way when there are no
&lt;br&gt;events. When this step is finished the fundamental problem will be
&lt;br&gt;solved, and the boot will be robust and should work correctly even in
&lt;br&gt;edge cases with slow device buses.
&lt;br&gt;&lt;br&gt;The planned time frame for this is to replace /sbin/init with upstart
&lt;br&gt;for Squeeze, and see if we manage to change the very early boot to
&lt;br&gt;become event based in time for Squeeze too, fixing the most pressing
&lt;br&gt;of the current boot problems (failing fsck and mount with USB
&lt;br&gt;disks). For Squeeze+1, more of the early boot system will be
&lt;br&gt;converted, to handle more of the existing problems.
&lt;br&gt;&lt;br&gt;According to the Linux Software Base specification, all LSB compliant
&lt;br&gt;distributions must handle packages with init.d scripts. As Debian
&lt;br&gt;plans to continue to follow the LSB, this mean the boot system needs
&lt;br&gt;to continue to handle init.d scripts. Because of this, we need a boot
&lt;br&gt;system in debian that is both event based for the early boot, and
&lt;br&gt;which also calls init.d scripts at the appropriate time.
&lt;br&gt;&lt;br&gt;References:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot&lt;/a&gt;&lt;br&gt;&lt;br&gt;Petter Reinholdtsen, Kel Modderman, Armin Berres
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iD8DBQFKoklo20zMSyow1ykRAkvfAJ4+kofKHP+sYOQndZlBhe/mC7nTvQCdE8af
&lt;br&gt;YZEQ67miKPOCeMbC0Ephx1w=
&lt;br&gt;=bA+k
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25307501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel-announce-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25307501&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-future-of-the-boot-system-in-Debian-tp25307501p25307501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25300649</id>
	<title>Bits from the GRUB maintainers</title>
	<published>2009-09-04T12:21:05Z</published>
	<updated>2009-09-04T12:21:05Z</updated>
	<author>
		<name>Robert Millan</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;As you may have noticed, upgrades of the GRUB Legacy package (`grub')
&lt;br&gt;in unstable have begun using GRUB 2 (`grub-pc' package) as upgrade
&lt;br&gt;path. &amp;nbsp;This means that tentatively, GRUB 2 is to be considered the
&lt;br&gt;option for Lenny to Squeeze upgrades. &amp;nbsp;It should also become the option
&lt;br&gt;for new Squeeze installs.
&lt;br&gt;&lt;br&gt;This decision is not final yet! &amp;nbsp;We're looking for feedback on this
&lt;br&gt;transition. &amp;nbsp;First and foremost, we need people to test GRUB 2 on their
&lt;br&gt;machines and report any issues that they may find.
&lt;br&gt;&lt;br&gt;GRUB 2 features a cleaner design, and is much more robust than its
&lt;br&gt;predecessor. &amp;nbsp;Also, unlike GRUB Legacy it's under active development.
&lt;br&gt;&lt;br&gt;Nervertheless, we're aware that for a minority of users, upgrading is
&lt;br&gt;not currently an option, because they rely on specific features of
&lt;br&gt;GRUB Legacy that GRUB 2 doesn't provide. &amp;nbsp;For those users, GRUB Legacy
&lt;br&gt;will continue being supported, at least up untill the Squeeze release.
&lt;br&gt;&lt;br&gt;Your friendly GRUB maintainers,
&lt;br&gt;&lt;br&gt;&amp;nbsp; Robert Millan
&lt;br&gt;&amp;nbsp; Felix Zielcke
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25300649/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-from-the-GRUB-maintainers-tp25300649p25300649.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25297347</id>
	<title>testing is called testing for a reason ...</title>
	<published>2009-09-04T09:12:10Z</published>
	<updated>2009-09-04T09:12:10Z</updated>
	<author>
		<name>Andreas Barth</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;a few more bits from the large migration: By using real force, we
&lt;br&gt;managed to push about 100 source packages and 1500 binNMUs to testing
&lt;br&gt;at the same time that needed to go together. This should be pushed out
&lt;br&gt;by dinstall in about 6-8 hours.
&lt;br&gt;&lt;br&gt;Howver, we needed to break a few packages on this. &amp;nbsp;Nothing too bad we
&lt;br&gt;hope, but we hadn't a real choice as this transition was becoming
&lt;br&gt;larger and larger, and we had to stop that. Please don't upload new
&lt;br&gt;disturbing transitions for yet another week so that we have the
&lt;br&gt;chances to pick up any remaining pieces (and as always, please contact
&lt;br&gt;the release team before starting transitions that affect many
&lt;br&gt;packages). If you notice breakages that don't only wait for buildds to
&lt;br&gt;complete, please don't hesitate to contact us (or even better: fix
&lt;br&gt;them).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Andi
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25297347/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/testing-is-called-testing-for-a-reason-...-tp25297347p25297347.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25246138</id>
	<title>do not upload stuff re mysql / octave / ...-transition</title>
	<published>2009-09-01T12:13:41Z</published>
	<updated>2009-09-01T12:13:41Z</updated>
	<author>
		<name>Andreas Barth</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;currently there is the large mysql / octave / hdf* / nattle /
&lt;br&gt;...-transition going on which includes about 170 source package
&lt;br&gt;changes and about 120 binary changes (recompilations) for every arch.
&lt;br&gt;&lt;br&gt;The transition is now mostly ready, but we have quite a few packages
&lt;br&gt;being uploaded only recently, like e.g. today. We would like to give
&lt;br&gt;all packages adequate testing before pushing them to testing, so we
&lt;br&gt;need to have all packages at least aged for 4 days.
&lt;br&gt;&lt;br&gt;Please help us in getting the transition done, and do not upload any
&lt;br&gt;package that links to any of the mentioned packages for the next few
&lt;br&gt;days (especially bad are dependencies on libmysqlclient*), i.e. if you
&lt;br&gt;have any link to mysql, octave or debian-gis, please do not upload.
&lt;br&gt;The only exception to this are uploads that are necessary to get this
&lt;br&gt;transition done, and are acked by me.
&lt;br&gt;&lt;br&gt;(The only other way would be to push packages to testing which are
&lt;br&gt;untested, or remove packages from testing only for the reason they
&lt;br&gt;have been recently uploaded to unstable - and we like neither of that)
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'll send a followup mail as soon as either this is done, or some
&lt;br&gt;not-yet-detected blocker comes up (which so big transitions one never
&lt;br&gt;knowns).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your support.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Andi
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25246138/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/do-not-upload-stuff-re-mysql---octave---...-transition-tp25246138p25246138.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25215615</id>
	<title>New NM Front-desk Member</title>
	<published>2009-08-30T13:49:29Z</published>
	<updated>2009-08-30T13:49:29Z</updated>
	<author>
		<name>Bernd Zeimetz-4</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;the New-Maintainer Front-desk is happy to announce that Enrico Zini
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25215615&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;enrico@...&lt;/a&gt;&amp;gt; followed our invitation to join the team. Welcome on board
&lt;br&gt;and many thanks for volunteering!
&lt;br&gt;&lt;br&gt;Also it is probably worth to mention that the FD and DAM members plan to meet
&lt;br&gt;this year. One of the big points on our to-do list is to work on a rewrite of
&lt;br&gt;the website of nm.debian.org. If you have any suggestions for the rewrite, don't
&lt;br&gt;hesitate to add them to [1].
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://wiki.debian.org/FrontDesk/NewWebsite&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/FrontDesk/NewWebsite&lt;/a&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Bernd
&lt;br&gt;- --
&lt;br&gt;&amp;nbsp;Bernd Zeimetz &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Debian GNU/Linux Developer
&lt;br&gt;&amp;nbsp;GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkqa5c0ACgkQBnqtBMk7/3lhhACdFE3IzZd4mFG5D7DnCX12TD9h
&lt;br&gt;/5wAoJkzMN6uBNjWjep+FyAlU2VwQHou
&lt;br&gt;=AC97
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25215615&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel-announce-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25215615&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-NM-Front-desk-Member-tp25215615p25215615.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25210208</id>
	<title>Changes to Debian Maintainers handling</title>
	<published>2009-08-30T03:07:01Z</published>
	<updated>2009-08-30T03:07:01Z</updated>
	<author>
		<name>Joerg Jaspert-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;during DebConf9 the Debian Keyring Maintainers, the &amp;quot;Debian Maintainer
&lt;br&gt;Keyring Team&amp;quot; and FTPMaster discussed the maintenance of the extra
&lt;br&gt;debian-maintainers keyring. The conclusion was that the maintenance of
&lt;br&gt;the keyring is handed over to the Debian Keyring maintainers, while the
&lt;br&gt;policy (add/remove/change) is kept with the DM Keyring team.[1]
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks to this change we FTPMasters can now allow Debian Maintainers to
&lt;br&gt;also use our various upload queues[2] for their uploads. You are no
&lt;br&gt;longer bound to ftp-master only.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note that DAK learns about changes in the keyring during dinstall, so
&lt;br&gt;there can be a delay of up to 6 hours before a newly added key is fully
&lt;br&gt;working. As DAK sends a mail with a summary of changes it learned, it is
&lt;br&gt;safest to wait until you saw this mail appear on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25210208&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-projects@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;[1] It is now a similar handling as for the other keyrings. There DAM
&lt;br&gt;&amp;nbsp; &amp;nbsp; tells keyring-maint who to add/remove.
&lt;br&gt;[2] With the exception of security. DMs continue to be unable to do
&lt;br&gt;&amp;nbsp; &amp;nbsp; security uploads, as that archive has no knowledge of DMUA status of
&lt;br&gt;&amp;nbsp; &amp;nbsp; packages.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;bye, Joerg
&lt;br&gt;&amp;lt;holger&amp;gt; Ganneff: Im confident in your ability to create flamewars.
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (265 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25210208/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Changes-to-Debian-Maintainers-handling-tp25210208p25210208.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25210160</id>
	<title>Mini-DebConf Taiwan 2009</title>
	<published>2009-08-30T02:57:35Z</published>
	<updated>2009-08-30T02:57:35Z</updated>
	<author>
		<name>Andrew Lee-12</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;The &amp;quot;Software Liberty Association of Taiwan&amp;quot;(SLAT) is featuring a
&lt;br&gt;mini-DebConf during ICOS 2009 – International Conference on Open Source
&lt;br&gt;in Taipei in September, 2009.
&lt;br&gt;&lt;br&gt;It's the 1st mini-DebConf in Taiwan, and would possibly become the 2nd
&lt;br&gt;Asia mini-DebConf(if DDs from China/Japan/Korea/Hong Kong can be join as
&lt;br&gt;well) since the 1st was on 2005 in Beijing. Please join us in Taipei on
&lt;br&gt;Saturday 26th and Sunday 27th of September, 2009.
&lt;br&gt;&lt;br&gt;Participants may get accommodation and food sponsorship. Remember to add
&lt;br&gt;your name to this wiki page below if you are joining us. Please also
&lt;br&gt;send a separate email with your information to apply for sponsorship to
&lt;br&gt;Local contact.
&lt;br&gt;&lt;br&gt;Details: &lt;a href=&quot;http://wiki.debian.org/DebianTaiwan/MiniDebConf2009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/DebianTaiwan/MiniDebConf2009&lt;/a&gt;&lt;br&gt;&lt;br&gt;- -Andrew
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkqaTQ0ACgkQnQYz4bYlCYV4hgCfSlpW8rh0dsaRaAM3LWRezRQN
&lt;br&gt;QgQAn36gUjIC/jrPwBq/1G0989OuK+s+
&lt;br&gt;=g4E6
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25210160&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel-announce-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25210160&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mini-DebConf-Taiwan-2009-tp25210160p25210160.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25141836</id>
	<title>Bits from the release team: Release goals, schedule, state of the union</title>
	<published>2009-08-25T13:51:38Z</published>
	<updated>2009-08-25T13:51:38Z</updated>
	<author>
		<name>Marc 'HE' Brockschmidt</name>
	</author>
	<content type="html">Heya,
&lt;br&gt;&lt;br&gt;This mail should be the first in a row of roughly monthly mails 
&lt;br&gt;informing the project about the state of the release. Please don't
&lt;br&gt;hesitate to contact us on &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25141836&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-release@...&lt;/a&gt; whenever
&lt;br&gt;you have questions.
&lt;br&gt;&lt;br&gt;Release Goals
&lt;br&gt;=============
&lt;br&gt;We have now reviewed the list of release goals [RT-Goals] and have
&lt;br&gt;ACKed most of the proposed things. A short overview:
&lt;br&gt;&lt;br&gt;&amp;nbsp;- multiarch
&lt;br&gt;&amp;nbsp; &amp;nbsp; We hope to allow our users to install binaries for several 
&lt;br&gt;&amp;nbsp; &amp;nbsp; architectures on a single machine in Squeeze.
&lt;br&gt;&amp;nbsp;- kFreeBSD: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Debian 6.0 Squeeze should be the first Debian release shipping with
&lt;br&gt;&amp;nbsp; &amp;nbsp; a non-Linux kernel.
&lt;br&gt;&amp;nbsp;- Boot performance: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Using a minimal shell such as dash, together with the possibility to
&lt;br&gt;&amp;nbsp; &amp;nbsp; use an advanced init script management system, should make booting 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Debian even faster.
&lt;br&gt;&amp;nbsp;- Package quality: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; We want to encourage the use of tools such as piuparts and lintian
&lt;br&gt;&amp;nbsp; &amp;nbsp; to improve our packages's quality.
&lt;br&gt;&amp;nbsp;- Removal of obsolete libs: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; It's time to get rid of Gnome 1.x cruft and similar old, now 
&lt;br&gt;&amp;nbsp; &amp;nbsp; unneeded libraries.
&lt;br&gt;&amp;nbsp;- IPv6/LFS: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Further support for IPv6 and large files is still a release goal.
&lt;br&gt;&amp;nbsp;- New source package format:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Make it possible to build all packages using dpkg source format
&lt;br&gt;&amp;nbsp; &amp;nbsp; 3.0 (quilt).
&lt;br&gt;&amp;nbsp;- Removal of .la files:
&lt;br&gt;&amp;nbsp; &amp;nbsp; To avoid future problems, we want to remove the error-prone libtool
&lt;br&gt;&amp;nbsp; &amp;nbsp; .la files wherever they are not used.
&lt;br&gt;&lt;br&gt;There are some other goals in the queue for which we would like to
&lt;br&gt;have a bit more information; individual mails requesting that have been
&lt;br&gt;sent out. If you know of something you want to see as release goal for
&lt;br&gt;Squeeze, mail us on debian-release@.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release planning
&lt;br&gt;================
&lt;br&gt;As you may have noticed, we have asked for your development plans
&lt;br&gt;for the Squeeze release cycle [RT-Survey]. We haven't received replies
&lt;br&gt;From everyone yet (if you want to reply, do so soon) and still haven't
&lt;br&gt;decided on a final schedule but, at this moment, a freeze in December
&lt;br&gt;seems to be unlikely. We will send another mail when we have decided
&lt;br&gt;on a schedule.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release state
&lt;br&gt;=============
&lt;br&gt;The current state of unstable and testing isn't very good and we would
&lt;br&gt;like to change this with your help. The problems are two-fold: We have
&lt;br&gt;a very high number of release critical bugs and had problems ensuring
&lt;br&gt;the smooth transition of packages to testing.
&lt;br&gt;&lt;br&gt;We have intensified our work on supporting transitions in the past 
&lt;br&gt;weeks, allowing quite a few packages to move to testing. We will 
&lt;br&gt;continue to do so in the coming weeks and would be grateful if you could
&lt;br&gt;announce every non-trivial transition to debian-release@, so that we
&lt;br&gt;can plan for it.
&lt;br&gt;&lt;br&gt;There were also some buildd problems in the last few days, but we hope
&lt;br&gt;we are past them. We are currently working on the list of architectures
&lt;br&gt;that will be released with Squeeze [RT-Archs] and hope to finalize it
&lt;br&gt;soon.
&lt;br&gt;&lt;br&gt;The number of release critical bugs is something that requires help
&lt;br&gt;From all of you. Please check your packages using our QA pages [DDPO]
&lt;br&gt;and packages on your system using ``rc-alert'' (from the devscripts
&lt;br&gt;package) and fix any outstanding bugs. If you notice bugs in 
&lt;br&gt;unmaintained packages, consider informing the MIA team (at 
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25141836&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mia@...&lt;/a&gt;) or requesting the removal of the package.
&lt;br&gt;&lt;br&gt;Release preparations
&lt;br&gt;====================
&lt;br&gt;To encourage help from new developers, we would like to organize some
&lt;br&gt;QA weekends (in the style of Gnome Love Days [GnomeLove]), preferably
&lt;br&gt;with a real-life event at the same time.
&lt;br&gt;&lt;br&gt;For this, we will name a specific area which requires attention (for
&lt;br&gt;example, bugs concerning a release goal) and provide documentation on how
&lt;br&gt;to work on these issues. We hope to attract enough DDs to make it 
&lt;br&gt;possible to give advice to new helpers and to get all fixes sponsored in
&lt;br&gt;a timely fashion.
&lt;br&gt;&lt;br&gt;If you would like to help with this and are willing to organize a real
&lt;br&gt;life event, mail us on debian-release@, so that we have some specific
&lt;br&gt;dates to work with.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Marc
&lt;br&gt;&lt;br&gt;Footnotes:
&lt;br&gt;&amp;nbsp;[RT-Goals] &lt;a href=&quot;http://release.debian.org/squeeze/goals.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://release.debian.org/squeeze/goals.txt&lt;/a&gt;&lt;br&gt;&amp;nbsp;[RT-Survey] &lt;a href=&quot;http://lists.debian.org/debian-devel/2009/08/msg00602.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.debian.org/debian-devel/2009/08/msg00602.html&lt;/a&gt;&lt;br&gt;&amp;nbsp;[RT-Archs] &lt;a href=&quot;http://release.debian.org/squeeze/arch_qualify.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://release.debian.org/squeeze/arch_qualify.html&lt;/a&gt;&lt;br&gt;&amp;nbsp;[DDPO] &lt;a href=&quot;http://qa.debian.org/developer.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://qa.debian.org/developer.php&lt;/a&gt;&lt;br&gt;&amp;nbsp;[GnomeLove] &lt;a href=&quot;http://live.gnome.org/GnomeLove&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://live.gnome.org/GnomeLove&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://release.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://release.debian.org&lt;/a&gt;&lt;br&gt;Debian Release Team
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (202 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25141836/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-from-the-release-team%3A-Release-goals%2C-schedule%2C-state-of-the-union-tp25141836p25141836.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25098348</id>
	<title>Mail forwarding for @debian.org</title>
	<published>2009-08-22T15:09:14Z</published>
	<updated>2009-08-22T15:09:14Z</updated>
	<author>
		<name>Stephen Gran</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;Since roughly forever, there has been an accidental conflation between
&lt;br&gt;@debian.org mail routing and @master.debian.org mail routing. &amp;nbsp;The two
&lt;br&gt;are handled the same, although they should not be.
&lt;br&gt;&lt;br&gt;DSA is looking at ways to disentangle the two mail domains, and as a first
&lt;br&gt;step, we are going to update LDAP so that everyone who doesn't currently
&lt;br&gt;have a mail forward set will have it set to $&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25098348&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;uid@...&lt;/a&gt;.
&lt;br&gt;This should not change current behavior, but will make the forward
&lt;br&gt;explicit and allow us to start disentangling the two mail domains without
&lt;br&gt;breaking the implicit assumption that many of you seem to be relying on.
&lt;br&gt;&lt;br&gt;If this is not the behavior you want, please set your mail forward
&lt;br&gt;attribute explicitly. &amp;nbsp;To find out if your mail attribute is set, log
&lt;br&gt;into any debian.org machine you have access to and run:
&lt;br&gt;&lt;br&gt;ldapsearch -x &amp;quot;(uid=$USER)&amp;quot; emailForward
&lt;br&gt;&lt;br&gt;If you get an emailForward attribute in the output and it is the correct
&lt;br&gt;address for your mail, we thank you.
&lt;br&gt;&lt;br&gt;We will leave things as they are for a week or so, and then we'll do the
&lt;br&gt;bulk update ourselves if you all haven't.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;-----------------------------------------------------------------
&lt;br&gt;| &amp;nbsp; ,''`. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Stephen Gran |
&lt;br&gt;| &amp;nbsp;: :' : &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25098348&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sgran@...&lt;/a&gt; |
&lt;br&gt;| &amp;nbsp;`. `' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Debian user, admin, and developer |
&lt;br&gt;| &amp;nbsp; &amp;nbsp;`- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org&lt;/a&gt;&amp;nbsp;|
&lt;br&gt;&amp;nbsp;-----------------------------------------------------------------
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25098348/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mail-forwarding-for-%40debian.org-tp25098348p25098348.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25039994</id>
	<title>Bits from Debian Pure Blends</title>
	<published>2009-08-19T01:15:12Z</published>
	<updated>2009-08-19T01:15:12Z</updated>
	<author>
		<name>Andreas Tille-5</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;here are some bits from Debian Pure Blends [0]:
&lt;br&gt;&lt;br&gt;1. Rename finished
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;At DebConf 8 it was decided to rename the effort which was formerly
&lt;br&gt;&amp;nbsp; &amp;nbsp;known as Custom Debian Distributions. &amp;nbsp;The rename to Debian Pure
&lt;br&gt;&amp;nbsp; &amp;nbsp;Blends now can be considered as finished in the docs, code and
&lt;br&gt;&amp;nbsp; &amp;nbsp;infrastructure (mailing list, alioth project, etc.. &amp;nbsp;There are
&lt;br&gt;&amp;nbsp; &amp;nbsp;compatibility packages cdd-dev and cdd-common for one release cycle
&lt;br&gt;&amp;nbsp; &amp;nbsp;to enable smooth upgrades.
&lt;br&gt;&lt;br&gt;2. New Blends
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The BrDesktop project is actually not really a new Blend because it is
&lt;br&gt;&amp;nbsp; &amp;nbsp;released with Lenny but it started using the technical framework since
&lt;br&gt;&amp;nbsp; &amp;nbsp;last month. &amp;nbsp;Also the DebiChem project is using the framework now. &amp;nbsp;You
&lt;br&gt;&amp;nbsp; &amp;nbsp;might like to have a look at the list of all Blends [1] which are using
&lt;br&gt;&amp;nbsp; &amp;nbsp;the Framework to create tasks and bugs pages.
&lt;br&gt;&lt;br&gt;3. New features
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The tasks and bugs pages are now created using Ultimate Debian
&lt;br&gt;&amp;nbsp; &amp;nbsp;Database (UDD) [2] which enabled a lot of new features which
&lt;br&gt;&amp;nbsp; &amp;nbsp;came quite cheap. &amp;nbsp;These are
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Outright information about versions and architectures even
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;including information about newer upstream
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Information about packages in experimental and new queue
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Displaying DebTags (or asking user to provide DebTags if they
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;are missing)
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Popcon stats
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Providing correct links to Vcs
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Provide screenshots from screenshots.debian.net
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Please provide screenshots to screenshots.debian.net to make
&lt;br&gt;&amp;nbsp; &amp;nbsp;the tasks pages even more informative!
&lt;br&gt;&lt;br&gt;4. Blends needing more support
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The Blends Debian Junior and Debian Lex currently are not actively
&lt;br&gt;&amp;nbsp; &amp;nbsp;maintained. &amp;nbsp;Some fresh blood might be needed.
&lt;br&gt;&lt;br&gt;5. Ways to help Blends and Debian users in General
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;- Translate package descriptions (see yellow buttons on the tasks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;pages)
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Provide proper DebTags (see yellow buttons as well)
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Provide screenshots at screenshots.debian.net
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Usability comments about tasks and bugs pages
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Join a Blend featuring your own interests or create a new one.
&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Andreas.
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;http://blends.alioth.debian.org/blends/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blends.alioth.debian.org/blends/&lt;/a&gt;&lt;br&gt;[1] &lt;a href=&quot;http://blends.alioth.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blends.alioth.debian.org/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://wiki.debian.org/UltimateDebianDatabase&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/UltimateDebianDatabase&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;a href=&quot;http://fam-tille.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fam-tille.de&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25039994/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-from-Debian-Pure-Blends-tp25039994p25039994.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25019189</id>
	<title>Bits from Debian Pure Blends</title>
	<published>2009-08-17T22:45:23Z</published>
	<updated>2009-08-17T22:45:23Z</updated>
	<author>
		<name>Andreas Tille</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;here are some bits from Debian Pure Blends [0]:
&lt;br&gt;&lt;br&gt;1. Rename finished
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;At DebConf 8 it was decided to rename the effort which was formerly
&lt;br&gt;&amp;nbsp; &amp;nbsp;known as Custom Debian Distributions. &amp;nbsp;The rename to Debian Pure
&lt;br&gt;&amp;nbsp; &amp;nbsp;Blends now can be considered as finished in the docs, code and
&lt;br&gt;&amp;nbsp; &amp;nbsp;infrastructure (mailing list, alioth project, etc.. &amp;nbsp;There are
&lt;br&gt;&amp;nbsp; &amp;nbsp;compatibility packages cdd-dev and cdd-common for one release cycle
&lt;br&gt;&amp;nbsp; &amp;nbsp;to enable smooth upgrades.
&lt;br&gt;&lt;br&gt;2. New Blends
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The BrDesktop project is actually not really a new Blend because it is
&lt;br&gt;&amp;nbsp; &amp;nbsp;released with Lenny but it started using the technical framework since
&lt;br&gt;&amp;nbsp; &amp;nbsp;last month. &amp;nbsp;Also the DebiChem project is using the framework now. &amp;nbsp;You
&lt;br&gt;&amp;nbsp; &amp;nbsp;might like to have a look at the list of all Blends [1] which are using
&lt;br&gt;&amp;nbsp; &amp;nbsp;the Framework to create tasks and bugs pages.
&lt;br&gt;&lt;br&gt;3. New features
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The tasks and bugs pages are now created using Ultimate Debian
&lt;br&gt;&amp;nbsp; &amp;nbsp;Database (UDD) [2] which enabled a lot of new features which
&lt;br&gt;&amp;nbsp; &amp;nbsp;came quite cheap. &amp;nbsp;These are
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Outright information about versions and architectures even
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;including information about newer upstream
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Information about packages in experimental and new queue
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Displaying DebTags (or asking user to provide DebTags if they
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;are missing)
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Popcon stats
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Providing correct links to Vcs
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Provide screenshots from screenshots.debian.net
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Please provide screenshots to screenshots.debian.net to make
&lt;br&gt;&amp;nbsp; &amp;nbsp;the tasks pages even more informative!
&lt;br&gt;&lt;br&gt;4. Blends needing more support
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The Blends Debian Junior and Debian Lex currently are not actively
&lt;br&gt;&amp;nbsp; &amp;nbsp;maintained. &amp;nbsp;Some fresh blood might be needed.
&lt;br&gt;&lt;br&gt;5. Ways to help Blends and Debian users in General
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;- Translate package descriptions (see yellow buttons on the tasks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;pages)
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Provide proper DebTags (see yellow buttons as well)
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Provide screenshots at screenshots.debian.net
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Usability comments about tasks and bugs pages
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Join a Blend featuring your own interests or create a new one.
&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Andreas.
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;http://blends.alioth.debian.org/blends/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blends.alioth.debian.org/blends/&lt;/a&gt;&lt;br&gt;[1] &lt;a href=&quot;http://blends.alioth.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blends.alioth.debian.org/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://wiki.debian.org/UltimateDebianDatabase&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/UltimateDebianDatabase&lt;/a&gt;&lt;br&gt;&lt;br&gt;- -- 
&lt;br&gt;&lt;a href=&quot;http://fam-tille.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fam-tille.de&lt;/a&gt;&lt;br&gt;Klarmachen zum Ändern!
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iD8DBQFKij/2YDBbMcCf01oRAr8QAJ9sjZ2AnxpVBUrMoxIv81ZLbhJGNwCeNt6R
&lt;br&gt;UUprfZ9zXwOUW8rEKqmYyDg=
&lt;br&gt;=VadX
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-from-Debian-Pure-Blends-tp25019189p25019189.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24994208</id>
	<title>Bits from Debian Pure Blends</title>
	<published>2009-08-16T07:44:39Z</published>
	<updated>2009-08-16T07:44:39Z</updated>
	<author>
		<name>Andreas Tille-5</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;here are some bits from Debian Pure Blends [0]:
&lt;br&gt;&lt;br&gt;1. Rename finished
&lt;br&gt;&lt;br&gt;&amp;nbsp; At DebConf 8 it was decided to rename the effort which was formerly
&lt;br&gt;&amp;nbsp; known as Custom Debian Distributions. &amp;nbsp;The rename to Debian Pure
&lt;br&gt;&amp;nbsp; Blends now can be considered as finished in the docs, code and
&lt;br&gt;&amp;nbsp; infrastructure (mailing list, alioth project, etc.. &amp;nbsp;There are
&lt;br&gt;&amp;nbsp; compatibility packages cdd-dev and cdd-common for one release cycle
&lt;br&gt;&amp;nbsp; to enable smooth upgrades.
&lt;br&gt;&lt;br&gt;2. New Blends
&lt;br&gt;&lt;br&gt;&amp;nbsp; The BrDesktop project is actually not really a new Blend because it is
&lt;br&gt;&amp;nbsp; released with Lenny but it started using the technical framework since
&lt;br&gt;&amp;nbsp; last month. &amp;nbsp;Also the DebiChem project is using the framework now. &amp;nbsp;You
&lt;br&gt;&amp;nbsp; might like to have a look at the list of all Blends [1] which are using
&lt;br&gt;&amp;nbsp; the Framework to create tasks and bugs pages.
&lt;br&gt;&lt;br&gt;3. New features
&lt;br&gt;&lt;br&gt;&amp;nbsp; The tasks and bugs pages are now created using Ultimate Debian
&lt;br&gt;&amp;nbsp; Database (UDD) [2] which enabled a lot of new features which
&lt;br&gt;&amp;nbsp; came quite cheap. &amp;nbsp;These are
&lt;br&gt;&amp;nbsp; - Outright information about versions and architectures even
&lt;br&gt;&amp;nbsp; &amp;nbsp; including information about newer upstream
&lt;br&gt;&amp;nbsp; - Information about packages in experimental and new queue
&lt;br&gt;&amp;nbsp; - Displaying DebTags (or asking user to provide DebTags if they
&lt;br&gt;&amp;nbsp; &amp;nbsp; are missing)
&lt;br&gt;&amp;nbsp; - Popcon stats
&lt;br&gt;&amp;nbsp; - Providing correct links to Vcs
&lt;br&gt;&amp;nbsp; - Provide screenshots from screenshots.debian.net
&lt;br&gt;&lt;br&gt;&amp;nbsp; Please provide screenshots to screenshots.debian.net to make
&lt;br&gt;&amp;nbsp; the tasks pages even more informative!
&lt;br&gt;&lt;br&gt;4. Blends needing more support
&lt;br&gt;&lt;br&gt;&amp;nbsp; The Blends Debian Junior and Debian Lex currently are not actively
&lt;br&gt;&amp;nbsp; maintained. &amp;nbsp;Some fresh blood might be needed.
&lt;br&gt;&lt;br&gt;5. Ways to help Blends and Debian users in General
&lt;br&gt;&lt;br&gt;&amp;nbsp; - Translate package descriptions (see yellow buttons on the tasks
&lt;br&gt;&amp;nbsp; &amp;nbsp; pages)
&lt;br&gt;&amp;nbsp; - Provide proper DebTags (see yellow buttons as well)
&lt;br&gt;&amp;nbsp; - Provide screenshots at screenshots.debian.net
&lt;br&gt;&amp;nbsp; - Usability comments about tasks and bugs pages
&lt;br&gt;&amp;nbsp; - Join a Blend featuring your own interests or create a new one.
&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Andreas.
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;http://blends.alioth.debian.org/blends/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blends.alioth.debian.org/blends/&lt;/a&gt;&lt;br&gt;[1] &lt;a href=&quot;http://blends.alioth.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blends.alioth.debian.org/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://wiki.debian.org/UltimateDebianDatabase&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/UltimateDebianDatabase&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://fam-tille.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fam-tille.de&lt;/a&gt;&lt;br&gt;Klarmachen zum Ändern!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24994208&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-blends-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24994208&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-from-Debian-Pure-Blends-tp24994208p24994208.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24989375</id>
	<title>Debian Policy 3.8.3.0 released</title>
	<published>2009-08-15T17:32:11Z</published>
	<updated>2009-08-15T17:32:11Z</updated>
	<author>
		<name>Russ Allbery-2</name>
	</author>
	<content type="html">I've just uploaded Debian Policy 3.8.3. &amp;nbsp;The next time you upload a
&lt;br&gt;package, please check it against the new version of Policy and update
&lt;br&gt;Standards-Version in debian/control accordingly. &amp;nbsp;A new release of Lintian
&lt;br&gt;calibrated for this release of Policy will be uploaded shortly.
&lt;br&gt;&lt;br&gt;There is no need to make a new upload only to bump the standards version.
&lt;br&gt;Lintian is also now smart enough to not warn if your package complied with
&lt;br&gt;the current version of Policy at the time of the last upload and the
&lt;br&gt;Policy version it complies with is not too old. &amp;nbsp;For packages that need
&lt;br&gt;little development, some packagers take the approach of doing one upload
&lt;br&gt;per Debian release cycle whether the package needs it or not to do
&lt;br&gt;standards version updates, switch to a new version of debhelper, resolve
&lt;br&gt;minor Lintian tags, and do other housekeeping.
&lt;br&gt;&lt;br&gt;Summary of normative (possibly requiring changes to packages) Policy
&lt;br&gt;changes since 3.8.2:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Add DEB_*_ARCH_CPU and DEB_*_ARCH_OS variables and recommend them
&lt;br&gt;&amp;nbsp; &amp;nbsp; over GNU-style variables for that information. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[4.9]
&lt;br&gt;&amp;nbsp; * Source package Architecture fields may contain &amp;quot;all&amp;quot; in combination
&lt;br&gt;&amp;nbsp; &amp;nbsp; with other architectures. &amp;nbsp;Clarify when &amp;quot;all&amp;quot; and &amp;quot;any&amp;quot; may be used
&lt;br&gt;&amp;nbsp; &amp;nbsp; in different versions of the field. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [5.6.8]
&lt;br&gt;&amp;nbsp; * The Debian archive software does not support uploading to multiple
&lt;br&gt;&amp;nbsp; &amp;nbsp; distributions with one *.changes file. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[5.6.14]
&lt;br&gt;&amp;nbsp; * The Binary field may span multiple lines. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [5.6.19]
&lt;br&gt;&amp;nbsp; * Remove the permission for shared library packages to install
&lt;br&gt;&amp;nbsp; &amp;nbsp; libraries in a non-standard location and modify ld.so.conf.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Packages should either be installed in a standard library directory
&lt;br&gt;&amp;nbsp; &amp;nbsp; or packages using them should be built with RPATH. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[10.2]
&lt;br&gt;&amp;nbsp; * Clarify installation directories for X programs and remove the
&lt;br&gt;&amp;nbsp; &amp;nbsp; requirement to pre-depend on x11-common before installing into
&lt;br&gt;&amp;nbsp; &amp;nbsp; /usr/include/X11 and /usr/lib/X11. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[11.8.7]
&lt;br&gt;&amp;nbsp; * Remove the requirement that all characters in a manual page be
&lt;br&gt;&amp;nbsp; &amp;nbsp; representable in the legacy encoding for that language. &amp;nbsp; [12.1]
&lt;br&gt;&amp;nbsp; * Localized man pages should either be kept up-to-date with the
&lt;br&gt;&amp;nbsp; &amp;nbsp; original version or warn that they're not up-to-date, either with
&lt;br&gt;&amp;nbsp; &amp;nbsp; warning text or by showing missing or changed portions in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; original language. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[12.1]
&lt;br&gt;&amp;nbsp; * install-info is now handled via triggers so packages no longer need
&lt;br&gt;&amp;nbsp; &amp;nbsp; to invoke it in maintainer scripts. &amp;nbsp;Info documents should now have
&lt;br&gt;&amp;nbsp; &amp;nbsp; directory sections and entries in the document. &amp;nbsp;Packages
&lt;br&gt;&amp;nbsp; &amp;nbsp; containing info documents should add a dependency to support
&lt;br&gt;&amp;nbsp; &amp;nbsp; partial upgrades. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [12.2]
&lt;br&gt;&amp;nbsp; * The requirement for Perl modules to have a versioned Depend and
&lt;br&gt;&amp;nbsp; &amp;nbsp; Build-Depend on perl &amp;gt;= 5.6.0-16 has been removed. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[perl]
&lt;br&gt;&lt;br&gt;/usr/share/doc/debian-policy/upgrading-checklist.txt.gz also contains this
&lt;br&gt;list. &amp;nbsp;Please review the listed section of Policy if the change appears
&lt;br&gt;relevant to your package.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Russ Allbery (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24989375&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.eyrie.org/~eagle/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eyrie.org/~eagle/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (202 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/24989375/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Debian-Policy-3.8.3.0-released-tp24989375p24989375.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24984758</id>
	<title>FTP Team changes</title>
	<published>2009-08-15T06:47:22Z</published>
	<updated>2009-08-15T06:47:22Z</updated>
	<author>
		<name>Joerg Jaspert-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;everybody please welcome
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Alexander 'Tolimar' Reichle-Schmehl
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Chris 'lamby' Lamb
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Torsten 'twerner' Werner
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Barry 'bdefreese' deFreese
&lt;br&gt;&lt;br&gt;as new members of the FTP Team.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;bye, Joerg
&lt;br&gt;In dem allseits bekannten Land, wo die Intelligenz von einer
&lt;br&gt;staatlichen Central-Agentur verwaltet und anscheinend so stark
&lt;br&gt;rationiert wird, dass selbst der Präsident kaum was ab bekommen hat, [..]
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (265 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/24984758/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FTP-Team-changes-tp24984758p24984758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24980480</id>
	<title>Bits o' Bugs from the BTS</title>
	<published>2009-08-14T08:24:11Z</published>
	<updated>2009-08-14T08:24:11Z</updated>
	<author>
		<name>Don Armstrong</name>
	</author>
	<content type="html">It's been a really long time since &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24980480&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;owner@...&lt;/a&gt; has written, so these
&lt;br&gt;should most likely be called bytes, but here goes:
&lt;br&gt;&lt;br&gt;=== NEW FEATURES ===
&lt;br&gt;&lt;br&gt;[in control@bdo]
&lt;br&gt;&lt;br&gt;1) summary -- you can now select a message which summarizes a bug; the
&lt;br&gt;first non-control, non-pseudoheader, non-quoted[1] paragraph is
&lt;br&gt;selected as the summary for a bug:
&lt;br&gt;&lt;br&gt;# select message 15 as the summary
&lt;br&gt;summary 12345 15
&lt;br&gt;# select this message as the summary
&lt;br&gt;summary 12345 0
&lt;br&gt;&lt;br&gt;this is also exported via get_status and soap, so other things can use it
&lt;br&gt;&lt;br&gt;2) affects -- you can now mark a bug as affecting another package, and
&lt;br&gt;it'll show up in the other package's bug list by default. Use this
&lt;br&gt;when liba breaks user-visible package b to try to stem the flow of
&lt;br&gt;grave OMG THE WORLD BLEW UP bugs. [Or just to clue people in.] In the
&lt;br&gt;near future, there will be a wrongpackage nnn foopkg; command which
&lt;br&gt;reassigns to foopkg and marks the bug as affecting the package it was
&lt;br&gt;originally assigned to.
&lt;br&gt;&lt;br&gt;3) limit -- you can now limit control operations[1.5] to arbitrary
&lt;br&gt;constraints, such as:
&lt;br&gt;&lt;br&gt;# bugs with package foo and bar
&lt;br&gt;limit package foo bar
&lt;br&gt;# bugs which have severity serious
&lt;br&gt;limit severity serious
&lt;br&gt;# bugs which are submitted by you
&lt;br&gt;limit submitter &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24980480&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;you@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;same keys are or'd, different keys anded. Full documentation of this
&lt;br&gt;feature will be forthcomming in the server-control webpage when I get
&lt;br&gt;around to it. [package foo is now implemented as a special case of
&lt;br&gt;limit, in case you were wondering why the control transcript suddenly
&lt;br&gt;changed.]
&lt;br&gt;&lt;br&gt;4) tag -- now accepts multiple commands in a single line:
&lt;br&gt;&lt;br&gt;# tag a bug bar, untag it foo, and set it to bleh
&lt;br&gt;tag 12345 + bar - foo = bleh
&lt;br&gt;&lt;br&gt;5) unarchive,archive -- you can now archive and unarchive bugs. Bugs
&lt;br&gt;which satisfy the criterion for archiving (ignoring time) and have
&lt;br&gt;been previously archived can be manually archived using the archive
&lt;br&gt;command. Any archived bug can be unarchived using the unarchive
&lt;br&gt;command.
&lt;br&gt;&lt;br&gt;unarchive 12345
&lt;br&gt;# since 12345 (presumably) still satisfies the archiving criterion
&lt;br&gt;archive 12345
&lt;br&gt;&lt;br&gt;6) forcemerge -- takes the first bug as the prototype, and makes the
&lt;br&gt;second bug just like it so that it can be merged.
&lt;br&gt;&lt;br&gt;[web frontend]
&lt;br&gt;&lt;br&gt;1) cgi options -- see the bottom of the webpages if you haven't
&lt;br&gt;already; pretty self explanatory.
&lt;br&gt;&lt;br&gt;2) full text search -- &lt;a href=&quot;http://bugs.debian.org/cgi-bin/search.cgi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/search.cgi&lt;/a&gt;&lt;br&gt;&lt;br&gt;3) little symbols -- to make the pages easier to see lots of bugs, the
&lt;br&gt;following symbols have been added:
&lt;br&gt;&lt;br&gt;Merged &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; =
&lt;br&gt;Blocked &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;♙ # pawn
&lt;br&gt;Blocks &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ♔ # king	
&lt;br&gt;Forwarded &amp;nbsp; &amp;nbsp; &amp;nbsp;↝
&lt;br&gt;Affects &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;☣ # biohazard
&lt;br&gt;patch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+
&lt;br&gt;Fixed Versions ☺ # smiley
&lt;br&gt;wontfix &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;☹ # frownie
&lt;br&gt;Archived &amp;nbsp; &amp;nbsp; &amp;nbsp; ♲ # recycle
&lt;br&gt;moreinfo &amp;nbsp; &amp;nbsp; &amp;nbsp; M
&lt;br&gt;security &amp;nbsp; &amp;nbsp; &amp;nbsp; S
&lt;br&gt;unreproducible R
&lt;br&gt;pending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;P
&lt;br&gt;help &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; H
&lt;br&gt;upstream &amp;nbsp; &amp;nbsp; &amp;nbsp; u
&lt;br&gt;fixed-upstream U
&lt;br&gt;fixed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F
&lt;br&gt;&lt;br&gt;&lt;br&gt;Severities also have symbols, but these are fairly obvious; hover on
&lt;br&gt;the symbols to see what they mean if you forget.
&lt;br&gt;&lt;br&gt;[local debbugs]
&lt;br&gt;&lt;br&gt;1) There is now a local debbugs package, which enables you to run a
&lt;br&gt;local copy of debbugs which by default contains all of the RC bugs,
&lt;br&gt;bugs in your packages, and bugs you've commented on that are
&lt;br&gt;unarchived. [You can configure this if you wish.]
&lt;br&gt;&lt;br&gt;Once debbugs is uploaded to experimental (soon, I promise) and
&lt;br&gt;progresses through NEW[2], you can play with this by installing the
&lt;br&gt;debbugs-local package, and running:
&lt;br&gt;&lt;br&gt;local-debbugs --mirror
&lt;br&gt;local-debbugs --daemon
&lt;br&gt;local-debbugs --search severity:serious
&lt;br&gt;local-debbugs --stop
&lt;br&gt;&lt;br&gt;(it's a bit rough around the edges still; bugs (preferably with
&lt;br&gt;patches) accepted.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;== ARCHITECTURE CHANGES ==
&lt;br&gt;&lt;br&gt;1) Debbugs::Control abstraction -- almost all of the control@ routines
&lt;br&gt;are in a new file, which means we can call them from submit@ time to
&lt;br&gt;support control actions in an initial mail.
&lt;br&gt;&lt;br&gt;2) Bugs which are assigned to a source package instead of a binary
&lt;br&gt;package now have src: prefixed in front of the name. This now
&lt;br&gt;completely disambiguates the source: foo makes binary: bar, and
&lt;br&gt;source: bar makes binary: foo case... (but it doesn't make it less
&lt;br&gt;confusing for humans, so please don't do that.)
&lt;br&gt;&lt;br&gt;3) General code cleanup -- most everything is use warnings; use
&lt;br&gt;strict; (but not everything).
&lt;br&gt;&lt;br&gt;== FUTURE ==
&lt;br&gt;&lt;br&gt;1) Indication of the status of bugs for all distributions (and
&lt;br&gt;architectures) in a single query; soap-able too. [This will enable the
&lt;br&gt;bts ldap to be deprecated and phased out.]
&lt;br&gt;&lt;br&gt;2) Finish abstracting out control; make it accessible at submit@ time
&lt;br&gt;&lt;br&gt;[...] see the huge list of bugs at &lt;a href=&quot;http://bugs.debian.org/debbugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/debbugs&lt;/a&gt;&amp;nbsp;and
&lt;br&gt;&lt;a href=&quot;http://bugs.debian.org/bugs.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/bugs.debian.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;== CALL FOR VOLUNTEERS ==
&lt;br&gt;&lt;br&gt;We're always looking for more people to help out with debbugs; feel
&lt;br&gt;free to ask questions and get started fixing bugs in the bug tracker.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Don Armstrong
&lt;br&gt;(on behalf of the whole &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24980480&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;owner@...&lt;/a&gt; team)
&lt;br&gt;&lt;br&gt;1: For the most part, and assuming you quote with &amp;gt;; if you quote with
&lt;br&gt;spaces or | or some other char(s), put the summary on top.
&lt;br&gt;&lt;br&gt;1.5: Well, almost all. merge, unmerge, forcemerge, and clone don't
&lt;br&gt;respect this, though they do respect the package limit.
&lt;br&gt;&lt;br&gt;2: Or you can get it right now from:
&lt;br&gt;bzr branch &lt;a href=&quot;http://bugs.debian.org/source/mainline&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/source/mainline&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;Everyone has to die. And in a hundred years nobody's going to inquire
&lt;br&gt;just how most people died. The best thing is to do it in the way that
&lt;br&gt;strikes your fancy most.
&lt;br&gt;&amp;nbsp;-- Kenzaburō Ōe _Silent Cry_ p5
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.donarmstrong.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.donarmstrong.com&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://rzlab.ucr.edu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rzlab.ucr.edu&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/24980480/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bits-o%27-Bugs-from-the-BTS-tp24980480p24980480.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24954205</id>
	<title>Misc developer news (#17)</title>
	<published>2009-08-13T05:44:23Z</published>
	<updated>2009-08-13T05:44:23Z</updated>
	<author>
		<name>Raphael Hertzog-3</name>
	</author>
	<content type="html">The news are collected on &lt;a href=&quot;http://wiki.debian.org/DeveloperNews&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/DeveloperNews&lt;/a&gt;&lt;br&gt;Please contribute short news about your work/plans/subproject.
&lt;br&gt;&lt;br&gt;In this issue:
&lt;br&gt;&amp;nbsp;+ PTS news: accessibility, piuparts, l10n
&lt;br&gt;&amp;nbsp;+ cvs.debian.org (and its webwml repo) moved to Alioth
&lt;br&gt;&amp;nbsp;+ Git user's survey 2009
&lt;br&gt;&amp;nbsp;+ New source formats
&lt;br&gt;&amp;nbsp;+ New mailing list debian-user-dutch
&lt;br&gt;&lt;br&gt;PTS news: accessibility, piuparts, l10n
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;A handful of changes have been flowing into the PTS
&lt;br&gt;&amp;nbsp;(&lt;a href=&quot;http://packages.qa.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://packages.qa.debian.org&lt;/a&gt;) during DebConf9:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * the PTS page layout have been re-designed, mainly behind the scenes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; it no longer uses tables and should be more accessible. As a minor
&lt;br&gt;&amp;nbsp; &amp;nbsp; drawback, alternative CSS stylesheets beyond the default one are
&lt;br&gt;&amp;nbsp; &amp;nbsp; currently broken
&lt;br&gt;&amp;nbsp; * the PTS now shows errors about package installation stressing found by
&lt;br&gt;&amp;nbsp; &amp;nbsp; piuparts (see &lt;a href=&quot;http://piuparts.debian.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://piuparts.debian.org&lt;/a&gt;&amp;nbsp;for more info)
&lt;br&gt;&amp;nbsp; * the PTS now shows information about the translation status of a
&lt;br&gt;&amp;nbsp; &amp;nbsp; package and warns when Debian-specific strings (e.g. debconf
&lt;br&gt;&amp;nbsp; &amp;nbsp; templates) need translations
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Stefano Zacchiroli
&lt;br&gt;&lt;br&gt;cvs.debian.org (and its webwml repo) moved to Alioth
&lt;br&gt;----------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;cvs.debian.org has been moved away from gluck.debian.org, its new home is
&lt;br&gt;&amp;nbsp;alioth.debian.org with all the other version control system. This
&lt;br&gt;&amp;nbsp;concerns mainly committers to the webwml repository (the website) since
&lt;br&gt;&amp;nbsp;the associated SSH host key has changed and the password to use is the
&lt;br&gt;&amp;nbsp;alioth's one (and not the one from Debian's official LDAP).
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Raphaël Hertzog
&lt;br&gt;&lt;br&gt;Git user's survey 2009
&lt;br&gt;----------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;The Git User's Survey 2009[1] is up! If you care about improving Git so
&lt;br&gt;&amp;nbsp;that it better suits your needs for your Debian work, please take a few
&lt;br&gt;&amp;nbsp;minutes to answer it. The survey will last until 15th september 2009.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Raphaël Hertzog
&lt;br&gt;&lt;br&gt;&amp;nbsp;[1] &lt;a href=&quot;http://www.survs.com/survey?id=2PIMZGU0&amp;channel=Q0EKJ3NF54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.survs.com/survey?id=2PIMZGU0&amp;channel=Q0EKJ3NF54&lt;/a&gt;&lt;br&gt;&lt;br&gt;New source formats
&lt;br&gt;------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;A status update concerning the switch to new source formats has been sent
&lt;br&gt;&amp;nbsp;to dedian-devel[2]. Test source packages (and an associated APT
&lt;br&gt;&amp;nbsp;repository) are available. The main blocker is the merge of the branch
&lt;br&gt;&amp;nbsp;that adds support of new source formats to dak. Check out the message for
&lt;br&gt;&amp;nbsp;more details on what has been done and what's planned.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Raphaël Hertzog
&lt;br&gt;&lt;br&gt;&amp;nbsp;[2] &lt;a href=&quot;http://lists.debian.org/debian-devel/2009/07/msg00937.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.debian.org/debian-devel/2009/07/msg00937.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;New mailing list debian-user-dutch
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;A new mailing list has been created for Debian users who speak Dutch. You
&lt;br&gt;&amp;nbsp;can participate even if you run your desktop in English. You can
&lt;br&gt;&amp;nbsp;subscribe here: &lt;a href=&quot;http://lists.debian.org/debian-user-dutch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.debian.org/debian-user-dutch/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Paul van der Vlis
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Raphaël Hertzog
&lt;br&gt;&lt;br&gt;Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
&lt;br&gt;&lt;a href=&quot;http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (536 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/24954205/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Misc-developer-news-%28-17%29-tp24954205p24954205.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24836839</id>
	<title>Override changes</title>
	<published>2009-08-05T14:49:52Z</published>
	<updated>2009-08-05T14:49:52Z</updated>
	<author>
		<name>Joerg Jaspert-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;if you need to request an override change for your package, please use
&lt;br&gt;the BTS in future, no longer reply to the override disparity mail you
&lt;br&gt;will receive from the archive.
&lt;br&gt;&lt;br&gt;The format for such bug reports against the ftp.debian.org
&lt;br&gt;pseudopackage:
&lt;br&gt;&lt;br&gt;Subject: override: PACKAGE1:section/priority, [...], PACKAGEX:section/priority
&lt;br&gt;&lt;br&gt;Include the justification for the change in the body of the bug please.
&lt;br&gt;&lt;br&gt;(I hope reportbug will understand this soon, similar to it knowing about
&lt;br&gt;removal bugs).
&lt;br&gt;&lt;br&gt;This new way will make it easier for us to keep track which are already
&lt;br&gt;done and which not.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;bye, Joerg
&lt;br&gt;.SH AUTHOR
&lt;br&gt;This manual page was not written by anyone. &amp;nbsp;It sprang forth into
&lt;br&gt;existence on its own.
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (265 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/24836839/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Override-changes-tp24836839p24836839.html" />
</entry>

</feed>
