[texmaker] 49/103: Enable separate arch all/any builds

Andreas Tille tille at debian.org
Sun Sep 10 17:38:29 UTC 2017


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

tille pushed a commit to branch master
in repository texmaker.

commit 11136d6092aabfde9ef3dacb79b798c1ac1f375a
Author: Andreas Tille <tille at debian.org>
Date:   Mon May 9 06:24:57 2011 +0000

    Enable separate arch all/any builds
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e7cd346..c1825c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+texmaker (3.0.2-2) unstable; urgency=low
+
+  * Enable separate arch all/any builds as it was requested
+    by Ubuntu (Thanks for the patch to Maia Kozheva <sikon at ubuntu.com>)
+    Closes: #625819
+
+ -- Andreas Tille <tille at debian.org>  Fri, 06 May 2011 13:53:18 +0200
+
 texmaker (3.0.2-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/rules b/debian/rules
index 4b17556..6334f49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_installdocs:
 override_dh_install:
 	dh_install
 	# Rename all hicolor icons to texmaker.png
-	for i in 16 22 32 48 64 128 ; do \
+	[ ! -d $(CURDIR)/debian/$(data)/usr/share/icons/hicolor/ ] || for i in 16 22 32 48 64 128 ; do \
 	    mv $(CURDIR)/debian/$(data)/usr/share/icons/hicolor/$${i}x$${i}/apps/$(pkg)$${i}x$${i}.png \
 	        $(CURDIR)/debian/$(data)/usr/share/icons/hicolor/$${i}x$${i}/apps/$(pkg).png ; \
 	done

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



More information about the debian-science-commits mailing list