SVN devscripts commit: r572 - in trunk: debian scripts
Martin Zobel-Helas
zobel at alioth.debian.org
Sun Mar 18 09:36:21 CET 2007
Author: zobel
Date: 2007-03-18 08:36:21 +0000 (Sun, 18 Mar 2007)
New Revision: 572
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/scripts/tagpending.sh
Log:
tagpending should not use pend-excl=done (Closes: #415309)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-03-17 20:13:45 UTC (rev 571)
+++ trunk/debian/changelog 2007-03-18 08:36:21 UTC (rev 572)
@@ -1,11 +1,16 @@
devscripts (2.10.2) UNRELEASED; urgency=low
+ [ Adam D. Barratt ]
* scripts/Makefile: Override make's default .sh rule so that the package
version string actually gets written to the scripts
* Fix encoding of French manpages (Closes: #415240)
- -- Adam D. Barratt <debian-bts at adam-barratt.org.uk> Sat, 17 Mar 2007 20:13:00 +0000
+ [ Martin Zobel-Helas ]
+ * Adding myself to Uploaders
+ * tagpending should not use pend-excl=done (Closes: #415309)
+ -- Martin Zobel-Helas <zobel at debian.org> Sun, 18 Mar 2007 09:31:51 +0100
+
devscripts (2.10.1) unstable; urgency=low
* debian/control: set Maintainer to pkg-devscripts at teams.debian.net.
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2007-03-17 20:13:45 UTC (rev 571)
+++ trunk/debian/control 2007-03-18 08:36:21 UTC (rev 572)
@@ -2,7 +2,7 @@
Section: devel
Priority: optional
Maintainer: Devscripts Devel Team <pkg-devscripts at teams.debian.net>
-Uploaders: Julian Gilbey <jdg at debian.org>, Filippo Giunchedi <filippo at debian.org>, Joey Hess <joeyh at debian.org>, Mohammed Adnène Trojette <adn+deb at diwi.org>, Christoph Berg <myon at debian.org>, Stefano Zacchiroli <zack at debian.org>, James Vega <jamessan at debian.org>
+Uploaders: Julian Gilbey <jdg at debian.org>, Filippo Giunchedi <filippo at debian.org>, Joey Hess <joeyh at debian.org>, Mohammed Adnène Trojette <adn+deb at diwi.org>, Christoph Berg <myon at debian.org>, Stefano Zacchiroli <zack at debian.org>, James Vega <jamessan at debian.org>, Martin Zobel-Helas <zobel at debian.org>
Standards-Version: 3.7.2
Build-Depends: perl (>= 5.8), debhelper (>= 5.0.0), libtimedate-perl, libwww-perl, xsltproc, docbook-xsl, po4a (>= 0.26)
XS-Vcs-Browser: http://svn.debian.org/wsvn/devscripts/trunk/
Modified: trunk/scripts/tagpending.sh
===================================================================
--- trunk/scripts/tagpending.sh 2007-03-17 20:13:45 UTC (rev 571)
+++ trunk/scripts/tagpending.sh 2007-03-18 08:36:21 UTC (rev 572)
@@ -103,7 +103,7 @@
xargs -n1 echo)
if [ "$USE_WGET" = "1" ]; then
- bts_pending=$(wget -q -O - "$BTS_BASE_URL?which=src;data=$srcpkg;archive=no;pend-exc=done;include=pending" | \
+ bts_pending=$(wget -q -O - "$BTS_BASE_URL?which=src;data=$srcpkg;archive=no;include=pending" | \
sed -ne 's/.*<a href="bugreport.cgi?bug=\([0-9]*\).*/\1/; T; p')
bts_open=$(wget -q -O - "$BTS_BASE_URL?which=src;data=$srcpkg;archive=no;pend-exc=done" | \
sed -ne 's/.*<a href="bugreport.cgi?bug=\([0-9]*\).*/\1/; T; p')
More information about the Devscripts-devel
mailing list