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

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


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

Modified:
   packages/libxslt/trunk/
   packages/libxslt/trunk/debian/changelog
   packages/libxslt/trunk/libxslt/Makefile.am
   packages/libxslt/trunk/libxslt/Makefile.in
Log:
 r1052 at namakemono:  mh | 2006-05-02 22:57:50 +0200
 * libxslt/Makefile.am, libxslt/Makefile.in: Fixed libxslt-plugins directory
   creation.



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:1051
   + a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxslt/branches/upstream/current:1048
a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxslt/trunk:1052

Modified: packages/libxslt/trunk/debian/changelog
===================================================================
--- packages/libxslt/trunk/debian/changelog	2006-05-26 08:17:21 UTC (rev 545)
+++ packages/libxslt/trunk/debian/changelog	2006-05-26 08:17:28 UTC (rev 546)
@@ -5,8 +5,10 @@
     priority optional on other packages since they inherit it from the source
     package.
   * debian/control: Bumped Standards-Version to 3.7.0.0. No changes needed.
+  * libxslt/Makefile.am, libxslt/Makefile.in: Fixed libxslt-plugins directory
+    creation.
 
- -- Mike Hommey <glandium at debian.org>  Sat, 18 Mar 2006 20:20:32 +0100
+ -- Mike Hommey <glandium at debian.org>  Tue,  2 May 2006 22:56:40 +0200
 
 libxslt (1.1.15-5) unstable; urgency=low
 

Modified: packages/libxslt/trunk/libxslt/Makefile.am
===================================================================
--- packages/libxslt/trunk/libxslt/Makefile.am	2006-05-26 08:17:21 UTC (rev 545)
+++ packages/libxslt/trunk/libxslt/Makefile.am	2006-05-26 08:17:28 UTC (rev 546)
@@ -61,4 +61,4 @@
 	@(cd ../xsltproc ; $(MAKE))
 
 install-exec-hook:
-	$(mkinstalldirs) "$(libdir)/libxslt-plugins"
+	$(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins"

Modified: packages/libxslt/trunk/libxslt/Makefile.in
===================================================================
--- packages/libxslt/trunk/libxslt/Makefile.in	2006-05-26 08:17:21 UTC (rev 545)
+++ packages/libxslt/trunk/libxslt/Makefile.in	2006-05-26 08:17:28 UTC (rev 546)
@@ -667,7 +667,7 @@
 	@(cd ../xsltproc ; $(MAKE))
 
 install-exec-hook:
-	$(mkinstalldirs) "$(libdir)/libxslt-plugins"
+	$(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins"
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:




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