[pkg-java] r15280 - trunk/libgetopt-java/debian

Niels Thykier nthykier at alioth.debian.org
Fri Oct 28 06:11:18 UTC 2011


Author: nthykier
Date: 2011-10-28 06:11:17 +0000 (Fri, 28 Oct 2011)
New Revision: 15280

Modified:
   trunk/libgetopt-java/debian/changelog
   trunk/libgetopt-java/debian/rules
Log:
Added build-arch and build-indep targets

Modified: trunk/libgetopt-java/debian/changelog
===================================================================
--- trunk/libgetopt-java/debian/changelog	2011-10-27 21:50:33 UTC (rev 15279)
+++ trunk/libgetopt-java/debian/changelog	2011-10-28 06:11:17 UTC (rev 15280)
@@ -1,3 +1,9 @@
+libgetopt-java (1.0.13-4) UNRELEASED; urgency=low
+
+  * Added build-arch and build-indep targets.
+
+ -- Niels Thykier <niels at thykier.net>  Fri, 28 Oct 2011 08:10:39 +0200
+
 libgetopt-java (1.0.13-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libgetopt-java/debian/rules
===================================================================
--- trunk/libgetopt-java/debian/rules	2011-10-27 21:50:33 UTC (rev 15279)
+++ trunk/libgetopt-java/debian/rules	2011-10-28 06:11:17 UTC (rev 15280)
@@ -13,7 +13,11 @@
 export JAVAC=$(JAVA_HOME)/bin/javac
 export CLASSPATH=$(JAVA_HOME)/jre/lib/rt.jar:.
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp:
 	dh_testdir
 	mkdir  classes




More information about the pkg-java-commits mailing list