[pkg-java] r17236 - trunk/libcommons-launcher-java/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Thu Sep 19 07:47:03 UTC 2013
Author: ebourg-guest
Date: 2013-09-19 07:47:03 +0000 (Thu, 19 Sep 2013)
New Revision: 17236
Modified:
trunk/libcommons-launcher-java/debian/changelog
trunk/libcommons-launcher-java/debian/compat
trunk/libcommons-launcher-java/debian/control
trunk/libcommons-launcher-java/debian/examples
Log:
Replaced the dependency on libcommons-collections3-java for the binary package
Removed the duplicated files in the documentation
Build-Depends on debhelper >= 9
Modified: trunk/libcommons-launcher-java/debian/changelog
===================================================================
--- trunk/libcommons-launcher-java/debian/changelog 2013-09-19 07:09:49 UTC (rev 17235)
+++ trunk/libcommons-launcher-java/debian/changelog 2013-09-19 07:47:03 UTC (rev 17236)
@@ -1,3 +1,12 @@
+libcommons-launcher-java (1.1-8) unstable; urgency=low
+
+ * Replaced the dependency on libcommons-collections3-java
+ for the binary package
+ * Removed the duplicated files in the documentation
+ * Build-Depends on debhelper >= 9
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 19 Sep 2013 09:26:17 +0200
+
libcommons-launcher-java (1.1-7) unstable; urgency=low
* debian/control:
Modified: trunk/libcommons-launcher-java/debian/compat
===================================================================
--- trunk/libcommons-launcher-java/debian/compat 2013-09-19 07:09:49 UTC (rev 17235)
+++ trunk/libcommons-launcher-java/debian/compat 2013-09-19 07:47:03 UTC (rev 17236)
@@ -1 +1 @@
-7
+9
Modified: trunk/libcommons-launcher-java/debian/control
===================================================================
--- trunk/libcommons-launcher-java/debian/control 2013-09-19 07:09:49 UTC (rev 17235)
+++ trunk/libcommons-launcher-java/debian/control 2013-09-19 07:47:03 UTC (rev 17236)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
+Build-Depends: debhelper (>= 9), cdbs, ant, default-jdk
Build-Depends-Indep: libcommons-collections3-java, libcommons-logging-java, junit
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libcommons-launcher-java
@@ -12,7 +12,7 @@
Package: libcommons-launcher-java
Architecture: all
-Depends: libcommons-collections-java, libcommons-logging-java, ${misc:Depends}
+Depends: libcommons-collections3-java, libcommons-logging-java, ${misc:Depends}
Description: Apache Commons Launcher - Cross platform Java application launcher
Commons-launcher eliminates the need for a batch or shell script to
launch a Java class. Some situations where elimination of a batch or
Modified: trunk/libcommons-launcher-java/debian/examples
===================================================================
--- trunk/libcommons-launcher-java/debian/examples 2013-09-19 07:09:49 UTC (rev 17235)
+++ trunk/libcommons-launcher-java/debian/examples 2013-09-19 07:47:03 UTC (rev 17236)
@@ -1,7 +1,2 @@
example
dist/bin
-dist/bin/antRun
-dist/bin/launch-ant.sh
-dist/bin/LauncherBootstrap.class
-dist/bin/launcher.properties
-dist/bin/launcher.xml
More information about the pkg-java-commits
mailing list