[SCM] mate-session-manager Debian package branch, master, updated. 5db98e1f4a0ab9d5b19bcee582bff12f066897e7

Mike Gabriel sunweaver at moszumanska.debian.org
Tue Apr 8 23:00:05 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-session-manager.git;a=commitdiff;h=6c9f13b

The following commit has been merged in the master branch:
commit 6c9f13b38de30a787a98e43eb752b7843f399ba8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Apr 9 00:41:42 2014 +0200

    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 1ccb42b..c858aad 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,6 @@ Build-Depends: debhelper (>= 9),
                xsltproc,
                gobject-introspection,
                mate-common,
-               dh-autoreconf,
 Homepage: http://www.mate-desktop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-session-manager.git;a=summary
 Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-session-manager.git
diff --git a/debian/rules b/debian/rules
index b633fcf..5a572c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DHFLAGS=--parallel
 
 %:
-	dh $@ $(DHFLAGS) --with autoreconf
+	dh $@ $(DHFLAGS)
 
 override_dh_install:
 	dh_install --list-missing
@@ -12,6 +12,8 @@ override_dh_auto_test:
 	DEB_BUILD_OPTIONS=nocheck dh_auto_test
 
 override_dh_auto_configure:
+	# upstream tarball is without configure. autogen.sh will create it
+	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
 		--disable-silent-rules \
 		--localstatedir=/var/lib \

-- 
mate-session-manager Debian package



More information about the pkg-mate-commits mailing list