This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ball.
commit 7938d5a5048c5e9a26ba98b67a2596c46bed0402 Author: Andreas Tille <[email protected]> Date: Wed May 18 10:34:13 2016 +0200 do not install empty directories for docs --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9d3feb7..28fa17c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ ball (1.4.3~beta1-1) UNRELEASED; urgency=medium * polish d/copyright * better hardening * cme fix dpkg-control + * do not install empty directories for docs -- Andreas Tille <[email protected]> Thu, 07 Jan 2016 08:47:19 +0100 diff --git a/debian/rules b/debian/rules index 1d1f6c4..eb67f6c 100755 --- a/debian/rules +++ b/debian/rules @@ -137,4 +137,4 @@ override_dh_auto_install-indep: cp -r $(BALL_INSTALL_PATH)/usr/share/BALL/doc/BALL debian/libball$(SOVERSION)-doc/usr/share/doc/libball$(SOVERSION)/html cp -r $(BALL_INSTALL_PATH)/usr/share/BALL/data debian/libball$(SOVERSION)-data/usr/share/BALL-$(SOVERSION) - + find $(BALL_INSTALL_PATH)/usr/share -type d -empty -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
