r10803 - in /packages/unstable/tangerine-icon-theme/debian: changelog rules

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


Author: alanbach-guest
Date: Sun May  6 12:50:14 2007
New Revision: 10803

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10803
Log:
Merged rules file updates from Human-icon-theme

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

Modified: packages/unstable/tangerine-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tangerine-icon-theme/debian/changelog?rev=10803&op=diff
==============================================================================
--- packages/unstable/tangerine-icon-theme/debian/changelog (original)
+++ packages/unstable/tangerine-icon-theme/debian/changelog Sun May  6 12:50:14 2007
@@ -19,5 +19,5 @@
      - Added lsb_release distro detection method
      - Replaces Ubuntu logo with Debian or Parsix
 
- -- Alan Baghumian <alan at technotux.org>  Sat, 28 Apr 2007 12:18:56 +0330
+ -- Alan Baghumian <alan at technotux.org>  Sun, 06 May 2007 16:19:21 +0330
 

Modified: packages/unstable/tangerine-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tangerine-icon-theme/debian/rules?rev=10803&op=diff
==============================================================================
--- packages/unstable/tangerine-icon-theme/debian/rules (original)
+++ packages/unstable/tangerine-icon-theme/debian/rules Sun May  6 12:50:14 2007
@@ -13,19 +13,17 @@
 endif
 
 clean::
-	echo ${DISTRO}
-	-test -e debian/${DISTRO}/start-here-22x22.png && \
-		rm debian/${DISTRO}/start-here-22x22.png
-	-test -e debian/${DISTRO}/start-here-16x16.png && \
-		rm debian/${DISTRO}/start-here-16x16.png
-	-test -e debian/${DISTRO}/start-here-48x48.png && \
-		rm debian/${DISTRO}/start-here-48x48.png
+	@echo "=== Building for distribution: $(DISTRO) ==="
+	find debian/$(DISTRO) -name '*.png' | xargs rm -fv
 
 build:
-	sng debian/${DISTRO}/*.sng
-	
+	@echo "=== Installing distribution specific overrides ==="
+	if [ -d debian/$(DISTRO) ]; then \
+	      find debian/$(DISTRO) -name '*.sng' | xargs sng; \
+	fi
+						    
 binary-post-install/tangerine-icon-theme::
-	# replace Ubuntu logo with Debian or Parsix
+	# replace the Ubuntu logos with the distribution overrides
 	install -D -m 644 -o root -g root debian/${DISTRO}/start-here-22x22.png \
 		debian/tangerine-icon-theme/usr/share/icons/Tangerine/22x22/places/start-here.png
 	install -D -m 644 -o root -g root debian/${DISTRO}/start-here-16x16.png \




More information about the pkg-gnome-commits mailing list