r26523 - in /desktop/experimental/atk1.0/debian: changelog control control.in rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sat Feb 12 15:21:33 UTC 2011
Author: bigon
Date: Sat Feb 12 15:21:26 2011
New Revision: 26523
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26523
Log:
* New upstream release
* debian/control.in: Bump gtk-doc-tools build-dependency
* debian/rules:
- Blindly bump the shlibs version. We've got a symbols file anyway and
updating the version is error prone.
- FTBFS if the .symbols file is not uptodate.
Modified:
desktop/experimental/atk1.0/debian/changelog
desktop/experimental/atk1.0/debian/control
desktop/experimental/atk1.0/debian/control.in
desktop/experimental/atk1.0/debian/rules
Modified: desktop/experimental/atk1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/changelog?rev=26523&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/changelog [utf-8] Sat Feb 12 15:21:26 2011
@@ -1,3 +1,14 @@
+atk1.0 (1.33.6-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/control.in: Bump gtk-doc-tools build-dependency
+ * debian/rules:
+ - Blindly bump the shlibs version. We've got a symbols file anyway and
+ updating the version is error prone.
+ - FTBFS if the .symbols file is not uptodate.
+
+ -- Laurent Bigonville <bigon at debian.org> Sat, 12 Feb 2011 16:18:24 +0100
+
atk1.0 (1.32.0-2) experimental; urgency=low
* Update to the new gir policy:
Modified: desktop/experimental/atk1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/control?rev=26523&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/control [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/control [utf-8] Sat Feb 12 15:21:26 2011
@@ -15,7 +15,7 @@
libglib2.0-dev (>= 2.0.0),
gnome-pkg-tools (>= 0.10),
cdbs (>= 0.4.41),
- gtk-doc-tools,
+ gtk-doc-tools (>= 1.13),
docbook-xml,
autotools-dev,
gobject-introspection (>= 0.9.12-4~),
Modified: desktop/experimental/atk1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/control.in?rev=26523&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/control.in [utf-8] Sat Feb 12 15:21:26 2011
@@ -10,7 +10,7 @@
libglib2.0-dev (>= 2.0.0),
gnome-pkg-tools (>= 0.10),
cdbs (>= 0.4.41),
- gtk-doc-tools,
+ gtk-doc-tools (>= 1.13),
docbook-xml,
autotools-dev,
gobject-introspection (>= 0.9.12-4~),
Modified: desktop/experimental/atk1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/rules?rev=26523&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/rules [utf-8] Sat Feb 12 15:21:26 2011
@@ -13,8 +13,7 @@
# build static stuff:
DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --enable-static --enable-introspection
-SHLIB_VERSION := 1.32.0
-DEB_DH_MAKESHLIBS_ARGS_libatk1.0-0 += -V"libatk1.0-0 (>= $(SHLIB_VERSION))" --add-udeb="libatk1.0-udeb"
+DEB_DH_MAKESHLIBS_ARGS_libatk1.0-0 += --add-udeb="libatk1.0-udeb" -V -- -c4
DEB_DBG_PACKAGE_ALL := libatk1.0-dbg
More information about the pkg-gnome-commits
mailing list