The following commit has been merged in the master branch:
commit cbdc59fb72634c9fc264d33589b92dba56e0d2cc
Author: Thorsten Glaser <[email protected]>
Date:   Sat Apr 10 19:26:55 2010 +0000

    Make debsign a Debian Policy §10.4 shell script.
    
    Signed-off-by: Thorsten Glaser <[email protected]>
    Signed-off-by: James Vega <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index c209459..f5fff0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ devscripts (2.10.63) UNRELEASED; urgency=low
   * debsnap: rewritten from scratch in Perl, use snapshot.debian.org
     and its JSON API (Closes: #530416)
 
+  [ Thorsten Glaser ]
+  * debsign: Convert to a Debian Policy §10.4 shell script.
+
  -- Christoph Berg <[email protected]>  Fri, 09 Apr 2010 21:31:24 +0200
 
 devscripts (2.10.62) unstable; urgency=low
diff --git a/scripts/debsign.sh b/scripts/debsign.sh
index ce48fbd..60f15f5 100755
--- a/scripts/debsign.sh
+++ b/scripts/debsign.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
 
 # This program is designed to PGP sign a .dsc and .changes file pair
 # in the form needed for a legal Debian upload.  It is based in part
@@ -45,7 +45,7 @@ MODIFIED_CONF_MSG='Default settings modified by devscripts 
configuration files:'
 signingdir=""
 remotefilesdir=""
 
-trap "cleanup_tmpdir" 0 1 2 3 9 11 13 15
+trap "cleanup_tmpdir" EXIT HUP INT QUIT KILL SEGV PIPE TERM
 
 # --- Functions
 

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to [email protected].

Reply via email to