r19632 - in /desktop/experimental/eog/debian: changelog control control.in patches/02_sanitize_sys.path.patch patches/03_error_init.patch
lethalman-guest at users.alioth.debian.org
lethalman-guest at users.alioth.debian.org
Sat Apr 18 20:03:17 UTC 2009
Author: lethalman-guest
Date: Sat Apr 18 20:03:17 2009
New Revision: 19632
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19632
Log:
* 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.
Removed:
desktop/experimental/eog/debian/patches/02_sanitize_sys.path.patch
desktop/experimental/eog/debian/patches/03_error_init.patch
Modified:
desktop/experimental/eog/debian/changelog
desktop/experimental/eog/debian/control
desktop/experimental/eog/debian/control.in
Modified: desktop/experimental/eog/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/eog/debian/changelog?rev=19632&op=diff
==============================================================================
--- desktop/experimental/eog/debian/changelog (original)
+++ desktop/experimental/eog/debian/changelog Sat Apr 18 20:03:17 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/experimental/eog/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/eog/debian/control?rev=19632&op=diff
==============================================================================
--- desktop/experimental/eog/debian/control (original)
+++ desktop/experimental/eog/debian/control Sat Apr 18 20:03:17 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/experimental/eog/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/eog/debian/control.in?rev=19632&op=diff
==============================================================================
--- desktop/experimental/eog/debian/control.in (original)
+++ desktop/experimental/eog/debian/control.in Sat Apr 18 20:03:17 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