This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository debsums.
commit 226c18831981b78f218e47653c98eecbdb1f0c23 Author: Francois Marier <[email protected]> Date: Fri Jun 26 16:30:54 2009 +1200 Add lintian-override about the postinst --- debian/changelog | 3 ++- debian/lintian-overrides | 2 ++ debian/rules | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 82b1b79..f330af7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ debsums (2.0.46) unstable; urgency=low * Bump Standards-Version to 3.8.2 * Remove debconf question about croncheck (closes: #533594, #503444) + * Add lintian-override about the postinst - -- Francois Marier <[email protected]> Fri, 26 Jun 2009 16:20:44 +1200 + -- Francois Marier <[email protected]> Fri, 26 Jun 2009 16:30:46 +1200 debsums (2.0.45) unstable; urgency=low diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..92a017f --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,2 @@ +# That command path is in a generated config file, not in the postinst script +debsums: command-with-path-in-maintainer-script postinst:23 /usr/bin/debsums diff --git a/debian/rules b/debian/rules index 0bc34ca..55449b9 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,7 @@ binary-indep: cd man && po4a --rm-backups po4a.cfg dh_installman `find man -type f -name '*.[18]'` + dh_lintian dh_installcron dh_installinit dh_installchangelogs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
