[netpanzer] 52/118: Add recommended targets build-arch and build-indep to debian/rules
Markus Koschany
apo at moszumanska.debian.org
Sun Jun 5 10:18:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository netpanzer.
commit 5982d52fdbf4e2268fc7bc9d6d30c49ab9cc498d
Author: Alexander Reichle-Schmehl <tolimar at debian.org>
Date: Fri Jan 20 08:51:37 2012 +0000
Add recommended targets build-arch and build-indep to debian/rules
---
debian/changelog | 3 ++-
debian/rules | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5e875fc..825ba3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ netpanzer (0.8.4-1) UNRELEASED; urgency=low
debian/rules accordingly
* Add ${misc:Depends} to all Package dependencies
* Move netpanzer-dbg into section debug
+ * Add recommended targets build-arch and build-indep to debian/rules
- -- Alexander Reichle-Schmehl <tolimar at debian.org> Fri, 20 Jan 2012 09:49:01 +0100
+ -- Alexander Reichle-Schmehl <tolimar at debian.org> Fri, 20 Jan 2012 09:51:00 +0100
netpanzer (0.8.2-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 25c03cc..caa230e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,9 @@ config.status:
dh_testdir
QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-build: build-stamp
-
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: config.status
dh_testdir
scons datadir=/usr/share/games/netpanzer
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git
More information about the Pkg-games-commits
mailing list