Author: adam-guest
Date: 2008-03-01 11:54:04 +0000 (Sat, 01 Mar 2008)
New Revision: 1089

Modified:
   trunk/debian/changelog
   trunk/scripts/debsign.sh
Log:
debsign: Correctly handle signing an automatically located .changes
  file if none was passed on the command line (Closes: #468761)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-02-29 08:55:32 UTC (rev 1088)
+++ trunk/debian/changelog      2008-03-01 11:54:04 UTC (rev 1089)
@@ -1,3 +1,10 @@
+devscripts (2.10.19) UNRELEASED; urgency=low
+
+  * debsign: Correctly handle signing an automatically located .changes
+    file if none was passed on the command line (Closes: #468761)
+
+ -- Adam D. Barratt <[EMAIL PROTECTED]>  Sat, 01 Mar 2008 11:42:02 +0000
+
 devscripts (2.10.18.1) unstable; urgency=low
 
   The "I need a bigger brown paper bag" upload

Modified: trunk/scripts/debsign.sh
===================================================================
--- trunk/scripts/debsign.sh    2008-02-29 08:55:32 UTC (rev 1088)
+++ trunk/scripts/debsign.sh    2008-03-01 11:54:04 UTC (rev 1089)
@@ -552,6 +552,7 @@
                exit 1
            fi
        fi
+       dosigning;
        ;;
 
     *) while [ $# -gt 0 ]; do



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to