[DRE-commits] r1577 - packages/libxml-ruby/trunk/debian

filipe-guest at alioth.debian.org filipe-guest at alioth.debian.org
Fri May 18 04:26:38 UTC 2007


Author: filipe-guest
Date: 2007-05-18 04:26:37 +0000 (Fri, 18 May 2007)
New Revision: 1577

Modified:
   packages/libxml-ruby/trunk/debian/changelog
   packages/libxml-ruby/trunk/debian/rules
Log:
* Now it compiles 2 times in a row.



Modified: packages/libxml-ruby/trunk/debian/changelog
===================================================================
--- packages/libxml-ruby/trunk/debian/changelog	2007-05-18 04:25:32 UTC (rev 1576)
+++ packages/libxml-ruby/trunk/debian/changelog	2007-05-18 04:26:37 UTC (rev 1577)
@@ -1,8 +1,9 @@
 libxml-ruby (0.3.8.4-3) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Added test before remove empty file, so package can be build twice
+    in a row (closes: #424542).
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 23:07:12 +0200
+ -- Filipe Lautert <filipe at icewall.org>  Thu, 17 May 2007 01:50:41 -0300
 
 libxml-ruby (0.3.8.4-2) unstable; urgency=low
 

Modified: packages/libxml-ruby/trunk/debian/rules
===================================================================
--- packages/libxml-ruby/trunk/debian/rules	2007-05-18 04:25:32 UTC (rev 1576)
+++ packages/libxml-ruby/trunk/debian/rules	2007-05-18 04:26:37 UTC (rev 1577)
@@ -8,4 +8,6 @@
 DEB_COMPRESS_EXCLUDE := .xml
 
 build:
-	rm tests/model/default_validation_bug.rb
+	if test -e tests/model/default_validation_bug.rb; then \
+		rm tests/model/default_validation_bug.rb; \
+	fi




More information about the Pkg-ruby-extras-commits mailing list