[SCM] mate-panel Debian package branch, master, updated. 0cdd5cf53381d86c412a82412b096dfa20e693ca

Mike Gabriel sunweaver at moszumanska.debian.org
Tue Apr 8 22:37:02 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-panel.git;a=commitdiff;h=261671d

The following commit has been merged in the master branch:
commit 261671d140bcfdc907883b69f09ae273f3d28e54
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Apr 8 22:14:35 2014 +0200

    ebian/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 1f821ad..310edbd 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,6 @@ Build-Depends: debhelper (>= 9),
                mate-doc-utils-gnome,
                lsb-release,
                libdconf-dev,
-               dh-autoreconf,	
 Standards-Version: 3.9.5
 Homepage: http://www.mate-desktop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-panel.git;a=summary
diff --git a/debian/rules b/debian/rules
index 7eaf853..bddeafd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DTYPE = +dfsg1
 VER  ?= $(subst $(DTYPE),,$(UVER))
 
 %:
-	dh $@ --with autoreconf --with python2
+	dh $@ --with python2
 
 override_dh_install:
 	rm -f debian/tmp/usr/lib/*/*.la
@@ -15,6 +15,8 @@ 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 -- \
 		--localstatedir=/var \
 		--libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/mate-panel \

-- 
mate-panel Debian package



More information about the pkg-mate-commits mailing list