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

[texinfo] 02/02: use awk instead of gawk



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

preining pushed a commit to branch master
in repository texinfo.

commit 5f01445d0cc5e28a4fc1b427caba73eccab030c2
Author: Norbert Preining <preining@debian.org>
Date:   Fri Jun 26 20:20:04 2015 +0900

    use awk instead of gawk
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 70bfe2f..080f682 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+texinfo (5.9.96.dfsg.1-2) unstable; urgency=medium
+
+  * use awk by default, change dep to awk (Closes: #790004, #790019)
+
+ -- Norbert Preining <preining@debian.org>  Fri, 26 Jun 2015 20:27:35 +0900
+
 texinfo (5.9.96.dfsg.1-1) unstable; urgency=medium
 
   * add dependency on gawk (texindex)
diff --git a/debian/control b/debian/control
index dd1dc8a..365042a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Package: texinfo
 Section: text
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libtext-unidecode-perl, libintl-perl, libxml-libxml-perl, gawk
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtext-unidecode-perl, libintl-perl, libxml-libxml-perl
 Suggests: texlive-base, texlive-latex-base, texlive-generic-recommended, texinfo-doc-nonfree
 Breaks: tetex-bin (<< 3.0), tetex-base (<< 3.0), ja-trans (<= 0.7-3.1)
 Replaces: tetex-base (<< 1.0.2+20000804-9), tetex-bin (<< 3.0)
diff --git a/debian/rules b/debian/rules
index 53082bc..825cf5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	dh_autotools-dev_updateconfig
-	./configure $(shell dpkg-buildflags --export=configure) \
+	AWK=awk ./configure $(shell dpkg-buildflags --export=configure) \
 	  --with-external-Text-Unidecode=yes \
 	  --with-external-libintl-perl=yes \
 	  --prefix=/usr \

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


Reply to: