Hi Lucas, On Tue, Feb 28, 2012 at 12:53:19PM +0100, Lucas Nussbaum wrote: > On 28/02/12 at 12:06 +0100, Andreas Tille wrote: > > > Looking at config- > > > org.yaml, I suspect that the real problem is that the "release" key for > > > squeeze-backports is incorrectly set: > > > > > > debian-backports-squeeze: > > > [...] > > > release: squeeze > > > > > > if set to "squeeze-backports" then the release column will instead > > > distinguish the translations from one-another in the (package, release, > > > component) tuple. This is probably a simple copy+paste error from the > > > squeeze release; fixing this should also fix the translation clobbering > > > problem. > > Indeed, that's a bug. Please fix it :-)
Thanks for the quick answer. Could you please confirm that this is the fix you have in mind: tillea@wr-linux02:/org/udd/udd$ svn diff Index: config-org.yaml =================================================================== --- config-org.yaml (Revision 2163) +++ config-org.yaml (Arbeitskopie) @@ -104,13 +104,13 @@ archs: [amd64, armel, i386, ia64, mips, mipsel, powerpc, s390, sparc, kfreebsd-amd64, kfreebsd-i386] directory: /org/mirrors/debian-backports/dists/squeeze-backports/ components: [main, contrib, non-free, main/debian-installer] - distribution: debian-backports + distribution: debian packages-table: packages sources-table: sources uploaders-table: uploaders packages-schema: packages sources-schema: sources - release: squeeze + release: squeeze-backports descriptions-table: descriptions #debian-backports-squeeze-sloppy: Kind regards Andreas. -- http://fam-tille.de -- To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120228123155.gg15...@an3as.eu