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,
|
xsltproc,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
mate-common,
|
mate-common,
|
||||||
dh-autoreconf,
|
|
||||||
Homepage: http://www.mate-desktop.org/
|
Homepage: http://www.mate-desktop.org/
|
||||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-session-manager.git;a=summary
|
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
|
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
|
DHFLAGS=--parallel
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ $(DHFLAGS) --with autoreconf
|
dh $@ $(DHFLAGS)
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
dh_install --list-missing
|
dh_install --list-missing
|
||||||
@ -12,6 +12,8 @@ override_dh_auto_test:
|
|||||||
DEB_BUILD_OPTIONS=nocheck dh_auto_test
|
DEB_BUILD_OPTIONS=nocheck dh_auto_test
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
|
# upstream tarball is without configure. autogen.sh will create it
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
dh_auto_configure $(DHFLAGS) -- \
|
dh_auto_configure $(DHFLAGS) -- \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--localstatedir=/var/lib \
|
--localstatedir=/var/lib \
|
||||||
|
Reference in New Issue
Block a user