[asc] 41/65: Add build-arch and build-indep targets.

Markus Koschany apo-guest at moszumanska.debian.org
Mon Dec 7 20:38:01 UTC 2015


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

apo-guest pushed a commit to branch master
in repository asc.

commit 6a5161c58f1d2efa7708147f9b404224967b4119
Author: Felix Geyer <fgeyer at debian.org>
Date:   Tue Jan 31 19:25:22 2012 +0000

    Add build-arch and build-indep targets.
---
 debian/changelog | 1 +
 debian/rules     | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37b2bcf..6045c22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ asc (2.4.0.0-2) UNRELEASED; urgency=low
   * Team upload.
   * Drop build-dependency on libparagui1.1-dev since it's not actually used.
     - Add libexpat1-dev which was previously pulled in by libparagui1.1-dev.
+  * Add build-arch and build-indep targets.
 
  -- Felix Geyer <debfx-pkg at fobos.de>  Tue, 31 Jan 2012 18:20:41 +0100
 
diff --git a/debian/rules b/debian/rules
index a251e47..4693cc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,9 @@ endif
 
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-paraguitest  
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp:  config.status
 	dh_testdir
@@ -99,4 +101,4 @@ binary-arch: build install
 	dh_builddeb -a
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build-indep build-arch build clean binary-indep binary-arch binary install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/asc.git



More information about the Pkg-games-commits mailing list