r27560 - in /desktop/unstable/glib-networking/debian: changelog control control.in glib-networking.install rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Apr 14 12:23:09 UTC 2011


Author: slomo
Date: Thu Apr 14 12:23:03 2011
New Revision: 27560

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27560
Log:
* debian/control.in:
  + Add debug package.

Added:
    desktop/unstable/glib-networking/debian/glib-networking.install
Modified:
    desktop/unstable/glib-networking/debian/changelog
    desktop/unstable/glib-networking/debian/control
    desktop/unstable/glib-networking/debian/control.in
    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=27560&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/changelog [utf-8] Thu Apr 14 12:23:03 2011
@@ -1,9 +1,14 @@
-glib-networking (2.28.4-2) UNRELEASED; urgency=low
+glib-networking (2.28.4-2) unstable; urgency=low
 
+  [ Rodrigo Moya ]
   * 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
+  [ Sebastian Dröge ]
+  * debian/control.in:
+    + Add debug package.
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 14 Apr 2011 14:06:31 +0200
 
 glib-networking (2.28.4-1) unstable; urgency=low
 

Modified: desktop/unstable/glib-networking/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/control?rev=27560&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/control [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/control [utf-8] Thu Apr 14 12:23:03 2011
@@ -29,3 +29,17 @@
 Description: network-related giomodules for GLib
  This package contains various network related extension points
  for GLib.
+
+Package: glib-networking-dbg
+Architecture: any
+Priority: extra
+Section: debug
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         glib-networking (= ${binary:Version})
+Description: network-related giomodules for GLib (debugging symbols
+ This package contains various network related extension points
+ for GLib.
+ .
+ This package contains the debugging symbols for glib-networking.
+

Modified: desktop/unstable/glib-networking/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/control.in?rev=27560&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/control.in [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/control.in [utf-8] Thu Apr 14 12:23:03 2011
@@ -24,3 +24,17 @@
 Description: network-related giomodules for GLib
  This package contains various network related extension points
  for GLib.
+
+Package: glib-networking-dbg
+Architecture: any
+Priority: extra
+Section: debug
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         glib-networking (= ${binary:Version})
+Description: network-related giomodules for GLib (debugging symbols
+ This package contains various network related extension points
+ for GLib.
+ .
+ This package contains the debugging symbols for glib-networking.
+

Added: 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=27560&op=file
==============================================================================
--- desktop/unstable/glib-networking/debian/glib-networking.install (added)
+++ desktop/unstable/glib-networking/debian/glib-networking.install [utf-8] Thu Apr 14 12:23:03 2011
@@ -1,0 +1,1 @@
+debian/tmp/usr/

Modified: desktop/unstable/glib-networking/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/rules?rev=27560&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/rules [utf-8] (original)
+++ desktop/unstable/glib-networking/debian/rules [utf-8] Thu Apr 14 12:23:03 2011
@@ -8,7 +8,4 @@
 
 DEB_MAKE_CHECK_TARGET = check
 
-GIO_MODULE_DIR = `pkg-config --variable giomoduledir gio-2.0`
-
-binary-install/glib-networking::
-	rm debian/glib-networking$(GIO_MODULE_DIR)/*a
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-static




More information about the pkg-gnome-commits mailing list