[pkg-java] r16442 - trunk/libcommons-collections-java/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Mar 27 09:15:09 UTC 2013
Author: ebourg-guest
Date: 2013-03-27 09:15:09 +0000 (Wed, 27 Mar 2013)
New Revision: 16442
Added:
trunk/libcommons-collections-java/debian/ant.properties
Modified:
trunk/libcommons-collections-java/debian/changelog
trunk/libcommons-collections-java/debian/control
trunk/libcommons-collections-java/debian/watch
Log:
Ensure backwards compatible bytecode is built (Closes: #688117)
Update Standards-Version: 3.9.4, no changes.
Removed Michael Koch from the uploaders list (Closes: #654050)
Added Emmanuel Bourg to the uploaders list
Fixed d/watch to point to the Apache archive
Added: trunk/libcommons-collections-java/debian/ant.properties
===================================================================
--- trunk/libcommons-collections-java/debian/ant.properties (rev 0)
+++ trunk/libcommons-collections-java/debian/ant.properties 2013-03-27 09:15:09 UTC (rev 16442)
@@ -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/libcommons-collections-java/debian/changelog
===================================================================
--- trunk/libcommons-collections-java/debian/changelog 2013-03-26 17:05:53 UTC (rev 16441)
+++ trunk/libcommons-collections-java/debian/changelog 2013-03-27 09:15:09 UTC (rev 16442)
@@ -1,3 +1,14 @@
+libcommons-collections-java (2.1.1-11) unstable; urgency=low
+
+ * Team upload.
+ * Ensure backwards compatible bytecode is built (Closes: #688117)
+ * Update Standards-Version: 3.9.4, no changes.
+ * Removed Michael Koch from the uploaders list (Closes: #654050)
+ * Added Emmanuel Bourg to the uploaders list
+ * Fixed d/watch to point to the Apache archive
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 27 Mar 2013 07:42:53 +0100
+
libcommons-collections-java (2.1.1-10) unstable; urgency=low
* Team upload.
Modified: trunk/libcommons-collections-java/debian/control
===================================================================
--- trunk/libcommons-collections-java/debian/control 2013-03-26 17:05:53 UTC (rev 16441)
+++ trunk/libcommons-collections-java/debian/control 2013-03-27 09:15:09 UTC (rev 16442)
@@ -2,10 +2,10 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Koch <konqueror at gmx.de>
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 5), cdbs, maven-repo-helper
Build-Depends-Indep: ant, default-jdk
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
Homepage: http://commons.apache.org/collections/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-collections-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-collections-java
@@ -33,4 +33,4 @@
that functionality.
.
This package contains Javadoc API documentation for
- libcommons-collections-java package.
\ No newline at end of file
+ libcommons-collections-java package.
Modified: trunk/libcommons-collections-java/debian/watch
===================================================================
--- trunk/libcommons-collections-java/debian/watch 2013-03-26 17:05:53 UTC (rev 16441)
+++ trunk/libcommons-collections-java/debian/watch 2013-03-27 09:15:09 UTC (rev 16442)
@@ -1,2 +1,2 @@
version=3
-http://www.apache.org/dist/commons/collections/source/commons-collections-(2.*)-src\.tar\.gz
+http://archive.apache.org/dist/commons/collections/source/commons-collections-(2.*)-src\.tar\.gz
More information about the pkg-java-commits
mailing list