debian/rules: Build package using autogen.sh.
This commit is contained in:
1
debian/control
vendored
1
debian/control
vendored
@ -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
4
debian/rules
vendored
@ -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 \
|
||||
|
Reference in New Issue
Block a user