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

Ian Beckwith ianb at erislabs.net
Tue Jul 12 00:34:19 UTC 2011


The following commit has been merged in the master branch:
commit c181b4a728b2d1e5519f4e2690598758349a51ba
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Tue Jul 12 01:33:52 2011 +0100

    debian/rules: add build-arch and build-indep targets

diff --git a/debian/changelog b/debian/changelog
index 7fcb39d..8669ddd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ surfraw (2.2.8-1) unstable; urgency=low
   * debian/rules:
     + hardcode AWK as awk (Closes: #608967).
     + use dh_prep instead of dh_clean -k.
+    + add build-arch and build-indep targets.
   * debian/control:
     + Build-Depends: bump debhelper dependency to (>= 7).
     + Standards-Version: 3.9.2.
@@ -20,7 +21,7 @@ surfraw (2.2.8-1) unstable; urgency=low
       * Tweak Description.
   * debian/source/format: explicitly specify 1.0 source format.
 
- -- Ian Beckwith <ianb at debian.org>  Tue, 12 Jul 2011 00:46:17 +0100
+ -- Ian Beckwith <ianb at debian.org>  Tue, 12 Jul 2011 01:31:52 +0100
 
 surfraw (2.2.7-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2ff6ee6..e443901 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,11 @@ configure-stamp:
 
 	touch configure-stamp
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+
+build-indep: build-stamp
 
 build-stamp: configure-stamp 
 	dh_testdir

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



More information about the Surfraw-commits mailing list