[pkg-java] r16306 - trunk/junitperf/debian
James Page
jamespage-guest at alioth.debian.org
Thu Sep 20 09:29:58 UTC 2012
Author: jamespage-guest
Date: 2012-09-20 09:29:58 +0000 (Thu, 20 Sep 2012)
New Revision: 16306
Modified:
trunk/junitperf/debian/changelog
trunk/junitperf/debian/rules
Log:
* Ensure backwards compatible bytecode is built:
- d/rules: Ensure debian/ant.properties is used by dh_auto_build.
Modified: trunk/junitperf/debian/changelog
===================================================================
--- trunk/junitperf/debian/changelog 2012-09-16 04:48:55 UTC (rev 16305)
+++ trunk/junitperf/debian/changelog 2012-09-20 09:29:58 UTC (rev 16306)
@@ -1,3 +1,10 @@
+junitperf (1.9.1-9) UNRELEASED; urgency=low
+
+ * Ensure backwards compatible bytecode is built:
+ - d/rules: Ensure debian/ant.properties is used by dh_auto_build.
+
+ -- James Page <james.page at ubuntu.com> Thu, 20 Sep 2012 10:29:22 +0100
+
junitperf (1.9.1-8) unstable; urgency=low
* Explicitly build Java2 code. (Closes: #582429) - Thanks to
Modified: trunk/junitperf/debian/rules
===================================================================
--- trunk/junitperf/debian/rules 2012-09-16 04:48:55 UTC (rev 16305)
+++ trunk/junitperf/debian/rules 2012-09-20 09:29:58 UTC (rev 16306)
@@ -4,4 +4,4 @@
dh $@ --with javahelper
override_dh_auto_build:
- dh_auto_build -- jar javadoc
+ dh_auto_build -- -propertyfile debian/ant.properties jar javadoc
More information about the pkg-java-commits
mailing list