r47932 - in /desktop/unstable/mm-common/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Apr 15 14:08:19 UTC 2016
Author: biebl
Date: Fri Apr 15 14:08:19 2016
New Revision: 47932
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47932
Log:
Use dh-autoreconf to update the build system.
Modified:
desktop/unstable/mm-common/debian/changelog
desktop/unstable/mm-common/debian/control
desktop/unstable/mm-common/debian/control.in
desktop/unstable/mm-common/debian/rules
Modified: desktop/unstable/mm-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/changelog?rev=47932&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/changelog [utf-8] (original)
+++ desktop/unstable/mm-common/debian/changelog [utf-8] Fri Apr 15 14:08:19 2016
@@ -4,6 +4,7 @@
* Bump Standards-Version to 3.9.8.
* Make build reproducible by passing -n to gzip when creating
skeletonmm.tar.gz.
+ * Use dh-autoreconf to update the build system.
-- Michael Biebl <biebl at debian.org> Fri, 15 Apr 2016 15:49:32 +0200
Modified: desktop/unstable/mm-common/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/control?rev=47932&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/control [utf-8] (original)
+++ desktop/unstable/mm-common/debian/control [utf-8] Fri Apr 15 14:08:19 2016
@@ -10,7 +10,8 @@
Homepage: http://www.gtkmm.org/
Build-Depends: cdbs (>= 0.4.51),
gnome-pkg-tools,
- debhelper (>= 9)
+ debhelper (>= 9),
+ dh-autoreconf
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/mm-common/
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/mm-common/
Modified: desktop/unstable/mm-common/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/control.in?rev=47932&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/control.in [utf-8] (original)
+++ desktop/unstable/mm-common/debian/control.in [utf-8] Fri Apr 15 14:08:19 2016
@@ -6,7 +6,8 @@
Homepage: http://www.gtkmm.org/
Build-Depends: cdbs (>= 0.4.51),
gnome-pkg-tools,
- debhelper (>= 9)
+ debhelper (>= 9),
+ dh-autoreconf
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/mm-common/
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/mm-common/
Modified: desktop/unstable/mm-common/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/rules?rev=47932&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/rules [utf-8] (original)
+++ desktop/unstable/mm-common/debian/rules [utf-8] Fri Apr 15 14:08:19 2016
@@ -1,5 +1,6 @@
#! /usr/bin/make -f
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/class/gnome.mk
More information about the pkg-gnome-commits
mailing list