[SCM] mate-system-monitor Debian package branch, master, updated. debian/1.6.1+dfsg1-1-12-gfc5e3e3

Mike Gabriel sunweaver at moszumanska.debian.org
Fri Mar 14 17:44:24 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-system-monitor.git;a=commitdiff;h=46cc368

The following commit has been merged in the master branch:
commit 46cc3682ee53f65683c6b7a4d8d5be8f23ec0931
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Mar 14 17:10:18 2014 +0100

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

diff --git a/debian/control b/debian/control
index fc3a103..2b790d3 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,6 @@ Build-Depends: debhelper (>= 9),
                libdbus-glib-1-dev,
                yelp-tools,
                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-system-monitor.git;a=summary
diff --git a/debian/rules b/debian/rules
index 0d9b770..9b01755 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,14 @@ DTYPE = +dfsg1
 VER  ?= $(subst $(DTYPE),,$(UVER))
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_install:
 	dh_install --list-missing
 
 override_dh_auto_configure:
+	# upstream tarball is without configure. autogen.sh will create it
+	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure -- \
 		--libexecdir=/usr/lib/${pkgname} \
 		--localstatedir=/var \

-- 
mate-system-monitor Debian package



More information about the pkg-mate-commits mailing list