r23211 - in /packages/unstable/gnome-shell/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Mar 6 20:56:23 UTC 2010


Author: pochu
Date: Sat Mar  6 20:56:22 2010
New Revision: 23211

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23211
Log:
* debian/rules:
  - Don't install *.la.

Modified:
    packages/unstable/gnome-shell/debian/changelog
    packages/unstable/gnome-shell/debian/rules

Modified: packages/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/changelog?rev=23211&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/changelog [utf-8] Sat Mar  6 20:56:22 2010
@@ -1,3 +1,10 @@
+gnome-shell (2.28.1~git20100129-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Don't install *.la.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 06 Mar 2010 21:25:37 +0100
+
 gnome-shell (2.28.1~git20100129-1) unstable; urgency=low
 
   * New upstream snapshot.

Modified: packages/unstable/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell/debian/rules?rev=23211&op=diff
==============================================================================
--- packages/unstable/gnome-shell/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-shell/debian/rules [utf-8] Sat Mar  6 20:56:22 2010
@@ -19,6 +19,7 @@
 		debian/gnome-shell/usr/lib/girepository-1.0/
 	dh_girepository -p$(cdbs_curpkg) -l src:/usr/lib/mutter/
 	rm -rf debian/gnome-shell/usr/lib/girepository-1.0
+	find debian/$(cdbs_curpkg) -name '*.la' -exec rm -f '{}' ';'
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-compile-warnings=yes
 




More information about the pkg-gnome-commits mailing list