[Debootloaders-devel] r194 - trunk/silo/debian

ag-guest at alioth.debian.org ag-guest at alioth.debian.org
Mon Aug 13 13:16:21 UTC 2007


Author: ag-guest
Date: 2007-08-13 13:16:21 +0000 (Mon, 13 Aug 2007)
New Revision: 194

Modified:
   trunk/silo/debian/changelog
   trunk/silo/debian/rules
Log:
* Fix lintian warning "debian-rules-uses-pwd line 32".


Modified: trunk/silo/debian/changelog
===================================================================
--- trunk/silo/debian/changelog	2007-08-13 13:08:06 UTC (rev 193)
+++ trunk/silo/debian/changelog	2007-08-13 13:16:21 UTC (rev 194)
@@ -11,8 +11,9 @@
     "linux-libc-dev (>= 2.6.22)". (Closes: #433282)
   * Create a new non-native upstream tarball with the same version,
     but we need to bump it for dak to accept it. (Closes: #337303)
+  * Fix lintian warning "debian-rules-uses-pwd line 32".
 
- -- Aurélien GÉRÔME <ag at roxor.cx>  Mon, 13 Aug 2007 15:04:41 +0200
+ -- Aurélien GÉRÔME <ag at roxor.cx>  Mon, 13 Aug 2007 15:14:00 +0200
 
 silo (1.4.13-1) unstable; urgency=low
 

Modified: trunk/silo/debian/rules
===================================================================
--- trunk/silo/debian/rules	2007-08-13 13:08:06 UTC (rev 193)
+++ trunk/silo/debian/rules	2007-08-13 13:16:21 UTC (rev 194)
@@ -29,7 +29,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	cd $(BUILD_TREE) && $(MAKE) DESTDIR="$(PWD)/debian/silo" install
+	cd $(BUILD_TREE) && $(MAKE) DESTDIR="$(CURDIR)/debian/silo" install
 	install -m755 debian/local/siloconfig debian/silo/usr/sbin/siloconfig
 
 binary-indep:




More information about the Debootloaders-devel mailing list