[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-217-g5e3dcf4
Steffen Moeller
moeller at debian.org
Sat Apr 9 15:33:23 UTC 2011
The following commit has been merged in the master branch:
commit 5e3dcf43b4bde0c10d51de7ca7ba4bb39ac6af7e
Author: Steffen Moeller <moeller at debian.org>
Date: Sat Apr 9 17:32:48 2011 +0200
Removing .la link instructions.
diff --git a/debian/changelog b/debian/changelog
index d3351d6..a750159 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-boinc (6.12.22+dfsg-1) UNRELEASED; urgency=low
+boinc (6.12.22+dfsg-1) unstable; urgency=low
* First attempt to fix compilation on HURD.
* Added debconf it.po (Closes: #619436).
* Addressing lintian errors on python paths/versions.
+ * Removing *.la files (Closes: #621197).
- -- Steffen Moeller <moeller at debian.org> Wed, 23 Mar 2011 11:43:00 +0100
+ -- Steffen Moeller <moeller at debian.org> Sat, 09 Apr 2011 17:32:20 +0200
boinc (6.12.18+dfsg-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 6051bc0..c819fb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -300,6 +300,8 @@ override_dh_install: $(SAMPLES)
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
override_dh_compress:
dh_compress -Xsamples
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list