debian/rules: Build package using autogen.sh.

This commit is contained in:
Mike Gabriel
2014-04-09 00:41:42 +02:00
parent 7df15e87ad
commit 6c9f13b38d
2 changed files with 3 additions and 2 deletions

1
debian/control vendored
View File

@ -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

4
debian/rules vendored
View File

@ -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 \