r10802 - in /packages/unstable/human-icon-theme/debian: changelog rules

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Sun May 6 12:46:45 UTC 2007


Author: alanbach-guest
Date: Sun May  6 12:46:44 2007
New Revision: 10802

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10802
Log:
* Updated debian/rules: Fixed the icon replacement process

Modified:
    packages/unstable/human-icon-theme/debian/changelog
    packages/unstable/human-icon-theme/debian/rules

Modified: packages/unstable/human-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/changelog?rev=10802&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/changelog (original)
+++ packages/unstable/human-icon-theme/debian/changelog Sun May  6 12:46:44 2007
@@ -1,3 +1,10 @@
+human-icon-theme (0.18-2) unstable; urgency=low
+
+  * Updated debian/rules
+     - Fixed the icon replacement process
+
+ -- Alan Baghumian <alan at technotux.org>  Sun, 06 May 2007 16:14:56 +0330
+
 human-icon-theme (0.18-1) unstable; urgency=low
 
   [ Alan Baghumian ]

Modified: packages/unstable/human-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/rules?rev=10802&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/rules (original)
+++ packages/unstable/human-icon-theme/debian/rules Sun May  6 12:46:44 2007
@@ -24,7 +24,12 @@
 
 binary-post-install/human-icon-theme::
 	# replace the Ubuntu logos with the distribution overrides
-	if [ -d debian/$(DISTRO) ]; then \
-	    cp -rvf debian/$(DISTRO)/* debian/human-icon-theme/usr/share/icons/Human/; \
-	fi
+	install -D -m 644 -o root -g root debian/${DISTRO}/start-here-22x22.png \
+                debian/tangerine-icon-theme/usr/share/icons/Human/22x22/places/start-here.png
+	install -D -m 644 -o root -g root debian/${DISTRO}/start-here-24x24.png \
+	        debian/tangerine-icon-theme/usr/share/icons/Human/24x24/places/start-here.png
+	install -D -m 644 -o root -g root debian/${DISTRO}/start-here-48x48.png \
+	        debian/tangerine-icon-theme/usr/share/icons/Human/48x48/places/start-here.png
+	install -D -m 644 -o root -g root debian/${DISTRO}/start-here.svg \
+	        debian/tangerine-icon-theme/usr/share/icons/Human/scalable/places/start-here.svg    
 




More information about the pkg-gnome-commits mailing list