[Initscripts-ng-commits] r981 - in /trunk/src/insserv/debian: changelog lintian-overrides rules

pere at users.alioth.debian.org pere at users.alioth.debian.org
Tue Sep 1 19:54:13 UTC 2009


Author: pere
Date: Tue Sep  1 19:54:12 2009
New Revision: 981

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=981
Log:
Add lintian override for the transitient update-bootsystem-insserv
binary missing a manual page.

Added:
    trunk/src/insserv/debian/lintian-overrides
Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/rules

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=981&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Tue Sep  1 19:54:12 2009
@@ -32,6 +32,8 @@
     implmenetations in the archive.  Dropped the syslog provide from
     the list, as it should not be used.
   * Update to Standards-Version 3.8.3, no changes required.
+  * Add lintian override for the transitient update-bootsystem-insserv
+    binary missing a manual page.
 
   [ Kel Modderman ]
   * Add new patch 20_install_perms_fixup.patch to install binary and

Added: trunk/src/insserv/debian/lintian-overrides
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/lintian-overrides?rev=981&op=file
==============================================================================
--- trunk/src/insserv/debian/lintian-overrides (added)
+++ trunk/src/insserv/debian/lintian-overrides Tue Sep  1 19:54:12 2009
@@ -1,0 +1,1 @@
+insserv: binary-without-manpage usr/sbin/update-bootsystem-insserv

Modified: trunk/src/insserv/debian/rules
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/rules?rev=981&op=diff
==============================================================================
--- trunk/src/insserv/debian/rules (original)
+++ trunk/src/insserv/debian/rules Tue Sep  1 19:54:12 2009
@@ -72,6 +72,10 @@
 	# Install bash(1) completion
 	$(INSTALL_DATA) debian/bash-completion $(DESTDIR)/etc/bash_completion.d/insserv
 
+	$(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/usr/share/lintian/overrides
+	$(INSTALL) -o root -g root -m 644 debian/lintian-overrides \
+		$(DESTDIR)/usr/share/lintian/overrides/insserv
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.




More information about the Initscripts-ng-commits mailing list