[Pkg-vsquare-changes] r239 - vde2/trunk/debian

Luca Bigliardi shammash-guest at alioth.debian.org
Sun Sep 6 15:05:59 UTC 2009


Author: shammash-guest
Date: 2009-09-06 15:05:59 +0000 (Sun, 06 Sep 2009)
New Revision: 239

Modified:
   vde2/trunk/debian/changelog
   vde2/trunk/debian/rules
Log:
Move "usr/etc" in "etc" after make install as a workaround for bad usage of
INSTALLPATH.



Modified: vde2/trunk/debian/changelog
===================================================================
--- vde2/trunk/debian/changelog	2009-09-06 14:53:54 UTC (rev 238)
+++ vde2/trunk/debian/changelog	2009-09-06 15:05:59 UTC (rev 239)
@@ -1,8 +1,10 @@
 vde2 (2.2.3-3) UNRELEASED; urgency=low
 
   * Add "vde2." prefix to configuration files for vde2 package.
+  * Move "usr/etc" in "etc" after make install as a workaround for bad usage
+    of INSTALLPATH.
 
- -- Luca Bigliardi <shammash at artha.org>  Sun, 06 Sep 2009 15:42:14 +0100
+ -- Luca Bigliardi <shammash at artha.org>  Sun, 06 Sep 2009 16:03:13 +0100
 
 vde2 (2.2.3-2) unstable; urgency=low
 

Modified: vde2/trunk/debian/rules
===================================================================
--- vde2/trunk/debian/rules	2009-09-06 14:53:54 UTC (rev 238)
+++ vde2/trunk/debian/rules	2009-09-06 15:05:59 UTC (rev 239)
@@ -101,6 +101,8 @@
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	# Temporary fix for broken INSTALLPATH in vde2 2.2.3:
+	mv $(CURDIR)/debian/tmp/usr/etc $(CURDIR)/debian/tmp/
 
 
 




More information about the Pkg-vsquare-changes mailing list