[xml/sgml-commit] r547 - in packages/libxslt/trunk: . debian

Mike Hommey glandium at costa.debian.org
Fri May 26 08:17:35 UTC 2006


Author: glandium
Date: 2006-05-26 08:17:34 +0000 (Fri, 26 May 2006)
New Revision: 547

Modified:
   packages/libxslt/trunk/
   packages/libxslt/trunk/debian/changelog
   packages/libxslt/trunk/debian/rules
Log:
 r1056 at namakemono:  mh | 2006-05-25 23:38:57 +0200
 * debian/rules: Use $(CURDIR) instead of $(PWD). Fix FTBFS when using sudo
   as rootcmd. Thanks Steve Langasek for pointing out that. Closes: #368872.



Property changes on: packages/libxslt/trunk
___________________________________________________________________
Name: svk:merge
   - a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxslt/branches/upstream/current:1048
a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxslt/trunk:1052
   + a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxslt/branches/upstream/current:1048
a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxslt/trunk:1056

Modified: packages/libxslt/trunk/debian/changelog
===================================================================
--- packages/libxslt/trunk/debian/changelog	2006-05-26 08:17:28 UTC (rev 546)
+++ packages/libxslt/trunk/debian/changelog	2006-05-26 08:17:34 UTC (rev 547)
@@ -1,3 +1,11 @@
+libxslt (1.1.16-2) unstable; urgency=high
+
+  * Urgency set to high, since we fix a serious bug.
+  * debian/rules: Use $(CURDIR) instead of $(PWD). Fix FTBFS when using sudo
+    as rootcmd. Thanks Steve Langasek for pointing out that. Closes: #368872.
+
+ -- Mike Hommey <glandium at debian.org>  Thu, 25 May 2006 23:36:31 +0200
+
 libxslt (1.1.16-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libxslt/trunk/debian/rules
===================================================================
--- packages/libxslt/trunk/debian/rules	2006-05-26 08:17:28 UTC (rev 546)
+++ packages/libxslt/trunk/debian/rules	2006-05-26 08:17:34 UTC (rev 547)
@@ -98,7 +98,7 @@
 
 	mv -f python/Makefile python/Makefile.bak
 	echo install: > python/Makefile
-	$(MAKE) DESTDIR=$(PWD)/$(TMP_DIR) install
+	$(MAKE) DESTDIR=$(CURDIR)/$(TMP_DIR) install
 	mv -f python/Makefile.bak python/Makefile
 
 	# Properly install documentation in /usr/share/doc/libxslt1-dev




More information about the debian-xml-sgml-commit mailing list