r12597 - in /desktop/unstable/gtksourceview2/debian: changelog control control.in

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Sep 20 08:07:13 UTC 2007


Author: slomo
Date: Thu Sep 20 08:07:13 2007
New Revision: 12597

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12597
Log:
* debian/control.in:
  + Drop gnomeprintui and gnomevfs from build dependencies, drop gnomeprint
    from the dependencies of the -dev package.
  + Build depend on libglib2.0-dev (>= 2.13.6) to force the usage of GRegex
    instead of the bundled PCRE.

Modified:
    desktop/unstable/gtksourceview2/debian/changelog
    desktop/unstable/gtksourceview2/debian/control
    desktop/unstable/gtksourceview2/debian/control.in

Modified: desktop/unstable/gtksourceview2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/changelog?rev=12597&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/changelog (original)
+++ desktop/unstable/gtksourceview2/debian/changelog Thu Sep 20 08:07:13 2007
@@ -7,6 +7,11 @@
     Ribeiro and Sebastien Bacher for updating the package.
   * debian/patches/99_ltmain_as-needed.patch:
     + Links with --as-needed to keep the depedencies a bit smaller.
+  * debian/control.in:
+    + Drop gnomeprintui and gnomevfs from build dependencies, drop gnomeprint
+      from the dependencies of the -dev package.
+    + Build depend on libglib2.0-dev (>= 2.13.6) to force the usage of GRegex
+      instead of the bundled PCRE.
 
  -- Sebastian Dröge <slomo at debian.org>  Thu, 20 Sep 2007 09:42:09 +0200
 

Modified: desktop/unstable/gtksourceview2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/control?rev=12597&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/control (original)
+++ desktop/unstable/gtksourceview2/debian/control Thu Sep 20 08:07:13 2007
@@ -8,12 +8,11 @@
                dh-buildinfo,
                gnome-pkg-tools (>= 0.7),
                dpkg-dev (>= 1.13.19),
-               libgnomeprintui2.2-dev (>= 2.8),
-               libgnomevfs2-dev (>= 2.8.4-2),
                libgtk2.0-dev (>= 2.8.0),
                libxml2-dev (>= 2.5),
-               libxml-parser-perl
-Uploaders: Loic Minier <lool at dooz.org>
+               libxml-parser-perl,
+               libglib2.0-dev (>= 2.13.6)
+Uploaders: Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
 Standards-Version: 3.7.2
 
 Package: libgtksourceview2.0-0
@@ -55,7 +54,6 @@
 Architecture: any
 Depends: ${misc:Depends},
          libgtksourceview2.0-0 (= ${binary:Version}),
-         libgnomeprint2.2-dev (>= 2.7),
          libgtk2.0-dev (>= 2.8.0),
          libxml2-dev (>= 2.5.0)
 Suggests: libgtksourceview2.0-doc

Modified: desktop/unstable/gtksourceview2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/control.in?rev=12597&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/control.in (original)
+++ desktop/unstable/gtksourceview2/debian/control.in Thu Sep 20 08:07:13 2007
@@ -8,11 +8,10 @@
                dh-buildinfo,
                gnome-pkg-tools (>= 0.7),
                dpkg-dev (>= 1.13.19),
-               libgnomeprintui2.2-dev (>= 2.8),
-               libgnomevfs2-dev (>= 2.8.4-2),
                libgtk2.0-dev (>= 2.8.0),
                libxml2-dev (>= 2.5),
-               libxml-parser-perl
+               libxml-parser-perl,
+               libglib2.0-dev (>= 2.13.6)
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2
 
@@ -55,7 +54,6 @@
 Architecture: any
 Depends: ${misc:Depends},
          libgtksourceview2.0-0 (= ${binary:Version}),
-         libgnomeprint2.2-dev (>= 2.7),
          libgtk2.0-dev (>= 2.8.0),
          libxml2-dev (>= 2.5.0)
 Suggests: libgtksourceview2.0-doc




More information about the pkg-gnome-commits mailing list