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

Mike Hommey glandium-guest@haydn.debian.org
Mon, 19 Apr 2004 01:59:22 -0600


Author: glandium-guest
Date: 2004-04-19 01:59:19 -0600 (Mon, 19 Apr 2004)
New Revision: 79

Modified:
   packages/libxml2/trunk/debian/changelog
   packages/libxml2/trunk/debian/rules
Log:
Oops, should not have removed the libxml2-py.c workaround. Put it back.
Put the changelog in releaseable state.


Modified: packages/libxml2/trunk/debian/changelog
===================================================================
--- packages/libxml2/trunk/debian/changelog	2004-04-19 07:32:10 UTC (rev 78)
+++ packages/libxml2/trunk/debian/changelog	2004-04-19 07:59:19 UTC (rev 79)
@@ -1,6 +1,6 @@
 libxml2 (2.6.9-1) unstable; urgency=high
 
-  * (NOT RELEASED YET) New upstream release:
+  * New upstream release:
     + xincludes fallbacks fixed. Closes: #243580.
   * Urgency set to high because of RC bug fixed and it's been too long
     libxml2 has been stucking packages in sid.
@@ -9,7 +9,7 @@
   * debian/rules: Removed all python file removals since these files get
     now correctly removed upstream.
 
- -- Mike Hommey <mh@glandium.org>  Mon, 19 Apr 2004 14:53:10 +0900
+ -- Mike Hommey <mh@glandium.org>  Mon, 19 Apr 2004 16:57:53 +0900
 
 libxml2 (2.6.8-2) unstable; urgency=high
 

Modified: packages/libxml2/trunk/debian/rules
===================================================================
--- packages/libxml2/trunk/debian/rules	2004-04-19 07:32:10 UTC (rev 78)
+++ packages/libxml2/trunk/debian/rules	2004-04-19 07:59:19 UTC (rev 79)
@@ -56,6 +56,9 @@
 	mkdir -p debian/tmp/usr/share/doc/libxml2-doc/html
 	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
+
 	touch install-stamp
 
 # Build architecture-independent files here.