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.
|
just the numeric part.
|
||||||
* Re-implement scripts/time-stamper.bash without direct calls to
|
* Re-implement scripts/time-stamper.bash without direct calls to
|
||||||
dpkg-parsechangelog.
|
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
|
-- 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 \
|
for f in $(MUTABLE_FILES); do \
|
||||||
cp -an $$f $$f.orig; \
|
cp -an $$f $$f.orig; \
|
||||||
done
|
done
|
||||||
dh_auto_configure -- \
|
./configure \
|
||||||
--localedir=\$${prefix}/share/locale \
|
--prefix=/usr \
|
||||||
--docdir=\$${prefix}share/doc \
|
--mandir=share/man \
|
||||||
|
--localedir=share/locale \
|
||||||
|
--docdir=share/doc \
|
||||||
--docsubdir=dvdisaster-doc \
|
--docsubdir=dvdisaster-doc \
|
||||||
--with-embedded-src-path=no
|
--with-embedded-src-path=no
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user