r25645 - in /desktop/experimental/gdk-pixbuf/debian: changelog control control.in libgdk-pixbuf2.0-dev.install rules watch
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Mon Nov 22 00:37:02 UTC 2010
Author: bigon
Date: Mon Nov 22 00:37:02 2010
New Revision: 25645
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25645
Log:
* New upstream stable release.
- Bump build-dependencies
* debian/control.in:
- Bump Standards-Version to 3.9.1 (no further changes)
- Use Debian GNOME Maintainers team as Maintainer
- Add Vcs-Svn and Vcs-Browser fields
* debian/rules: Pass --enable-introspection to configure
* debian/libgdk-pixbuf2.0-dev.install: Install .gir file
Modified:
desktop/experimental/gdk-pixbuf/debian/changelog
desktop/experimental/gdk-pixbuf/debian/control
desktop/experimental/gdk-pixbuf/debian/control.in
desktop/experimental/gdk-pixbuf/debian/libgdk-pixbuf2.0-dev.install
desktop/experimental/gdk-pixbuf/debian/rules
desktop/experimental/gdk-pixbuf/debian/watch
Modified: desktop/experimental/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/changelog?rev=25645&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/changelog [utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/changelog [utf-8] Mon Nov 22 00:37:02 2010
@@ -1,8 +1,19 @@
-gdk-pixbuf (2.22.0-2) UNRELEASED; urgency=low
+gdk-pixbuf (2.22.1-1) UNRELEASED; urgency=low
+ [ Emilio Pozuelo Monfort ]
* Add a gir package, based on the Ubuntu changes.
- -- Emilio Pozuelo Monfort <pochu at debian.org> Sat, 20 Nov 2010 19:11:28 +0100
+ [ Laurent Bigonville ]
+ * New upstream stable release.
+ - Bump build-dependencies
+ * debian/control.in:
+ - Bump Standards-Version to 3.9.1 (no further changes)
+ - Use Debian GNOME Maintainers team as Maintainer
+ - Add Vcs-Svn and Vcs-Browser fields
+ * debian/rules: Pass --enable-introspection to configure
+ * debian/libgdk-pixbuf2.0-dev.install: Install .gir file
+
+ -- Laurent Bigonville <bigon at debian.org> Mon, 22 Nov 2010 01:36:12 +0100
gdk-pixbuf (2.22.0-1) experimental; urgency=low
Modified: desktop/experimental/gdk-pixbuf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/control?rev=25645&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/control [utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/control [utf-8] Mon Nov 22 00:37:02 2010
@@ -6,20 +6,25 @@
Source: gdk-pixbuf
Section: libs
Priority: optional
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Laurent Bigonville <bigon at debian.org>, Sebastian Dröge <slomo at debian.org>
Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 7),
autotools-dev,
gnome-pkg-tools (>= 0.10),
- libglib2.0-dev (>= 2.25.9),
+ libglib2.0-dev (>= 2.25.15),
libx11-dev,
libpng12-dev,
libjpeg62-dev,
libjasper-dev,
- libtiff4-dev
-Standards-Version: 3.9.0
+ libtiff4-dev,
+ gobject-introspection (>= 0.9.3),
+ libgirepository1.0-dev (>= 0.9.3),
+ gir1.0-glib-2.0
+Standards-Version: 3.9.1
Homepage: http://www.gtk.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gdk-pixbuf/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/
Package: libgdk-pixbuf2.0-0
Architecture: any
@@ -85,3 +90,17 @@
This package contains the minimal runtime library needed by
the Debian installer.
+Package: gir1.0-gdkpixbuf-2.0
+Architecture: any
+Depends: ${gir:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Replaces: gir1.0-gtk-2.0 (<< 2.21.3)
+Description: GDK Pixbuf library - GObject-Introspection
+ The Gdk Pixbuf library provides:
+ - Image loading and saving facilities.
+ - Fast scaling and compositing of pixbufs.
+ - Simple animation loading (ie. animated GIFs)
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
Modified: desktop/experimental/gdk-pixbuf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/control.in?rev=25645&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/control.in [utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/control.in [utf-8] Mon Nov 22 00:37:02 2010
@@ -1,13 +1,13 @@
Source: gdk-pixbuf
Section: libs
Priority: optional
-Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 7),
autotools-dev,
gnome-pkg-tools (>= 0.10),
- libglib2.0-dev (>= 2.25.9),
+ libglib2.0-dev (>= 2.25.15),
libx11-dev,
libpng12-dev,
libjpeg62-dev,
@@ -16,8 +16,10 @@
gobject-introspection (>= 0.9.3),
libgirepository1.0-dev (>= 0.9.3),
gir1.0-glib-2.0
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
Homepage: http://www.gtk.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gdk-pixbuf/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/
Package: libgdk-pixbuf2.0-0
Architecture: any
@@ -97,4 +99,3 @@
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
-
Modified: desktop/experimental/gdk-pixbuf/debian/libgdk-pixbuf2.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/libgdk-pixbuf2.0-dev.install?rev=25645&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/libgdk-pixbuf2.0-dev.install [utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/libgdk-pixbuf2.0-dev.install [utf-8] Mon Nov 22 00:37:02 2010
@@ -4,3 +4,4 @@
debian/tmp/usr/lib/pkgconfig
debian/tmp/usr/share/gir-1.0
debian/tmp/usr/share/man/man1
+debian/tmp/usr/share/gir-1.0
Modified: desktop/experimental/gdk-pixbuf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/rules?rev=25645&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/rules [utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/rules [utf-8] Mon Nov 22 00:37:02 2010
@@ -5,7 +5,7 @@
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --with-libjasper
+DEB_CONFIGURE_EXTRA_FLAGS := --with-libjasper --enable-introspection
DEB_DH_MAKESHLIBS_ARGS_libgdk-pixbuf2.0-0 += --add-udeb=libgdk-pixbuf2.0-0-udeb -X "/usr/lib/gdk-pixbuf-2.0" -V "libgdk-pixbuf2.0-0 (>= 2.21.6)" -- -c4
common-binary-fixup-arch::
@@ -18,4 +18,3 @@
binary-predeb/gir1.0-gdkpixbuf-2.0::
dh_girepository -pgir1.0-gdkpixbuf-2.0
-
Modified: desktop/experimental/gdk-pixbuf/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/watch?rev=25645&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/watch [utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/watch [utf-8] Mon Nov 22 00:37:02 2010
@@ -1,3 +1,3 @@
-version=2
+version=3
http://download.gnome.org/sources/gdk-pixbuf/([\d\.]+)\d/ \
gdk-pixbuf\+-(.*)\.tar\.gz
More information about the pkg-gnome-commits
mailing list