[boinc] 08/12: Move dh_install at the end of the override
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Wed Aug 13 20:30:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository boinc.
commit 3d1d1ee091181c6e56e7d10fb711811fa7d79f57
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Aug 12 20:10:31 2014 +0200
Move dh_install at the end of the override
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index c4d0ec9..69be80a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -360,12 +360,12 @@ endif
override_dh_install:
# boinc apps are built only together with the server
- dh_install
rm -rf debian/boinc-manager/usr/share/locale/en_US/
# delete empty dirs
if [ -d debian/boinc-manager/usr/share/locale ] ; then find debian/boinc-manager/usr/share/locale -type d -empty -delete; fi
# delete .la files (Closes: #621197)
find $(CURDIR)/debian -name "*.la" | xargs -r rm -f
+ dh_install
override_dh_strip:
[ -d debian/boinc-dbg ] && dh_strip -a --no-package=-boinc-server-dbg --no-package=boinc-server-maker --no-package=boinc-app-examples --dbg-package=boinc-dbg || true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git
More information about the pkg-boinc-commits
mailing list