On Thu, Jul 25, 2013 at 05:18:02PM +0100, Adam D. Barratt wrote: >> diff -Nru devscripts-2.12.6/scripts/build-rdeps.pl > [...] >> -my $release_pattern = '(.*_dists_(sid|unstable))_(?:In)*Release$'; >> +my $release_pattern = '(.*_dists_(wheezy|stable))_(?:In)*Release$'; > > Hmmm, what are the chances that users on stable might want to derive the > information for unstable in any case?
Fairly negligable, but | my $release_pattern = '(.*_dists_(sid|unstable|wheezy|stable))_(?:In)*Release$'; makes a Wheezy system with a deb-sec for unstable work as well. I upload that as well. Cheers, Moritz -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org