r32372 - in /desktop/unstable/glib-networking/debian: changelog glib-networking-common.install glib-networking-services.install glib-networking.install rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jan 11 04:36:59 UTC 2012


Author: biebl
Date: Wed Jan 11 04:36:58 2012
New Revision: 32372

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32372
Log:
Instead of removing files via debian/rules, just be a bit more specific
what we want to install in debian/glib-networking-services.install.

Modified:
    desktop/unstable/glib-networking/debian/changelog
    desktop/unstable/glib-networking/debian/glib-networking-common.install
    desktop/unstable/glib-networking/debian/glib-networking-services.install
    desktop/unstable/glib-networking/debian/glib-networking.install
    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=32372&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/changelog [utf-8] Wed Jan 11 04:36:58 2012
@@ -1,6 +1,8 @@
 glib-networking (2.30.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Instead of removing files via debian/rules, just be a bit more specific
+    what we want to install in debian/glib-networking-services.install.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 11 Jan 2012 05:16:28 +0100
 

Modified: desktop/unstable/glib-networking/debian/glib-networking-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/glib-networking-common.install?rev=32372&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/glib-networking-common.install [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/glib-networking-common.install [utf-8] Wed Jan 11 04:36:58 2012
@@ -1,1 +1,1 @@
-debian/tmp/usr/share/locale
+usr/share/locale

Modified: desktop/unstable/glib-networking/debian/glib-networking-services.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/glib-networking-services.install?rev=32372&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/glib-networking-services.install [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/glib-networking-services.install [utf-8] Wed Jan 11 04:36:58 2012
@@ -1,2 +1,2 @@
-debian/tmp/usr/lib/glib-networking
-debian/tmp/usr/share/dbus-1
+usr/lib/glib-networking
+usr/share/dbus-1

Modified: desktop/unstable/glib-networking/debian/glib-networking.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/glib-networking.install?rev=32372&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/glib-networking.install [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/glib-networking.install [utf-8] Wed Jan 11 04:36:58 2012
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/*/gio
+usr/lib/*/gio/modules/*.so

Modified: desktop/unstable/glib-networking/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/rules?rev=32372&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/rules [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/rules [utf-8] Wed Jan 11 04:36:58 2012
@@ -10,7 +10,3 @@
 
 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