r29132 - in /desktop/unstable/glade-3/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 27 01:09:25 UTC 2011


Author: biebl
Date: Wed Jul 27 01:09:25 2011
New Revision: 29132

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29132
Log:
Use dh-autoreconf to update the build system.

Modified:
    desktop/unstable/glade-3/debian/changelog
    desktop/unstable/glade-3/debian/control
    desktop/unstable/glade-3/debian/control.in
    desktop/unstable/glade-3/debian/rules

Modified: desktop/unstable/glade-3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/changelog?rev=29132&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/changelog [utf-8] (original)
+++ desktop/unstable/glade-3/debian/changelog [utf-8] Wed Jul 27 01:09:25 2011
@@ -6,6 +6,7 @@
     src:glade and glade-gnome no longer installable because of unsatisfiable
     dependencies on glade. We only keep the library packages.
   * Link gtk-doc scanner against all necessary libraries.
+  * Use dh-autoreconf to update the build system.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 27 Jul 2011 02:38:30 +0200
 

Modified: desktop/unstable/glade-3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/control?rev=29132&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/control [utf-8] (original)
+++ desktop/unstable/glade-3/debian/control [utf-8] Wed Jul 27 01:09:25 2011
@@ -25,7 +25,8 @@
                python-gtk2-dev (>= 2.10.0),
                python-support (>= 0.3),
                gtk-doc-tools (>= 1.9),
-               gnome-doc-utils (>= 0.9.0)
+               gnome-doc-utils (>= 0.9.0),
+               dh-autoreconf
 Build-Depends-Indep: libglib2.0-doc,
                      libgtk2.0-doc
 Standards-Version: 3.8.1

Modified: desktop/unstable/glade-3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/control.in?rev=29132&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/control.in [utf-8] (original)
+++ desktop/unstable/glade-3/debian/control.in [utf-8] Wed Jul 27 01:09:25 2011
@@ -20,7 +20,8 @@
                python-gtk2-dev (>= 2.10.0),
                python-support (>= 0.3),
                gtk-doc-tools (>= 1.9),
-               gnome-doc-utils (>= 0.9.0)
+               gnome-doc-utils (>= 0.9.0),
+               dh-autoreconf
 Build-Depends-Indep: libglib2.0-doc,
                      libgtk2.0-doc
 Standards-Version: 3.8.1

Modified: desktop/unstable/glade-3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/rules?rev=29132&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/rules [utf-8] (original)
+++ desktop/unstable/glade-3/debian/rules [utf-8] Wed Jul 27 01:09:25 2011
@@ -3,6 +3,7 @@
 ALLOWED_DISTS += unstable
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 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/check-dist.mk




More information about the pkg-gnome-commits mailing list