[Pkg-lustre-svn-commit] updated: [e0ab205] Install lintian overrides into the corresponding packages

Patrick Winnertz winnie at debian.org
Fri Oct 10 09:09:51 UTC 2008


The following commit has been merged in the master branch:
commit e0ab205b0c0e06e27bf4941710010d3b025ce4b0
Author: Patrick Winnertz <winnie at debian.org>
Date:   Fri Oct 10 11:08:21 2008 +0200

    Install lintian overrides into the corresponding packages

diff --git a/debian/rules b/debian/rules
index 75322c5..5980830 100755
--- a/debian/rules
+++ b/debian/rules
@@ -144,6 +144,7 @@ binary-$(UTILS_PKG): build-stamp
 	dh_installexamples -p $(UTILS_PKG)
 	dh_installchangelogs -p $(UTILS_PKG) lustre/ChangeLog
 	dh_compress -p $(UTILS_PKG)
+	dh_lintian -p $(UTILS_PKG)
 	dh_strip -p $(UTILS_PKG)
 	dh_installdeb -p $(UTILS_PKG)
 	dh_fixperms -p $(UTILS_PKG)
@@ -163,6 +164,7 @@ binary-$(TESTS_PKG): build-stamp
 	dh_installexamples -p $(TESTS_PKG)
 	dh_installchangelogs -p $(TESTS_PKG) lustre/ChangeLog
 	dh_compress -p $(TESTS_PKG)
+	dh_lintian -p $(TESTS_PKG)
 	dh_strip -p $(TESTS_PKG)
 	dh_installdeb -p $(TESTS_PKG)
 	dh_fixperms -p $(TESTS_PKG)
@@ -195,6 +197,7 @@ binary-$(LIB_PKG): build-stamp
 	dh_installchangelogs -p $(LIB_PKG) lustre/ChangeLog
 	dh_compress -p $(LIB_PKG)
 	dh_installdeb -p $(LIB_PKG)
+	dh_lintian -p $(LIB_PKG)
 	dh_strip -p $(LIB_PKG)
 	dh_fixperms -p $(LIB_PKG)
 	dh_gencontrol -p $(LIB_PKG)

-- 
Lustre Debian Packaging 



More information about the Pkg-lustre-svn-commit mailing list