[pkg-java] r17210 - in trunk/libcommons-launcher-java/debian: . source

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 9 21:16:32 UTC 2013


Author: ebourg-guest
Date: 2013-09-09 21:16:31 +0000 (Mon, 09 Sep 2013)
New Revision: 17210

Added:
   trunk/libcommons-launcher-java/debian/source/
   trunk/libcommons-launcher-java/debian/source/format
Modified:
   trunk/libcommons-launcher-java/debian/ant.properties
   trunk/libcommons-launcher-java/debian/changelog
   trunk/libcommons-launcher-java/debian/control
   trunk/libcommons-launcher-java/debian/rules
Log:
Updated Standards-Version to 3.9.4 (no changes)
Removed Michael Koch from the uploaders  (Closes: #654058)
Reformatted the description of the package
Added the Vcs-* fields
No longer use simple-patchsys.mk
Do not compress the examples
Switched to the source format 3.0 (quilt)
Generate Java 6 compatible bytecode
Transition to libcommons-collections3-java




Modified: trunk/libcommons-launcher-java/debian/ant.properties
===================================================================
--- trunk/libcommons-launcher-java/debian/ant.properties	2013-09-09 20:23:01 UTC (rev 17209)
+++ trunk/libcommons-launcher-java/debian/ant.properties	2013-09-09 21:16:31 UTC (rev 17210)
@@ -1,2 +1,4 @@
 build.sysclasspath=only
 junit.jar=/usr/share/java/junit.jar
+ant.build.javac.source=1.6
+ant.build.javac.target=1.6

Modified: trunk/libcommons-launcher-java/debian/changelog
===================================================================
--- trunk/libcommons-launcher-java/debian/changelog	2013-09-09 20:23:01 UTC (rev 17209)
+++ trunk/libcommons-launcher-java/debian/changelog	2013-09-09 21:16:31 UTC (rev 17210)
@@ -1,3 +1,19 @@
+libcommons-launcher-java (1.1-7) unstable; urgency=low
+
+  * debian/control:
+    - Updated Standards-Version to 3.9.4 (no changes)
+    - Removed Michael Koch from the uploaders  (Closes: #654058)
+    - Reformatted the description of the package 
+    - Added the Vcs-* fields
+  * debian/rules:
+    - No longer use simple-patchsys.mk
+    - Do not compress the examples
+  * Switched to the source format 3.0 (quilt)
+  * Generate Java 6 compatible bytecode
+  * Transition to libcommons-collections3-java
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 09 Sep 2013 23:01:38 +0200
+
 libcommons-launcher-java (1.1-6) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libcommons-launcher-java/debian/control
===================================================================
--- trunk/libcommons-launcher-java/debian/control	2013-09-09 20:23:01 UTC (rev 17209)
+++ trunk/libcommons-launcher-java/debian/control	2013-09-09 21:16:31 UTC (rev 17210)
@@ -2,39 +2,39 @@
 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 (>= 7), cdbs, ant, default-jdk
-Build-Depends-Indep: libcommons-collections-java, libcommons-logging-java, junit
-Standards-Version: 3.8.3
+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
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-launcher-java
 Homepage: http://commons.apache.org/launcher/
 
 Package: libcommons-launcher-java
 Architecture: all
 Depends: libcommons-collections-java, libcommons-logging-java, ${misc:Depends}
-Description: cross platform java application launcher
+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
  shell script may be desirable are:
  .
-    * You want to avoid having to determining where certain application
- paths are e.g. your application's home directory, etc. Determining this
- dynamically in a Windows batch scripts is very tricky on some versions
- of Windows or when softlinks are used on Unix platforms.
+  * You want to avoid having to determining where certain application
+    paths are e.g. your application's home directory, etc. Determining this
+    dynamically in a Windows batch scripts is very tricky on some versions
+    of Windows or when softlinks are used on Unix platforms.
  .
-    * You want to avoid having to handle native file and path separators
- or native path quoting issues.
+  * You want to avoid having to handle native file and path separators
+    or native path quoting issues.
  .
-    * You need to enforce certain system properties
- e.g. java.endorsed.dirs when running with JDK 1.4.
+  * You need to enforce certain system properties
+    e.g. java.endorsed.dirs when running with JDK 1.4.
  .
-    * You want to allow users to pass in custom JVM arguments or system
- properties without having to parse and reorder arguments in your
- script. This can be tricky and/or messy in batch and shell scripts.
+  * You want to allow users to pass in custom JVM arguments or system
+    properties without having to parse and reorder arguments in your
+    script. This can be tricky and/or messy in batch and shell scripts.
  .
-    * You want to bootstrap system properties from a configuration file
- instead hard-coding them in your batch and shell scripts.
+  * You want to bootstrap system properties from a configuration file
+    instead hard-coding them in your batch and shell scripts.
  .
-    * You want to provide localized error messages which is very tricky
- to do in batch and shell scripts.
- .
- This is a part of the Apache Commons Project.
+  * You want to provide localized error messages which is very tricky
+    to do in batch and shell scripts.

Modified: trunk/libcommons-launcher-java/debian/rules
===================================================================
--- trunk/libcommons-launcher-java/debian/rules	2013-09-09 20:23:01 UTC (rev 17209)
+++ trunk/libcommons-launcher-java/debian/rules	2013-09-09 21:16:31 UTC (rev 17210)
@@ -1,17 +1,14 @@
 #!/usr/bin/make -f
 # debian/rules for libcommons-launcher-java
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 
-DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar commons-logging.jar commons-collections.jar #junit.jar
+DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar commons-logging.jar commons-collections3.jar #junit.jar
 DEB_ANT_BUILD_TARGET   := dist
+DEB_COMPRESS_EXCLUDE   := .class .xml
 
 LIBRARY := commons-launcher
 VERSION     := 1.1

Added: trunk/libcommons-launcher-java/debian/source/format
===================================================================
--- trunk/libcommons-launcher-java/debian/source/format	                        (rev 0)
+++ trunk/libcommons-launcher-java/debian/source/format	2013-09-09 21:16:31 UTC (rev 17210)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list