From a5f48d91a3eb2a724409f32c7442bc04c36b389b Mon Sep 17 00:00:00 2001 From: Carlos Maddela Date: Tue, 15 Aug 2017 00:29:03 +1000 Subject: [PATCH] Call ./configure script directly Call ./configure script directly, instead of relying on debhelper, to resolve incompatibilities with Bash-based script. --- debian/changelog | 2 ++ debian/rules | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d931199..4dc4499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 14 Aug 2017 23:04:38 +1000 diff --git a/debian/rules b/debian/rules index 8181a4c..5d08cc7 100755 --- a/debian/rules +++ b/debian/rules @@ -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