[joptsimple] 12/18: Add build-{indep,arch} rules.

Markus Koschany apo-guest at moszumanska.debian.org
Fri Dec 6 09:34:42 UTC 2013


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

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

commit 1a6e41d184162f715eec71d9408f2f26a3fcbc91
Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
Date:   Sat Jan 28 22:15:58 2012 +0100

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

diff --git a/debian/changelog b/debian/changelog
index dba490e..8e9c963 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 joptsimple (3.1-4) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.2 (no change needed)
+  * Add build-{indep,arch} rules.
 
  -- Samuel Thibault <sthibault at debian.org>  Sun, 10 Apr 2011 20:52:50 +0200
 
diff --git a/debian/rules b/debian/rules
index da46734..7e1342d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,9 @@ JAVAFLAGS=
 
 JARFILE=joptsimple-3.1.jar
 
-build: build-stamp
+build: build-indep
+build-arch:
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 
@@ -45,4 +47,4 @@ binary-indep: install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-indep build-arch clean binary-indep binary-arch binary install

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



More information about the pkg-java-commits mailing list