[pkg-java] r12657 - trunk/junit4/debian

Torsten Werner twerner at alioth.debian.org
Fri Jun 25 13:36:50 UTC 2010


Author: twerner
Date: 2010-06-25 13:36:45 +0000 (Fri, 25 Jun 2010)
New Revision: 12657

Modified:
   trunk/junit4/debian/changelog
   trunk/junit4/debian/rules
Log:
Set property bin.package to junit4.

Modified: trunk/junit4/debian/changelog
===================================================================
--- trunk/junit4/debian/changelog	2010-06-25 13:27:38 UTC (rev 12656)
+++ trunk/junit4/debian/changelog	2010-06-25 13:36:45 UTC (rev 12657)
@@ -4,8 +4,9 @@
   * Add Class-Path: hamcrest-core.jar to MANIFEST. (Closes: #527308, #587135)
   * Remove debian/libjunit4-java.poms because there is no such package.
   * Remove get-orig-pom target because upstream provides a pom.xml now.
+  * Set property bin.package to junit4.
 
- -- Torsten Werner <twerner at debian.org>  Fri, 25 Jun 2010 15:26:53 +0200
+ -- Torsten Werner <twerner at debian.org>  Fri, 25 Jun 2010 15:35:10 +0200
 
 junit4 (4.8.2-1) unstable; urgency=low
 

Modified: trunk/junit4/debian/rules
===================================================================
--- trunk/junit4/debian/rules	2010-06-25 13:27:38 UTC (rev 12656)
+++ trunk/junit4/debian/rules	2010-06-25 13:36:45 UTC (rev 12657)
@@ -9,7 +9,8 @@
 DEB_ANT_BUILDFILE    := /usr/share/maven-ant-helper/maven-build.xml
 DEB_ANT_BUILD_TARGET := package
 DEB_JARS	     := ant-nodeps hamcrest-core ant-junit junit
-DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -DbuildVersion=$(BUILD_VERSION)
+DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) \
+  -Dversion=$(VERSION) -DbuildVersion=$(BUILD_VERSION) -Dbin.package=$(PACKAGE)
 API_DOCS             := build/docs/api
 
 common-build-arch common-build-indep:: build-javadoc




More information about the pkg-java-commits mailing list