Package: cvs-autoreleasedeb
Version: 0.12-1

Attached patch number 2:
 This contains two small fixes to the same dupload line:
 - Use a wildcard for architecture, because of cross-builds.
 - Redirect stderr so we can see error reporting in the log.

-- 
Oron Peled                                 Voice: +972-4-8228492
o...@actcom.co.il                  http://users.actcom.co.il/~oron
3Com only purchased rights to the numbers '3' '5' and '9', Intel
owns '4', '8', '6', and '2'. '0' and '1' are still in the public
domain ;-)
         -Donald Becker
Index: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	(revision 297)
+++ trunk/debian/changelog	(revision 298)
@@ -1,3 +1,12 @@
+cvs-autoreleasedeb (0.12-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * dupload fixes:
+    - Use a wildcard for architecture, because of cross-builds.
+    - Redirect stderr so we can see error reporting.
+
+ -- Oron Peled <o...@actcom.co.il>  Tue, 15 Dec 2009 14:13:24 +0200
+
 cvs-autoreleasedeb (0.12-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
Index: trunk/svn-autoreleasedeb
===================================================================
--- trunk/svn-autoreleasedeb	(revision 297)
+++ trunk/svn-autoreleasedeb	(revision 298)
@@ -241,7 +241,7 @@
 		if($stripedVer =~ m/^[^:]+:(.+)$/) {
 			$stripedVer = $1;
 		}
-		$cmd = "dupload --to ".$s." ".$p."_".$stripedVer."_".$arch.".changes";
+		$cmd = "dupload --to ".$s." ".$p."_".$stripedVer."_*.changes 2>&1";
 
 		print $cmd."\n";
 

Reply via email to