This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ball.
commit 7dd9c649cec70da6abd7fc69dc3395a7cee2c948 Author: Andreas Tille <[email protected]> Date: Tue Sep 19 20:25:10 2017 +0200 Add dh_sip after dh_install --- debian/changelog | 2 ++ debian/rules | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index efd6d13..8b61d2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ ball (1.4.3~beta1-4) UNRELEASED; urgency=medium Closes: #867660 * debhelper 10 * Standards-Version: 4.1.0 (no changes needed) + * Add dh_sip after dh_install (Thanks for the hint to Dmitry Shachnev + <[email protected]>) -- Andreas Tille <[email protected]> Tue, 22 Aug 2017 14:38:06 +0200 diff --git a/debian/rules b/debian/rules index eb206a6..9d23042 100755 --- a/debian/rules +++ b/debian/rules @@ -162,3 +162,7 @@ override_dh_installdocs: find debian/*/usr/share -type d -empty -delete find debian/*/usr/share -name jquery.js -delete find debian/*/usr/share -name license.txt -delete + +override_dh_install: + dh_install + dh_sip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ball.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
