[xml/sgml-commit] r81 - packages/libxml2/trunk/debian

Mike Hommey glandium-guest@haydn.debian.org
Mon, 19 Apr 2004 03:00:52 -0600


Author: glandium-guest
Date: 2004-04-19 03:00:46 -0600 (Mon, 19 Apr 2004)
New Revision: 81

Modified:
   packages/libxml2/trunk/debian/changelog
   packages/libxml2/trunk/debian/rules
Log:
Changed once more the python/libxml2-py.c workaround to finally work really properly.


Modified: packages/libxml2/trunk/debian/changelog
===================================================================
--- packages/libxml2/trunk/debian/changelog	2004-04-19 08:03:45 UTC (rev 80)
+++ packages/libxml2/trunk/debian/changelog	2004-04-19 09:00:46 UTC (rev 81)
@@ -6,10 +6,13 @@
     libxml2 has been stucking packages in sid.
   * Ran all the autotools suite, especially the latest libtool.
     Closes: #244557.
-  * debian/rules: Removed all python file removals since these files get
-    now correctly removed upstream.
+  * debian/rules:
+    + Removed all python file removals since these files get now
+      correctly removed upstream.
+    + Changed once more the python/libxml2-py.c workaround to finally
+      work really properly.
 
- -- Mike Hommey <mh@glandium.org>  Mon, 19 Apr 2004 16:57:53 +0900
+ -- Mike Hommey <mh@glandium.org>  Mon, 19 Apr 2004 17:58:56 +0900
 
 libxml2 (2.6.8-2) unstable; urgency=high
 

Modified: packages/libxml2/trunk/debian/rules
===================================================================
--- packages/libxml2/trunk/debian/rules	2004-04-19 08:03:45 UTC (rev 80)
+++ packages/libxml2/trunk/debian/rules	2004-04-19 09:00:46 UTC (rev 81)
@@ -57,7 +57,8 @@
 	install doc/*.html doc/*.gif debian/tmp/usr/share/doc/libxml2-doc/html/
 
 	-test -r python/libxml2-py.c-tmp && \
-	mv -f python/libxml2-py.c-tmp python/libxml2-py.c
+	cat python/libxml2-py.c-tmp > python/libxml2-py.c &&
+	rm -f python/libxml2-py.c-tmp
 
 	touch install-stamp