SVN devscripts commit: r562 - in trunk: debian scripts
Adam D. Barratt
adam-guest at alioth.debian.org
Mon Mar 12 22:30:05 CET 2007
Author: adam-guest
Date: 2007-03-12 21:30:04 +0000 (Mon, 12 Mar 2007)
New Revision: 562
Modified:
trunk/debian/changelog
trunk/scripts/uscan.pl
Log:
Fix typo in error message when combining --report-status and --verbose
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-03-12 21:12:45 UTC (rev 561)
+++ trunk/debian/changelog 2007-03-12 21:30:04 UTC (rev 562)
@@ -73,6 +73,8 @@
- use bugs.d.o/mbox:NNNN to download the mbox
- attempt to download version graphs in "full caching" mode
* dscverify: Add --nosigcheck (Closes: #397720)
+ * uscan: Fix typo in error message when combining --report-status and
+ --verbose
[ James Vega ]
* debian/control: Add myself to the Uploaders list.
@@ -81,7 +83,7 @@
* scripts/Makefile: Specify an include directory when running Perl in order
to handle the source restructuring.
- -- Adam D. Barratt <debian-bts at adam-barratt.org.uk> Mon, 12 Mar 2007 21:10:36 +0000
+ -- Adam D. Barratt <debian-bts at adam-barratt.org.uk> Mon, 12 Mar 2007 21:27:38 +0000
devscripts (2.9.27) unstable; urgency=low
Modified: trunk/scripts/uscan.pl
===================================================================
--- trunk/scripts/uscan.pl 2007-03-12 21:12:45 UTC (rev 561)
+++ trunk/scripts/uscan.pl 2007-03-12 21:30:04 UTC (rev 562)
@@ -293,7 +293,7 @@
die "$progname: Can't use --verbose if you're using --dehs!\n"
if $verbose and $dehs;
-die "$progname: Can't use --report-status if you're using --dehs!\n"
+die "$progname: Can't use --report-status if you're using --verbose!\n"
if $verbose and $report;
die "$progname: Can't use --report-status if you're using --download!\n"
More information about the Devscripts-devel
mailing list