r27245 - in /desktop/unstable/glib-networking/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 31 10:13:50 UTC 2011


Author: pochu
Date: Thu Mar 31 10:13:43 2011
New Revision: 27245

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27245
Log:
* debian/rules:
  - Remove *.a files in the correct arch-specific dir

Modified:
    desktop/unstable/glib-networking/debian/changelog
    desktop/unstable/glib-networking/debian/rules

Modified: desktop/unstable/glib-networking/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/changelog?rev=27245&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/changelog [utf-8] Thu Mar 31 10:13:43 2011
@@ -1,3 +1,10 @@
+glib-networking (2.28.4-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Remove *.a files in the correct arch-specific dir
+
+ -- Rodrigo Moya <rodrigo.moya at canonical.com>  Wed, 30 Mar 2011 17:22:57 +0200
+
 glib-networking (2.28.4-1) unstable; urgency=low
 
   * New upstream stable release.

Modified: desktop/unstable/glib-networking/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/rules?rev=27245&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/rules [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/rules [utf-8] Thu Mar 31 10:13:43 2011
@@ -8,5 +8,7 @@
 
 DEB_MAKE_CHECK_TARGET = check
 
+GIO_MODULE_DIR = `pkg-config --variable giomoduledir gio-2.0`
+
 binary-install/glib-networking::
-	rm debian/glib-networking/usr/lib/gio/modules/*a
+	rm debian/glib-networking$(GIO_MODULE_DIR)/*a




More information about the pkg-gnome-commits mailing list