Author: schoenfeld Date: 2008-11-06 11:52:51 +0000 (Thu, 06 Nov 2008) New Revision: 1710
Modified: trunk/debian/changelog trunk/scripts/build-rdeps.pl Log: mk-build-deps: Make default pattern for source files match on codename aswell as suite (unstable, sid) Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2008-11-05 19:29:08 UTC (rev 1709) +++ trunk/debian/changelog 2008-11-06 11:52:51 UTC (rev 1710) @@ -1,9 +1,14 @@ devscripts (2.10.41) UNRELEASED; urgency=low + [ Adam D. Barratt ] * NOT RELEASED YET - -- Adam D. Barratt <[EMAIL PROTECTED]> Wed, 05 Nov 2008 19:28:34 +0000 + [ Patrick Schoenfeld ] + * mk-build-deps: Make default pattern for source files match on codename + aswell as suite (unstable, sid) + -- Patrick Schoenfeld <[EMAIL PROTECTED]> Thu, 06 Nov 2008 12:51:51 +0100 + devscripts (2.10.40) unstable; urgency=low [ Adam D. Barratt ] Modified: trunk/scripts/build-rdeps.pl =================================================================== --- trunk/scripts/build-rdeps.pl 2008-11-05 19:29:08 UTC (rev 1709) +++ trunk/scripts/build-rdeps.pl 2008-11-06 11:52:51 UTC (rev 1710) @@ -74,7 +74,7 @@ my $version = '1.0'; my $dctrl = "/usr/bin/grep-dctrl"; my $sources_path = "/var/lib/apt/lists/"; -my $source_pattern = ".*_dists_unstable_.*Sources\$"; +my $source_pattern = ".*_dists_(sid|unstable)_.*Sources\$"; my @source_files; my $sources_count=0; my $opt_debug; -- To unsubscribe, send mail to [EMAIL PROTECTED]
