[Debburn-changes] r378 - nonameyet/trunk/debian

Eduard Bloch blade at alioth.debian.org
Sun Nov 5 16:08:35 CET 2006


Author: blade
Date: 2006-11-05 16:08:34 +0100 (Sun, 05 Nov 2006)
New Revision: 378

Modified:
   nonameyet/trunk/debian/rules
   nonameyet/trunk/debian/wodim.dirs
Log:
not creating empty dirs in etc anymore

Modified: nonameyet/trunk/debian/rules
===================================================================
--- nonameyet/trunk/debian/rules	2006-11-05 14:55:26 UTC (rev 377)
+++ nonameyet/trunk/debian/rules	2006-11-05 15:08:34 UTC (rev 378)
@@ -80,8 +80,8 @@
 wodim: install
 	@echo "--- Building: $@"
 	dh_installdirs 		 -p$@ -P$(b)/$@ 
-	cp -a cdrecord/wodim.dfl $(b)/$@/etc/default/wodim
-	cp -a rscsi/rscsi.dfl $(b)/$@/etc/default/rscsi
+	cp -a cdrecord/wodim.dfl $(b)/$@/etc/wodim.conf
+	cp -a rscsi/rscsi.dfl $(b)/$@/etc/rscsi.conf
 #	cp debian/reportbug.presubj $(b)/$@/usr/share/bug/wodim/presubj
 	dh_link              -p$@ -P$(b)/$@ 
 	dh_installdocs       -p$@ -P$(b)/$@

Modified: nonameyet/trunk/debian/wodim.dirs
===================================================================
--- nonameyet/trunk/debian/wodim.dirs	2006-11-05 14:55:26 UTC (rev 377)
+++ nonameyet/trunk/debian/wodim.dirs	2006-11-05 15:08:34 UTC (rev 378)
@@ -1,2 +1 @@
-etc/default
-etc/wodim
+etc




More information about the Debburn-changes mailing list