[devscripts] 01/01: Fix build-rdeps to work with Wheezy being stable

James McCoy jamessan at debian.org
Tue Dec 17 04:42:18 UTC 2013


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to annotated tag v2.12.6+deb7u1
in repository devscripts.

commit 53b4ad2802de7a78b3ba2f1b1b26ad32817eb1e2
Author: Moritz Muehlenhoff <jmm at debian.org>
Date:   Fri Oct 4 18:48:12 2013 +0000

    Fix build-rdeps to work with Wheezy being stable
---
 debian/changelog       | 6 ++++++
 scripts/build-rdeps.pl | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b0b6f38..6e27597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+devscripts (2.12.6+deb7u1) stable; urgency=low
+
+  * Fix build-rdeps to work with Wheezy being stable (Closes: #695975)
+
+ -- Moritz Muehlenhoff <jmm at debian.org>  Fri, 04 Oct 2013 18:48:12 +0000
+
 devscripts (2.12.6) unstable; urgency=low
 
   * Actual install German translation.
diff --git a/scripts/build-rdeps.pl b/scripts/build-rdeps.pl
index bc7cc64..1794b48 100755
--- a/scripts/build-rdeps.pl
+++ b/scripts/build-rdeps.pl
@@ -99,7 +99,7 @@ my $progname = basename($0);
 my $version = '1.0';
 my $dctrl = "grep-dctrl";
 my $sources_path = "/var/lib/apt/lists/";
-my $release_pattern = '(.*_dists_(sid|unstable))_(?:In)*Release$';
+my $release_pattern = '(.*_dists_(wheezy|stable))_(?:In)*Release$';
 my %seen_origins;
 my @source_files;
 my $opt_debug;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list