r14707 - in /desktop/unstable/libsoup/debian: changelog control control.in patches/01_pkg-config-requires.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed Feb 20 11:04:34 UTC 2008


Author: slomo
Date: Wed Feb 20 11:04:33 2008
New Revision: 14707

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14707
Log:
* debian/patches/01_pkg-config-requires.patch,
  debian/control.in:
  + Move gnutls from Requires to Requires.private as no headers include it.
  + Drop gnutls and zlib from the dependencies of the -dev package as
    no headers include things from it.
  + Add gobject-2.0 to Requires as the headers include it.

Added:
    desktop/unstable/libsoup/debian/patches/01_pkg-config-requires.patch
Modified:
    desktop/unstable/libsoup/debian/changelog
    desktop/unstable/libsoup/debian/control
    desktop/unstable/libsoup/debian/control.in

Modified: desktop/unstable/libsoup/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup/debian/changelog?rev=14707&op=diff
==============================================================================
--- desktop/unstable/libsoup/debian/changelog (original)
+++ desktop/unstable/libsoup/debian/changelog Wed Feb 20 11:04:33 2008
@@ -1,3 +1,14 @@
+libsoup (2.2.105-3) unstable; urgency=low
+
+  * debian/patches/01_pkg-config-requires.patch,
+    debian/control.in:
+    + Move gnutls from Requires to Requires.private as no headers include it.
+    + Drop gnutls and zlib from the dependencies of the -dev package as
+      no headers include things from it.
+    + Add gobject-2.0 to Requires as the headers include it.
+
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 20 Feb 2008 11:59:51 +0100
+
 libsoup (2.2.105-2) unstable; urgency=low
 
   * Rename the devhelp files to match the parent directory as otherwise

Modified: desktop/unstable/libsoup/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup/debian/control?rev=14707&op=diff
==============================================================================
--- desktop/unstable/libsoup/debian/control (original)
+++ desktop/unstable/libsoup/debian/control Wed Feb 20 11:04:33 2008
@@ -20,9 +20,7 @@
 Depends: ${misc:Depends},
          libsoup2.2-8 (= ${binary:Version}),
          libglib2.0-dev,
-         libgnutls-dev (>= 1.4.0),
-         libxml2-dev,
-         zlib1g-dev
+         libxml2-dev
 Conflicts: libgnutls11-dev
 Suggests: libsoup2.2-doc
 Description: an HTTP library implementation in C -- Development files

Modified: desktop/unstable/libsoup/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup/debian/control.in?rev=14707&op=diff
==============================================================================
--- desktop/unstable/libsoup/debian/control.in (original)
+++ desktop/unstable/libsoup/debian/control.in Wed Feb 20 11:04:33 2008
@@ -20,9 +20,7 @@
 Depends: ${misc:Depends},
          libsoup2.2-8 (= ${binary:Version}),
          libglib2.0-dev,
-         libgnutls-dev (>= 1.4.0),
-         libxml2-dev,
-         zlib1g-dev
+         libxml2-dev
 Conflicts: libgnutls11-dev
 Suggests: libsoup2.2-doc
 Description: an HTTP library implementation in C -- Development files

Added: desktop/unstable/libsoup/debian/patches/01_pkg-config-requires.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup/debian/patches/01_pkg-config-requires.patch?rev=14707&op=file
==============================================================================
--- desktop/unstable/libsoup/debian/patches/01_pkg-config-requires.patch (added)
+++ desktop/unstable/libsoup/debian/patches/01_pkg-config-requires.patch Wed Feb 20 11:04:33 2008
@@ -1,0 +1,11 @@
+--- libsoup.pc.in.old	2008-02-20 11:57:58.000000000 +0100
++++ libsoup.pc.in	2008-02-20 11:58:32.000000000 +0100
+@@ -7,6 +7,7 @@
+ Name: libsoup
+ Description: a glib-based HTTP library
+ Version: @VERSION@
+-Requires: glib-2.0 libxml-2.0 @SSL_REQUIREMENT@
++Requires: glib-2.0 gobject-2.0 libxml-2.0
++Requires.private: @SSL_REQUIREMENT@
+ Libs: -L${libdir} -lsoup-${SOUP_API_VERSION}
+ Cflags: -I${includedir}/libsoup-${SOUP_API_VERSION}




More information about the pkg-gnome-commits mailing list