[med-svn] r2375 - trunk/packages/mgltools/packging_helpers

smoe-guest at alioth.debian.org smoe-guest at alioth.debian.org
Fri Aug 1 08:44:19 UTC 2008


Author: smoe-guest
Date: 2008-08-01 08:44:18 +0000 (Fri, 01 Aug 2008)
New Revision: 2375

Added:
   trunk/packages/mgltools/packging_helpers/sign_packages.sh
Log:
Uploaded to unstable.


Added: trunk/packages/mgltools/packging_helpers/sign_packages.sh
===================================================================
--- trunk/packages/mgltools/packging_helpers/sign_packages.sh	                        (rev 0)
+++ trunk/packages/mgltools/packging_helpers/sign_packages.sh	2008-08-01 08:44:18 UTC (rev 2375)
@@ -0,0 +1,10 @@
+$#/bin/bash
+
+BUILDAREA=build-area
+
+for i in $BUILDAREA/*.changes
+do
+	debsign $* $i
+done
+
+


Property changes on: trunk/packages/mgltools/packging_helpers/sign_packages.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the debian-med-commit mailing list