[Fai-commit] r5395 - trunk/debian

Michael Tautschnig mt at alioth.debian.org
Sun May 3 14:29:29 UTC 2009


Author: mt
Date: 2009-05-03 14:29:29 +0000 (Sun, 03 May 2009)
New Revision: 5395

Added:
   trunk/debian/fai-nfsroot.lintian
Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
replaced manual overrides copying by a simple and beautiful dh_lintian call,
added override for evil fai-nfsroot package


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-03 14:29:07 UTC (rev 5394)
+++ trunk/debian/changelog	2009-05-03 14:29:29 UTC (rev 5395)
@@ -13,9 +13,11 @@
   [ Michael Tautschnig ]
   * fixed several hyphen-used-as-minus-sign errors in man pages
   * update to standards version 3.8.1, no changes needed
-  * Replaced dh_clean -k by dh_prep
+  * replaced dh_clean -k by dh_prep
+  * use dh_lintian to install lintian overrides
+  * added override for fai-nfsroot (diverts foreign /etc/init.d.rcS)
 
- -- Thomas Lange <lange at debian.org>  Sun, 03 May 2009 15:54:53 +0200
+ -- Thomas Lange <lange at debian.org>  Sun, 03 May 2009 16:29:10 +0200
 
 fai (3.2.19) unstable; urgency=low
 

Added: trunk/debian/fai-nfsroot.lintian
===================================================================
--- trunk/debian/fai-nfsroot.lintian	                        (rev 0)
+++ trunk/debian/fai-nfsroot.lintian	2009-05-03 14:29:29 UTC (rev 5395)
@@ -0,0 +1,3 @@
+# fai-nfsroot is an evil package that freely modifies files of other packages;
+# but the nfsroot is private to FAI, therefore we don't care much.
+fai-nfsroot binary: diversion-for-unknown-file etc/init.d/rcS preinst:8

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-05-03 14:29:07 UTC (rev 5394)
+++ trunk/debian/rules	2009-05-03 14:29:29 UTC (rev 5395)
@@ -56,7 +56,7 @@
 	find ${DOCDIR}/examples/*/files -name postinst | xargs chmod a+x
 	chmod a+rx ${DOCDIR}/examples/utils/*
 	perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' $(shell pwd)/debian/fai-client/usr/share/doc/fai-client/README
-	cp `pwd`/debian/fai-quickstart.lintian $(shell pwd)/debian/fai-quickstart/usr/share/lintian/overrides/fai-quickstart
+	dh_lintian
 # You may want to make some executables suid here.
 	dh_installdeb
 	dh_gencontrol




More information about the Fai-commit mailing list