r38474 - in /packages/texmaker/trunk/debian: changelog rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Mon May 9 06:25:05 UTC 2011


Author: tille
Date: Mon May  9 06:24:57 2011
New Revision: 38474

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38474
Log:
Enable separate arch all/any builds

Modified:
    packages/texmaker/trunk/debian/changelog
    packages/texmaker/trunk/debian/rules

Modified: packages/texmaker/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/changelog?rev=38474&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/changelog (original)
+++ packages/texmaker/trunk/debian/changelog Mon May  9 06:24:57 2011
@@ -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

Modified: packages/texmaker/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/rules?rev=38474&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/rules (original)
+++ packages/texmaker/trunk/debian/rules Mon May  9 06:24:57 2011
@@ -30,7 +30,7 @@
 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




More information about the debian-science-commits mailing list