[Pkg-opt-media-team] [dvdisaster] 02/04: Call ./configure script directly
Carlos Maddela
maddela-guest at moszumanska.debian.org
Tue Aug 15 04:35:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
maddela-guest pushed a commit to branch experimental/master
in repository dvdisaster.
commit a5f48d91a3eb2a724409f32c7442bc04c36b389b
Author: Carlos Maddela <e7appew at gmail.com>
Date: Tue Aug 15 00:29:03 2017 +1000
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 <e7appew at gmail.com> 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opt-media/dvdisaster.git
More information about the Pkg-opt-media-team
mailing list