[Hostname-devel] [SCM] Git repository for hostname branch, master, updated. debian/2.96-49-gce2a4a2

Michael Meskes meskes at debian.org
Thu Dec 22 15:45:21 UTC 2011


The following commit has been merged in the master branch:
commit ce2a4a2ec3e79eede050a3b962dc3826ccdfdc83
Author: Michael Meskes <meskes at debian.org>
Date:   Thu Dec 22 16:33:24 2011 +0100

    Added build-arch and build-indep targets to rules file.

diff --git a/debian/changelog b/debian/changelog
index 041e619..4397ea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ hostname (3.07) unstable; urgency=low
 
   * Strip leading and trailing whitespaces from hostname. (Closes: #650822)
   * Bumped Standards-Version to 3.9.2, no changes needed.
+  * Added build-arch and build-indep targets to rules file.
 
  -- Michael Meskes <meskes at debian.org>  Thu, 22 Dec 2011 16:31:05 +0100
 
diff --git a/debian/rules b/debian/rules
index f03fb1d..14aa22b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,9 @@ else
 	CROSS=
 endif
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 

-- 
Git repository for hostname



More information about the Hostname-devel mailing list