[DebianGIS-dev] r2576 - packages/h5utils/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Nov 4 21:05:33 UTC 2009


Author: frankie
Date: 2009-11-04 21:05:32 +0000 (Wed, 04 Nov 2009)
New Revision: 2576

Modified:
   packages/h5utils/trunk/debian/changelog
   packages/h5utils/trunk/debian/rules
Log:
Fix for format 3.0


Modified: packages/h5utils/trunk/debian/changelog
===================================================================
--- packages/h5utils/trunk/debian/changelog	2009-11-04 11:57:50 UTC (rev 2575)
+++ packages/h5utils/trunk/debian/changelog	2009-11-04 21:05:32 UTC (rev 2576)
@@ -4,8 +4,10 @@
     (closes: #540400)
   * Added a versioned build-dep on hdf5 >= 1.8.3 to force rebuilding
     with a current version of the library.
+  * Now protects quilt pushing.
+    (closes: #538549)
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Sun, 09 Aug 2009 09:43:35 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 04 Nov 2009 22:04:55 +0100
 
 h5utils (1.12-1) unstable; urgency=low
 

Modified: packages/h5utils/trunk/debian/rules
===================================================================
--- packages/h5utils/trunk/debian/rules	2009-11-04 11:57:50 UTC (rev 2575)
+++ packages/h5utils/trunk/debian/rules	2009-11-04 21:05:32 UTC (rev 2576)
@@ -22,7 +22,7 @@
 
 patch: patch-stamp
 patch-stamp:
-	QUILT_PATCHES=debian/patches quilt push --color=auto -a
+	QUILT_PATCHES=debian/patches quilt push --color=auto -a || [ $$? = 2 ]
 	touch $@
 
 unpatch:




More information about the Pkg-grass-devel mailing list