Package: ftp.debian.org Tags: patch Hi,
Please could you make a couple of changes to the configuration for squeeze-updates, now that squeeze has released. 1) Set the description in projectb's suite table to "Updated packages for Debian 6.0". I'm not sure whether it's possible to have "announce" set to NULL/blank, but also not sure whether it makes any practical difference for a suite which process-upload will never install packages in to. 2) Apply the attached patch to dak.conf to add mappings for squeeze-updates and stable-updates. I hope I got the logic the right way round; the basic idea is that uploads to either "squeeze-updates" or "stable-updates" get mapped (possibly indirectly) to p-u and thus go to p-u-NEW and subsequently to p-u once accepted. I tried to add the new entries in what seemed like the most logical place from a functionality point of view, although they end up looking slightly odd while s-u is the only suite (other than the -r0s) where the suite name in the database contains a codename. Regards, Adam
diff -adNru /srv/ftp-master.debian.org/dak/config/debian/dak.conf dak.conf --- /srv/ftp-master.debian.org/dak/config/debian/dak.conf 2011-03-03 22:53:06.334510591 +0000 +++ dak.conf 2011-03-05 19:24:07.000000000 +0000 @@ -360,6 +360,7 @@ "propup-version testing-security unstable"; "map lenny oldstable"; "map squeeze stable"; + "map stable-updates squeeze-updates"; "map wheezy testing"; "map sid unstable"; "map rc-buggy experimental"; @@ -368,6 +369,7 @@ "map stable proposed-updates"; "map stable-security proposed-updates"; "map stable-proposed-updates proposed-updates"; + "map squeeze-updates proposed-updates"; "map-unreleased oldstable unstable"; "map-unreleased stable unstable"; "map-unreleased proposed-updates unstable";

