r19959 - in /desktop/unstable/eog/debian: changelog control control.in patches/02_sanitize_sys.path.patch patches/03_error_init.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu May 14 06:41:32 UTC 2009


Author: joss
Date: Thu May 14 06:41:32 2009
New Revision: 19959

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19959
Log:
Merge Luca’s changes from the experimental branch.

Removed:
    desktop/unstable/eog/debian/patches/02_sanitize_sys.path.patch
    desktop/unstable/eog/debian/patches/03_error_init.patch
Modified:
    desktop/unstable/eog/debian/changelog
    desktop/unstable/eog/debian/control
    desktop/unstable/eog/debian/control.in

Modified: desktop/unstable/eog/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/changelog?rev=19959&op=diff
==============================================================================
--- desktop/unstable/eog/debian/changelog (original)
+++ desktop/unstable/eog/debian/changelog Thu May 14 06:41:32 2009
@@ -1,11 +1,27 @@
-eog (2.24.3.1-2) UNRELEASED; urgency=low
-
+eog (2.26.1-1) UNRELEASED; urgency=low
+
+  [ Josselin Mouette ]
   * Add libglib2.0-doc and libgtk2.0-doc to b-d-i to ensure proper 
     xrefs.
-  * 03_error_init.patch: new patch. Fix wrong passing of GError.
-    Closes: #507991.
-
- -- Josselin Mouette <joss at debian.org>  Tue, 10 Mar 2009 12:37:19 +0100
+
+  [ Luca Bruno ]
+  * New upstream release:
+    - Fix GError usage and avoid crashes when the tempfile can't be moved
+      to the destination. Closes: #507991
+  * debian/patches/02_sanitize_sys.path.patch:
+    - Remove as applied upstream.
+  * debian/control.in:
+    - Build-Depends:
+      + Remove libart-2.0-dev.
+      + Add libxml2-dev for toolbareditor support.
+      + Bump libgtk2.0-dev to 2.15.1.
+      + Bump libgnome-desktop-dev to 2.25.1.
+    - eog-dev Depends:
+      + Remove libgnomeui-dev and libglade2-dev.
+      + Add libgtk2.0-dev.
+    - Specify section for debug package.
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Sat, 18 Apr 2009 22:00:28 +0200
 
 eog (2.24.3.1-1) unstable; urgency=low
 

Modified: desktop/unstable/eog/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/control?rev=19959&op=diff
==============================================================================
--- desktop/unstable/eog/debian/control (original)
+++ desktop/unstable/eog/debian/control Thu May 14 06:41:32 2009
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Guilherme de S. Pastore <gpastore at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Romain Francoise <rfrancoise at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Standards-Version: 3.8.0
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 5),
@@ -10,19 +10,19 @@
                gtk-doc-tools (>= 1.9),
                intltool (>= 0.40.0),
                gnome-doc-utils,
-               libgtk2.0-dev (>= 2.11.6),
+               libgtk2.0-dev (>= 2.15.1),
                libglib2.0-dev (>= 2.15.3),
                libgnomeui-dev (>= 2.6.1.1-2),
                libglade2-dev (>= 2.3.6),
                libgconf2-dev (>= 2.6.1-2),
-               libart-2.0-dev (>= 2.3.16),
-               libgnome-desktop-dev (>= 2.10.0),
+               libgnome-desktop-dev (>= 2.25.1),
                gnome-icon-theme (>= 2.19.1),
                shared-mime-info (>= 0.20),
                libexempi-dev (>= 1.99.5),
                libexif-dev (>= 0.6.14),
                liblcms-dev,
                libjpeg62-dev,
+               libxml2-dev (>= 2.0),
                libdbus-glib-1-dev (>= 0.71),
                x11proto-core-dev,
                python-dev (>= 2.3),
@@ -47,6 +47,7 @@
  simplicity and standards compliance.
 
 Package: eog-dbg
+Section: debug
 Architecture: any
 Priority: extra
 Depends: eog (= ${binary:Version})
@@ -61,8 +62,7 @@
 Package: eog-dev
 Architecture: all
 Depends: eog (>= ${source:Version}),
-         libgnomeui-dev (>= 2.6.1.1-2),
-         libglade2-dev (>= 2.3.6),
+         libgtk2.0-dev (>= 2.15.1),
          libgconf2-dev (>= 2.6.1-2)
 Description: Development files for the Eye of GNOME
  eog or the Eye of GNOME is a graphics viewer for the GNOME desktop 

Modified: desktop/unstable/eog/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/control.in?rev=19959&op=diff
==============================================================================
--- desktop/unstable/eog/debian/control.in (original)
+++ desktop/unstable/eog/debian/control.in Thu May 14 06:41:32 2009
@@ -10,19 +10,19 @@
                gtk-doc-tools (>= 1.9),
                intltool (>= 0.40.0),
                gnome-doc-utils,
-               libgtk2.0-dev (>= 2.11.6),
+               libgtk2.0-dev (>= 2.15.1),
                libglib2.0-dev (>= 2.15.3),
                libgnomeui-dev (>= 2.6.1.1-2),
                libglade2-dev (>= 2.3.6),
                libgconf2-dev (>= 2.6.1-2),
-               libart-2.0-dev (>= 2.3.16),
-               libgnome-desktop-dev (>= 2.10.0),
+               libgnome-desktop-dev (>= 2.25.1),
                gnome-icon-theme (>= 2.19.1),
                shared-mime-info (>= 0.20),
                libexempi-dev (>= 1.99.5),
                libexif-dev (>= 0.6.14),
                liblcms-dev,
                libjpeg62-dev,
+               libxml2-dev (>= 2.0),
                libdbus-glib-1-dev (>= 0.71),
                x11proto-core-dev,
                python-dev (>= 2.3),
@@ -47,6 +47,7 @@
  simplicity and standards compliance.
 
 Package: eog-dbg
+Section: debug
 Architecture: any
 Priority: extra
 Depends: eog (= ${binary:Version})
@@ -61,8 +62,7 @@
 Package: eog-dev
 Architecture: all
 Depends: eog (>= ${source:Version}),
-         libgnomeui-dev (>= 2.6.1.1-2),
-         libglade2-dev (>= 2.3.6),
+         libgtk2.0-dev (>= 2.15.1),
          libgconf2-dev (>= 2.6.1-2)
 Description: Development files for the Eye of GNOME
  eog or the Eye of GNOME is a graphics viewer for the GNOME desktop 




More information about the pkg-gnome-commits mailing list