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

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Wed May 25 05:41:51 UTC 2011


Author: mpitt
Date: Wed May 25 05:41:50 2011
New Revision: 28054

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28054
Log:
debian/rules: Remove unnecessary *.la files.

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=28054&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/changelog [utf-8] Wed May 25 05:41:50 2011
@@ -5,6 +5,7 @@
   * debian/control.in: Bump Standards-Version to 3.9.2 (no changes necessary).
   * debian/watch: Fix syntax to actually recognize the current version.
   * debian/watch: Fetch bzip2 tarballs.
+  * debian/rules: Remove unnecessary *.la files.
 
  -- Martin Pitt <mpitt at debian.org>  Wed, 25 May 2011 07:27:45 +0200
 

Modified: desktop/unstable/glib-networking/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/rules?rev=28054&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/rules [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/rules [utf-8] Wed May 25 05:41:50 2011
@@ -9,3 +9,8 @@
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-static
+
+GIO_MODULE_DIR = `pkg-config --variable giomoduledir gio-2.0`
+binary-install/glib-networking::
+	rm debian/glib-networking$(GIO_MODULE_DIR)/*la
+




More information about the pkg-gnome-commits mailing list