r40751 - in /desktop/unstable/gobject-introspection/debian: changelog control control.in rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Tue Feb 25 09:37:10 UTC 2014


Author: mpitt
Date: Tue Feb 25 09:37:10 2014
New Revision: 40751

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40751
Log:
Build with dh-autoreconf to always get latest config.* for new ports.

Modified:
    desktop/unstable/gobject-introspection/debian/changelog
    desktop/unstable/gobject-introspection/debian/control
    desktop/unstable/gobject-introspection/debian/control.in
    desktop/unstable/gobject-introspection/debian/rules

Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=40751&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog	[utf-8] Tue Feb 25 09:37:10 2014
@@ -15,6 +15,7 @@
     dependencies, and add missing "file" dependency for "tools". Allow stderr
     output in the latter as we sometimes have warnings. Also add some missing
     dependencies.
+  * Build with dh-autoreconf to always get latest config.* for new ports.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 28 Jun 2013 18:32:47 -0400
 

Modified: desktop/unstable/gobject-introspection/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control?rev=40751&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control	[utf-8] Tue Feb 25 09:37:10 2014
@@ -9,6 +9,7 @@
 Uploaders: Jeremy Bicha <jbicha at ubuntu.com>, Martin Pitt <mpitt at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90~),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                python-dev (>= 2.6.6-3~),
                pkg-config,
@@ -22,7 +23,7 @@
                python-mako,
                libglib2.0-doc
 Standards-Version: 3.9.5
-X-Python-Version: >= 2.5
+X-Python-Version: >= 2.6
 Homepage: https://wiki.gnome.org/GObjectIntrospection
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gobject-introspection
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gobject-introspection/

Modified: desktop/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control.in?rev=40751&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control.in	[utf-8] Tue Feb 25 09:37:10 2014
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90~),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                python-dev (>= 2.6.6-3~),
                pkg-config,

Modified: desktop/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/rules?rev=40751&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/rules	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/rules	[utf-8] Tue Feb 25 09:37:10 2014
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk




More information about the pkg-gnome-commits mailing list