[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-156-gdf84247

Ian Beckwith ianb at erislabs.net
Thu Jan 13 19:19:07 UTC 2011


The following commit has been merged in the master branch:
commit 8a90c7bed3fa90ca75255ba088bc217fa0746352
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Thu Jan 13 18:31:18 2011 +0000

    debian/rules: hardcode AWK as awk to avoid dependency on specific awk

diff --git a/debian/changelog b/debian/changelog
index a2b4ead..457818a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
 surfraw (2.2.8-1) unstable; urgency=low
 
   * New upstream version.
-  * debian/rules: use dh_prep instead of dh_clean -k.
+  * debian/rules:
+    + hardcode AWK as awk (Closes: #608967).
+    + use dh_prep instead of dh_clean -k.
   * debian/control:
     + Build-Depends: bump debhelper dependency to (>= 7).
     + Standards-Version: 3.9.0.
 
- -- Ian Beckwith <ianb at debian.org>  Sun, 04 Jul 2010 03:21:39 +0100
+ -- Ian Beckwith <ianb at debian.org>  Thu, 13 Jan 2011 18:30:09 +0000
 
 surfraw (2.2.7-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index bdb8242..a67d054 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ configure: configure-stamp
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr -sysconfdir=/etc --mandir=\$${prefix}/share/man --with-text-browser=www-browser --with-graphical-browser=sensible-browser
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr -sysconfdir=/etc --mandir=\$${prefix}/share/man --with-text-browser=www-browser --with-graphical-browser=sensible-browser AWK=awk
 
 	touch configure-stamp
 
@@ -31,7 +31,7 @@ build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE) 
+	$(MAKE)
 
 	touch build-stamp
 

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list