Call ./configure script directly

Call ./configure script directly, instead of relying on debhelper,
to resolve incompatibilities with Bash-based script.
This commit is contained in:
Carlos Maddela
2017-08-15 00:29:03 +10:00
parent f83f9e81b0
commit a5f48d91a3
2 changed files with 7 additions and 3 deletions

2
debian/changelog vendored
View File

@@ -5,6 +5,8 @@ dvdisaster (0.79.5-4) UNRELEASED; urgency=medium
just the numeric part.
* Re-implement scripts/time-stamper.bash without direct calls to
dpkg-parsechangelog.
* Call ./configure script directly, instead of relying on debhelper,
to resolve incompatibilities with Bash-based script.
-- Carlos Maddela <e7appew@gmail.com> Mon, 14 Aug 2017 23:04:38 +1000

8
debian/rules vendored
View File

@@ -20,9 +20,11 @@ override_dh_auto_configure:
for f in $(MUTABLE_FILES); do \
cp -an $$f $$f.orig; \
done
dh_auto_configure -- \
--localedir=\$${prefix}/share/locale \
--docdir=\$${prefix}share/doc \
./configure \
--prefix=/usr \
--mandir=share/man \
--localedir=share/locale \
--docdir=share/doc \
--docsubdir=dvdisaster-doc \
--with-embedded-src-path=no