[SCM] Git repository for devscripts branch, master, updated. v2.13.2-11-gd20a386

Paul Wise pabs at debian.org
Fri Jun 28 04:42:50 UTC 2013


The following commit has been merged in the master branch:
commit d20a38618aecea7a99f5a08f6b07b18c068e8ba2
Author: Paul Wise <pabs at debian.org>
Date:   Fri Jun 28 12:42:01 2013 +0800

    Support 'new' in the rmadison URL list.

diff --git a/debian/changelog b/debian/changelog
index b985f48..89a74d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ devscripts (2.13.3) UNRELEASED; urgency=low
 
   [ Paul Wise ]
   * In chdist bash completion, don't print warnings if ~/.chdist is missing
+  * Support 'new' in the rmadison URL list.
 
   [ James McCoy ]
   * dpkg-buildpackage: Use "dpkg-checkbuilddeps -A" for arch-indep builds.
diff --git a/scripts/rmadison.pl b/scripts/rmadison.pl
index a268558..ae2690d 100755
--- a/scripts/rmadison.pl
+++ b/scripts/rmadison.pl
@@ -54,6 +54,7 @@ my %url_map = (
     'debug' => "http://debug.debian.net/cgi-bin/madison.cgi",
     'ubuntu' => "http://people.canonical.com/~ubuntu-archive/madison.cgi",
     'udd' => 'http://qa.debian.org/cgi-bin/madison.cgi',
+    'new' => 'http://qa.debian.org/cgi-bin/madison.cgi?table=new',
 );
 my $default_url = 'debian';
 if (system('dpkg-vendor', '--is', 'ubuntu') == 0) {
@@ -270,6 +271,7 @@ use I<URL> for the query. Supported shorthands are
  B<debug> http://debug.debian.net/cgi-bin/madison.cgi
  B<ubuntu> http://people.canonical.com/~ubuntu-archive/madison.cgi
  B<udd> http://qa.debian.org/cgi-bin/madison.cgi
+ B<new> http://qa.debian.org/cgi-bin/madison.cgi?table=new
 
 See the B<RMADISON_URL_MAP_> variable below for a method to add
 new shorthands.

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list