r33773 - in /desktop/experimental/gnome-themes-standard/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Mar 30 07:07:04 UTC 2012


Author: biebl
Date: Fri Mar 30 07:07:03 2012
New Revision: 33773

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33773
Log:
Remove icon-theme.cache file. We don't want to ship this file in the
package but rather generate it at installation time. Closes: #666188

Modified:
    desktop/experimental/gnome-themes-standard/debian/changelog
    desktop/experimental/gnome-themes-standard/debian/rules

Modified: desktop/experimental/gnome-themes-standard/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/changelog?rev=33773&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/changelog [utf-8] Fri Mar 30 07:07:03 2012
@@ -1,3 +1,10 @@
+gnome-themes-standard (3.4.0-2) UNRELEASED; urgency=low
+
+  * Remove icon-theme.cache file. We don't want to ship this file in the
+    package but rather generate it at installation time. Closes: #666188
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 30 Mar 2012 09:02:09 +0200
+
 gnome-themes-standard (3.4.0-1) experimental; urgency=low
 
   [ Martin Pitt ]

Modified: desktop/experimental/gnome-themes-standard/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/rules?rev=33773&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/rules [utf-8] Fri Mar 30 07:07:03 2012
@@ -8,4 +8,5 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 binary-install/gnome-themes-standard::
-	rm debian/gnome-themes-standard/usr/lib/gtk-3.0/3.0.0/theming-engines/libadwaita.la
+	find debian/$(cdbs_curpkg) -name '*.la' -delete
+	find debian/$(cdbs_curpkg) -name 'icon-theme.cache' -delete




More information about the pkg-gnome-commits mailing list