This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ball.
commit a880d64b1e20525f1bc93157f04eac8470831afd Author: Andreas Tille <[email protected]> Date: Wed May 18 12:16:51 2016 +0200 Remove extra license file --- debian/changelog | 1 + debian/rules | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index abdd19c..b6bd005 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ ball (1.4.3~beta1-1) UNRELEASED; urgency=medium * Use python-helper properly * Enhance long description of dev package * Use Breaks where Conflicts is to strong + * Remove extra license file [ Danny Edel ] * d/rules: Enable building and execution of unittests diff --git a/debian/rules b/debian/rules index 74acaab..a879325 100755 --- a/debian/rules +++ b/debian/rules @@ -140,5 +140,6 @@ override_dh_auto_install-indep: override_dh_installdocs: dh_installdocs - find $(BALL_INSTALL_PATH)/usr/share -type d -empty -delete - find $(BALL_INSTALL_PATH)/usr/share -name jquery.js -delete + find debian/*/usr/share -type d -empty -delete + find debian/*/usr/share -name jquery.js -delete + find debian/*/usr/share -name license.txt -delete -- 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
