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:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -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
8
debian/rules
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user