r10296 - /packages/unstable/human-icon-theme/debian/rules

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Mon Apr 23 12:57:06 UTC 2007


Author: alanbach-guest
Date: Mon Apr 23 12:57:06 2007
New Revision: 10296

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10296
Log:
updated rules file, added build and clean sections

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

Modified: packages/unstable/human-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/rules?rev=10296&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/rules (original)
+++ packages/unstable/human-icon-theme/debian/rules Mon Apr 23 12:57:06 2007
@@ -5,11 +5,16 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+clean::
+	-test -e debian/start-here-22x22.png && rm debian/start-here-22x22.png
+	-test -e debian/start-here-24x24.png && rm debian/start-here-24x24.png
+	-test -e debian/start-here-48x48.png && rm debian/start-here-48x48.png
+
+build:
+	sng debian/*.sng
 
 binary-post-install/human-icon-theme::
 	# replace Ubuntu logo with Debian
-	sng debian/*.sng
-
 	install -D -m 644 -o root -g root debian/start-here-22x22.png \
 		debian/human-icon-theme/usr/share/icons/Human/22x22/places/start-here.png
 	install -D -m 644 -o root -g root debian/start-here-24x24.png \
@@ -17,9 +22,6 @@
 	install -D -m 644 -o root -g root debian/start-here-48x48.png \
 		debian/human-icon-theme/usr/share/icons/Human/48x48/places/start-here.png
 	install -D -m 644 -o root -g root debian/start-here.svg \
-		debian/human-icon-theme/usr/share/icons/Human/scalable/places/start-here.svg
-	
-	# cleaning up
-	rm debian/*.png
+		debian/human-icon-theme/usr/share/icons/Human/scalable/places/start-here.svg	
 	
 




More information about the pkg-gnome-commits mailing list