r30060 - in /packages/unstable/ghex/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Oct 7 00:29:58 UTC 2011


Author: biebl
Date: Fri Oct  7 00:29:58 2011
New Revision: 30060

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30060
Log:
* debian/control.in:
  - Drop Build-Depends on libgnomeui-dev, libgnomeprintui2.2-dev,
    libpopt-dev and gconf2.
  - Update Build-Depends on libgtk2.0-dev to libgtk-3-dev (>= 3.0.0).
  - Update Build-Depends on libgail-dev to libgail-3-dev.
  - Bump Build-Depends on intltool to (>= 0.41.1).
  - Bump Build-Depends on gnome-doc-utils to (>= 0.9.0).
  - Add Build-Depends on libglib2.0-dev (>= 2.26).

Modified:
    packages/unstable/ghex/debian/changelog
    packages/unstable/ghex/debian/control
    packages/unstable/ghex/debian/control.in

Modified: packages/unstable/ghex/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/changelog?rev=30060&op=diff
==============================================================================
--- packages/unstable/ghex/debian/changelog [utf-8] (original)
+++ packages/unstable/ghex/debian/changelog [utf-8] Fri Oct  7 00:29:58 2011
@@ -11,6 +11,14 @@
   * Bump debhelper compatibility level to 8.
     - Bump Build-Depends on debhelper.
     - Strip debian/tmp/ from .install files.
+  * debian/control.in:
+    - Drop Build-Depends on libgnomeui-dev, libgnomeprintui2.2-dev,
+      libpopt-dev and gconf2.
+    - Update Build-Depends on libgtk2.0-dev to libgtk-3-dev (>= 3.0.0).
+    - Update Build-Depends on libgail-dev to libgail-3-dev.
+    - Bump Build-Depends on intltool to (>= 0.41.1).
+    - Bump Build-Depends on gnome-doc-utils to (>= 0.9.0).
+    - Add Build-Depends on libglib2.0-dev (>= 2.26).
 
  -- Michael Biebl <biebl at debian.org>  Fri, 07 Oct 2011 02:05:07 +0200
 

Modified: packages/unstable/ghex/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/control?rev=30060&op=diff
==============================================================================
--- packages/unstable/ghex/debian/control [utf-8] (original)
+++ packages/unstable/ghex/debian/control [utf-8] Fri Oct  7 00:29:58 2011
@@ -11,17 +11,14 @@
 Build-Depends: cdbs,
                gnome-pkg-tools,
                debhelper (>= 8),
-               libgtk2.0-dev (>= 2.4.0),
+               libgtk-3-dev (>= 3.0.0),
+               libgail-3-dev,
+               libglib2.0-dev (>= 2.26),
                libatk1.0-dev (>= 1.0.0),
-               libgnomeui-dev (>= 2.6.1.1-2),
-               libgnomeprintui2.2-dev (>= 2.6.1-4),
-               libgail-dev (>= 0.17),
-               libpopt-dev,
                gettext,
-               intltool (>= 0.35),
+               intltool (>= 0.41.1),
                scrollkeeper,
-               gnome-doc-utils (>= 0.3.2),
-               gconf2
+               gnome-doc-utils (>= 0.9.0)
 Standards-Version: 3.8.0
 
 Package: libgtkhex0
@@ -40,9 +37,8 @@
 Section: libdevel
 Depends: ${misc:Depends},
          libgtkhex0 (= ${binary:Version}),
-         libgail-dev (>= 0.17),
-         libgtk2.0-dev (>= 2.4.0),
-         libatk1.0-dev (>= 1.0.0)
+         libgail-3-dev,
+         libgtk-3-dev
 Description: GNOME Hex editor for files (development headers)
  The GHex program can view and edit files in two ways, hex or ascii. Good 
  for editing saved game files.

Modified: packages/unstable/ghex/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/control.in?rev=30060&op=diff
==============================================================================
--- packages/unstable/ghex/debian/control.in [utf-8] (original)
+++ packages/unstable/ghex/debian/control.in [utf-8] Fri Oct  7 00:29:58 2011
@@ -6,17 +6,14 @@
 Build-Depends: cdbs,
                gnome-pkg-tools,
                debhelper (>= 8),
-               libgtk2.0-dev (>= 2.4.0),
+               libgtk-3-dev (>= 3.0.0),
+               libgail-3-dev,
+               libglib2.0-dev (>= 2.26),
                libatk1.0-dev (>= 1.0.0),
-               libgnomeui-dev (>= 2.6.1.1-2),
-               libgnomeprintui2.2-dev (>= 2.6.1-4),
-               libgail-dev (>= 0.17),
-               libpopt-dev,
                gettext,
-               intltool (>= 0.35),
+               intltool (>= 0.41.1),
                scrollkeeper,
-               gnome-doc-utils (>= 0.3.2),
-               gconf2
+               gnome-doc-utils (>= 0.9.0)
 Standards-Version: 3.8.0
 
 Package: libgtkhex0
@@ -35,9 +32,8 @@
 Section: libdevel
 Depends: ${misc:Depends},
          libgtkhex0 (= ${binary:Version}),
-         libgail-dev (>= 0.17),
-         libgtk2.0-dev (>= 2.4.0),
-         libatk1.0-dev (>= 1.0.0)
+         libgail-3-dev,
+         libgtk-3-dev
 Description: GNOME Hex editor for files (development headers)
  The GHex program can view and edit files in two ways, hex or ascii. Good 
  for editing saved game files.




More information about the pkg-gnome-commits mailing list