[SCM] BOINC packaging branch, master, updated. upstream/7.0.28+dfsg-464-g3e553af
Steffen Moeller
steffen_moeller at gmx.de
Tue May 29 19:42:55 UTC 2012
The following commit has been merged in the master branch:
commit 3e553af27fe999d09ea707635b41e7bb723e6bf1
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date: Tue May 29 21:42:26 2012 +0200
Smallish fixes in rules and libboinc.install
diff --git a/debian/libboinc.install b/debian/libboinc.install
index 7c782ac..fd7c397 100644
--- a/debian/libboinc.install
+++ b/debian/libboinc.install
@@ -1,2 +1,2 @@
usr/lib/libboinc.so.* usr/lib
-libboinc_crypt.so.* usr/lib
+usr/lib/libboinc_crypt.so.* usr/lib
diff --git a/debian/rules b/debian/rules
index 45e281c..ce784dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -239,6 +239,7 @@ override_dh_auto_clean:
rm -rf py/build py/lib.linux-x86_64-2.6
find . -name "*.pyc" | xargs -r rm
find . -type d -a \( -name .deps -o -name .libs \) | xargs -r rm -r
+ rm -f stderr.txt # remnant of application started
rm -f lib/crypt_prog test/run notices/feeds.xml
find test -name "run-*" | xargs -r rm -rf
rm -f $(BINARIES)
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list