r27101 - in /desktop/experimental/atk1.0/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Mar 26 07:37:30 UTC 2011


Author: pochu
Date: Sat Mar 26 07:37:24 2011
New Revision: 27101

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27101
Log:
* debian/rules:
  debian/control.in:
  - Let CDBS call dh_girepository for us. Require a recent enough version.
  - Let it also guess the debug package name.

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=27101&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/changelog [utf-8] Sat Mar 26 07:37:24 2011
@@ -1,11 +1,18 @@
 atk1.0 (1.33.6-1) UNRELEASED; urgency=low
 
+  [ Laurent Bigonville ]
   * 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.
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/rules:
+    debian/control.in:
+    - Let CDBS call dh_girepository for us. Require a recent enough version.
+    - Let it also guess the debug package name.
 
  -- Laurent Bigonville <bigon at debian.org>  Sat, 12 Feb 2011 16:18:24 +0100
 

Modified: desktop/experimental/atk1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/control?rev=27101&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/control [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/control [utf-8] Sat Mar 26 07:37:24 2011
@@ -14,7 +14,7 @@
                pkg-config,
                libglib2.0-dev (>= 2.0.0),
                gnome-pkg-tools (>= 0.10),
-               cdbs (>= 0.4.41),
+               cdbs (>= 0.4.90),
                gtk-doc-tools (>= 1.13),
                docbook-xml,
                autotools-dev,

Modified: desktop/experimental/atk1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/control.in?rev=27101&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/control.in [utf-8] Sat Mar 26 07:37:24 2011
@@ -9,7 +9,7 @@
                pkg-config,
                libglib2.0-dev (>= 2.0.0),
                gnome-pkg-tools (>= 0.10),
-               cdbs (>= 0.4.41),
+               cdbs (>= 0.4.90),
                gtk-doc-tools (>= 1.13),
                docbook-xml,
                autotools-dev,

Modified: desktop/experimental/atk1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/rules?rev=27101&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/rules [utf-8] Sat Mar 26 07:37:24 2011
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := atk
 
@@ -14,9 +14,3 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --enable-static --enable-introspection
 
 DEB_DH_MAKESHLIBS_ARGS_libatk1.0-0 += --add-udeb="libatk1.0-udeb" -V -- -c4
-
-DEB_DBG_PACKAGE_ALL := libatk1.0-dbg
-
-$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
-	dh_girepository -p$(cdbs_curpkg)
-




More information about the pkg-gnome-commits mailing list