[SCM] mate-polkit Debian package branch, master, updated. debian/1.6.1-1-10-g8148b66

Mike Gabriel sunweaver at moszumanska.debian.org
Tue Mar 11 20:52:18 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-polkit.git;a=commitdiff;h=4cea00d

The following commit has been merged in the master branch:
commit 4cea00dbcb232eca047811889df6cc2b6db9ab24
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 11 21:06:22 2014 +0100

    debian/rules: Build package with autogen.sh (again).
---
 debian/control | 1 -
 debian/rules   | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b10bbc3..73a4df6 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,6 @@ Build-Depends: debhelper (>= 9),
                libgirepository1.0-dev,
                gobject-introspection,
                mate-common,
-               dh-autoreconf,
 Standards-Version: 3.9.5
 Homepage: http://www.mate-desktop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-polkit.git;a=summary
diff --git a/debian/rules b/debian/rules
index 3243724..b18dffd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,12 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
 DEB_DH_INSTALL_ARGS += --list-missing
 
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
+
 DEB_CONFIGURE_EXTRA_FLAGS := --localstatedir=/var \
                              --libdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
                              --includedir=/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \

-- 
mate-polkit Debian package



More information about the pkg-mate-commits mailing list