[xml/sgml-commit] r80 - packages/libxslt/trunk/debian

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


Author: glandium-guest
Date: 2004-04-19 02:03:45 -0600 (Mon, 19 Apr 2004)
New Revision: 80

Modified:
   packages/libxslt/trunk/debian/changelog
   packages/libxslt/trunk/debian/rules
Log:
Put the changelog in a releaseable state.
Add a workaround for python/libxslt-py.c, as in libxml2.


Modified: packages/libxslt/trunk/debian/changelog
===================================================================
--- packages/libxslt/trunk/debian/changelog	2004-04-19 07:59:19 UTC (rev 79)
+++ packages/libxslt/trunk/debian/changelog	2004-04-19 08:03:45 UTC (rev 80)
@@ -1,8 +1,10 @@
 libxslt (1.1.6-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
+  * debian/rules: Added a workaround for python/libxslt-py.c file to recover
+    its original state after build (to avoid pollution of svn and diff file).
 
- -- Mike Hommey <mh@glandium.org>  Mon, 19 Apr 2004 15:18:06 +0900
+ -- Mike Hommey <mh@glandium.org>  Mon, 19 Apr 2004 17:01:13 +0900
 
 libxslt (1.1.5-2) unstable; urgency=low
 

Modified: packages/libxslt/trunk/debian/rules
===================================================================
--- packages/libxslt/trunk/debian/rules	2004-04-19 07:59:19 UTC (rev 79)
+++ packages/libxslt/trunk/debian/rules	2004-04-19 08:03:45 UTC (rev 80)
@@ -66,6 +66,7 @@
 build:		build-stamp
 build-stamp:	configure-stamp
 		dh_testdir
+		cp -f -a python/libxslt-py.c python/libxslt-py.c-tmp
 		$(MAKE)
 		touch build-stamp 
 
@@ -76,6 +77,8 @@
 		dh_clean -k -X.orig
 		dh_installdirs
 		$(MAKE) install prefix=$(PWD)/$(TMP_DIR)/usr
+		-test -r python/libxslt-py.c-tmp && \
+		mv -f python/libxslt-py.c-tmp python/libxslt-py.c
 		touch install-stamp
 
 binary-indep: