[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texinfo] 01/01: do not warn when calling install-info (Closes: #748433)



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texinfo.

commit af1146dcc7cfc4983962aec26b5c6b4259e9f2e2
Author: Norbert Preining <preining@debian.org>
Date:   Sun May 18 11:51:30 2014 +0900

    do not warn when calling install-info (Closes: #748433)
---
 debian/changelog       | 6 ++++++
 debian/install-info.sh | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 508aca1..0611951 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+texinfo (5.2.0.dfsg.1-4) UNRELEASED; urgency=medium
+
+  * do not warn when calling install-info (Closes: #748433)
+
+ -- Norbert Preining <preining@debian.org>  Sun, 18 May 2014 11:50:43 +0900
+
 texinfo (5.2.0.dfsg.1-3) unstable; urgency=medium
 
   * fix broken man pages due to missing tex at build time (Closes: #740343)
diff --git a/debian/install-info.sh b/debian/install-info.sh
index a13ae22..761b1db 100644
--- a/debian/install-info.sh
+++ b/debian/install-info.sh
@@ -10,8 +10,9 @@ set -e
 if [ -z "$DPKG_RUNNING_VERSION" ] ; then
   # it seems we are running from outside a maintainer script, so give a
   # warning and call ginstall-info without anything else
-  echo "This is not dpkg install-info anymore, but GNU install-info" >&2
-  echo "See the man page for ginstall-info for command line arguments" >&2
+  # we are so long in the transition, we don't need to tell this anymore!
+  # echo "This is not dpkg install-info anymore, but GNU install-info" >&2
+  # echo "See the man page for ginstall-info for command line arguments" >&2
   ginstall-info "$@"
 else 
   # we are running from a maintainer script, simply ignore the call

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texinfo.git


Reply to: