r41315 - in /desktop/unstable/glibmm2.4/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Apr 13 23:42:08 UTC 2014
Author: biebl
Date: Sun Apr 13 23:42:08 2014
New Revision: 41315
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41315
Log:
Use dh-autoreconf to update the build system.
Modified:
desktop/unstable/glibmm2.4/debian/changelog
desktop/unstable/glibmm2.4/debian/control
desktop/unstable/glibmm2.4/debian/control.in
desktop/unstable/glibmm2.4/debian/rules
Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=41315&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/changelog [utf-8] Sun Apr 13 23:42:08 2014
@@ -9,6 +9,7 @@
* debian/patches/01-disable-tls-test.patch: Don't run giomm_tls_client test
since it requires network access which is not guaranteed to be available
on buildds.
+ * Use dh-autoreconf to update the build system.
-- Michael Biebl <biebl at debian.org> Mon, 14 Apr 2014 00:58:37 +0200
Modified: desktop/unstable/glibmm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/control?rev=41315&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/control [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/control [utf-8] Sun Apr 13 23:42:08 2014
@@ -13,6 +13,7 @@
Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/glibmm2.4
Build-Depends: cdbs (>= 0.4.93),
debhelper (>= 9),
+ dh-autoreconf,
gnome-pkg-tools (>= 0.11),
libglib2.0-dev (>= 2.40.0),
libsigc++-2.0-dev (>= 2.2.10),
Modified: desktop/unstable/glibmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/control.in?rev=41315&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/control.in [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/control.in [utf-8] Sun Apr 13 23:42:08 2014
@@ -8,10 +8,12 @@
Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/glibmm2.4
Build-Depends: cdbs (>= 0.4.93),
debhelper (>= 9),
+ dh-autoreconf,
gnome-pkg-tools (>= 0.11),
libglib2.0-dev (>= 2.40.0),
libsigc++-2.0-dev (>= 2.2.10),
- pkg-config
+ pkg-config,
+ mm-common (>= 0.9.6)
Standards-Version: 3.9.5
Package: libglibmm-2.4-1c2a
Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=41315&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/rules [utf-8] Sun Apr 13 23:42:08 2014
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/autotools.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