[libembperl-perl] 01/06: Pipe "yes y" into dh_auto_configure to answer interactive questions
Axel Beckert
abe at deuxchevaux.org
Sat Jan 25 23:54:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libembperl-perl.
commit abd3f95d051b5322aa587439b789253e040ee97c
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sun Jan 26 00:43:21 2014 +0100
Pipe "yes y" into dh_auto_configure to answer interactive questions
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 146c16f..ee2af24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ libembperl-perl (2.5.0~rc4-1) UNRELEASED; urgency=low
[ Axel Beckert ]
* Import new upstream beta release 2.5.0~rc4
+ * Pipe "yes y" into dh_auto_configure to answer interactive questions.
-- Salvatore Bonaccorso <carnil at debian.org> Sun, 06 Jan 2013 22:00:37 +0100
diff --git a/debian/rules b/debian/rules
index 8ac2c21..35ca6a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ POD2TEXT = Changes Config Faq Features FeaturesD \
dh $@
override_dh_auto_configure:
- . /etc/apache2/envvars && EPHTTPD=/usr/sbin/apache2 dh_auto_configure
+ . /etc/apache2/envvars && yes y | EPHTTPD=/usr/sbin/apache2 dh_auto_configure
override_dh_auto_install: $(POD2TEXT)
# fix occasional upstream permission errors
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libembperl-perl.git
More information about the Pkg-perl-cvs-commits
mailing list