r47757 - in /packages/experimental/gnome-desktop-testing/debian: changelog control control.in rules
smcv at users.alioth.debian.org
smcv at users.alioth.debian.org
Thu Mar 31 20:21:41 UTC 2016
Author: smcv
Date: Thu Mar 31 20:21:41 2016
New Revision: 47757
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47757
Log:
Use dh-autoreconf
Modified:
packages/experimental/gnome-desktop-testing/debian/changelog
packages/experimental/gnome-desktop-testing/debian/control
packages/experimental/gnome-desktop-testing/debian/control.in
packages/experimental/gnome-desktop-testing/debian/rules
Modified: packages/experimental/gnome-desktop-testing/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-desktop-testing/debian/changelog?rev=47757&op=diff
==============================================================================
--- packages/experimental/gnome-desktop-testing/debian/changelog [utf-8] (original)
+++ packages/experimental/gnome-desktop-testing/debian/changelog [utf-8] Thu Mar 31 20:21:41 2016
@@ -7,6 +7,7 @@
[ Simon McVittie ]
* debian/copyright: update
* Update to debhelper compat level 9
+ * Use dh-autoreconf
-- Jackson Doak <noskcaj at ubuntu.com> Mon, 28 Jul 2014 08:08:51 +1000
Modified: packages/experimental/gnome-desktop-testing/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-desktop-testing/debian/control?rev=47757&op=diff
==============================================================================
--- packages/experimental/gnome-desktop-testing/debian/control [utf-8] (original)
+++ packages/experimental/gnome-desktop-testing/debian/control [utf-8] Thu Mar 31 20:21:41 2016
@@ -10,6 +10,7 @@
Build-Depends: autotools-dev,
cdbs,
debhelper (>= 9),
+ dh-autoreconf,
gnome-pkg-tools (>= 0.6),
libgirepository1.0-dev,
libglib2.0-dev (>= 2.34.0)
Modified: packages/experimental/gnome-desktop-testing/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-desktop-testing/debian/control.in?rev=47757&op=diff
==============================================================================
--- packages/experimental/gnome-desktop-testing/debian/control.in [utf-8] (original)
+++ packages/experimental/gnome-desktop-testing/debian/control.in [utf-8] Thu Mar 31 20:21:41 2016
@@ -6,6 +6,7 @@
Build-Depends: autotools-dev,
cdbs,
debhelper (>= 9),
+ dh-autoreconf,
gnome-pkg-tools (>= 0.6),
libgirepository1.0-dev,
libglib2.0-dev (>= 2.34.0)
Modified: packages/experimental/gnome-desktop-testing/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-desktop-testing/debian/rules?rev=47757&op=diff
==============================================================================
--- packages/experimental/gnome-desktop-testing/debian/rules [utf-8] (original)
+++ packages/experimental/gnome-desktop-testing/debian/rules [utf-8] Thu Mar 31 20:21:41 2016
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/utils.mk
More information about the pkg-gnome-commits
mailing list