[med-svn] r15414 - trunk/packages/pcalendar/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Dec 3 20:02:50 UTC 2013
Author: tille
Date: 2013-12-03 20:02:50 +0000 (Tue, 03 Dec 2013)
New Revision: 15414
Added:
trunk/packages/pcalendar/trunk/debian/ant.properties
Modified:
trunk/packages/pcalendar/trunk/debian/changelog
trunk/packages/pcalendar/trunk/debian/rules
Log:
Ensure backwards compatible bytecode is built
Added: trunk/packages/pcalendar/trunk/debian/ant.properties
===================================================================
--- trunk/packages/pcalendar/trunk/debian/ant.properties (rev 0)
+++ trunk/packages/pcalendar/trunk/debian/ant.properties 2013-12-03 20:02:50 UTC (rev 15414)
@@ -0,0 +1,4 @@
+# Ensure that source and target are 1.5
+# For backwards compat on Java 7
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5
Modified: trunk/packages/pcalendar/trunk/debian/changelog
===================================================================
--- trunk/packages/pcalendar/trunk/debian/changelog 2013-12-03 17:10:13 UTC (rev 15413)
+++ trunk/packages/pcalendar/trunk/debian/changelog 2013-12-03 20:02:50 UTC (rev 15414)
@@ -1,3 +1,11 @@
+pcalendar (3.3.0-3) UNRELEASED; urgency=low
+
+ * Ensure backwards compatible bytecode is built (thanks for the patch
+ to James Page <james.page at ubuntu.com>
+ Closes: #729365
+
+ -- Andreas Tille <tille at debian.org> Tue, 03 Dec 2013 21:01:34 +0100
+
pcalendar (3.3.0-2) unstable; urgency=low
* Upload to unstable
Modified: trunk/packages/pcalendar/trunk/debian/rules
===================================================================
--- trunk/packages/pcalendar/trunk/debian/rules 2013-12-03 17:10:13 UTC (rev 15413)
+++ trunk/packages/pcalendar/trunk/debian/rules 2013-12-03 20:02:50 UTC (rev 15414)
@@ -9,3 +9,6 @@
override_dh_installchangelogs:
dh_installchangelogs PeriodicCalendar/net/sf/linuxorg/pcal/docs/ChangeLog
+
+override_dh_auto_build:
+ ant -propertyfile debian/ant.properties
More information about the debian-med-commit
mailing list