1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 22:34:18 +01:00

debian: Use dh_autoreconf.

Use dh_autoreconf instead of invoking autogen.sh in the configure
target.
This commit is contained in:
Andreas Metzler
2015-12-27 14:48:54 +01:00
committed by Carlos R. Mafra
parent f58cf6a8cd
commit 4660e5b1eb
3 changed files with 3 additions and 3 deletions

1
debian/changelog vendored
View File

@@ -24,6 +24,7 @@ wmaker (0.95.7-1) unstable; urgency=medium
[ Andreas Metzler ]
* 56_ignore_runstatedir.diff: Ignore missing documentation for --runstatedir
in INSTALL.
* Use dh_autoreconf instead of invoking autogen.sh in the configure target.
-- Rodolfo García Peñas (kix) <kix@debian.org> Thu, 13 Aug 2015 20:19:33 +0200

2
debian/control vendored
View File

@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), automake (>= 1:1.12), gettext,
libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff5-dev,
libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev,
libxrandr-dev, dctrl-tools, autotools-dev
libxrandr-dev, dctrl-tools, dh-autoreconf
Homepage: http://windowmaker.org/
Package: wmaker

3
debian/rules vendored
View File

@@ -36,10 +36,9 @@ COMMON_OPTIONS := --prefix=$(BASEDIR) \
--with-gnustepdir=$(GNUSTEPDIR)
%:
dh $@ --parallel --with autotools-dev
dh $@ --parallel --with autoreconf
override_dh_auto_configure:
./autogen.sh
LINGUAS="$(LINGUAS)" ./configure $(COMMON_OPTIONS) \
$(WMAKER_OPTIONS) $(shell dpkg-buildflags --export=configure)