[gts] 19/25: Import Debian patch 0.7.6+darcs110121-1.1

Andreas Tille tille at debian.org
Tue Jan 31 12:40:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository gts.

commit d2faf43c8d7ca6eb1d0b354d5028b3fc2501cfa3
Author: Luk Claes <luk at debian.org>
Date:   Tue May 31 08:05:34 2011 +0200

    Import Debian patch 0.7.6+darcs110121-1.1
---
 debian/changelog | 8 ++++++++
 debian/rules     | 6 ++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 18bbbd3..da76641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gts (0.7.6+darcs110121-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove references to other libraries from dependency_libs field
+    (Closes: #620605)
+
+ -- Luk Claes <luk at debian.org>  Tue, 31 May 2011 08:05:34 +0200
+
 gts (0.7.6+darcs110121-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/rules b/debian/rules
index a9794ac..3d60676 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,12 @@ override_dh_auto_clean:
 override_dh_auto_test:
 	# some tests are expected to fail
 
+override_dh_auto_install:
+	dh_auto_install
+	for file in debian/tmp/usr/lib/*.la; do \
+		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+	done
+
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gts.git



More information about the debian-science-commits mailing list