[pkg-java] r17211 - in tags/libcommons-launcher-java: . 1.1-7/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 9 22:02:17 UTC 2013


Author: ebourg-guest
Date: 2013-09-09 22:02:16 +0000 (Mon, 09 Sep 2013)
New Revision: 17211

Added:
   tags/libcommons-launcher-java/1.1-7/
   tags/libcommons-launcher-java/1.1-7/debian/ant.properties
   tags/libcommons-launcher-java/1.1-7/debian/changelog
   tags/libcommons-launcher-java/1.1-7/debian/control
   tags/libcommons-launcher-java/1.1-7/debian/rules
   tags/libcommons-launcher-java/1.1-7/debian/source/
Removed:
   tags/libcommons-launcher-java/1.1-7/debian/ant.properties
   tags/libcommons-launcher-java/1.1-7/debian/changelog
   tags/libcommons-launcher-java/1.1-7/debian/control
   tags/libcommons-launcher-java/1.1-7/debian/rules
Log:
[svn-buildpackage] Tagging libcommons-launcher-java 1.1-7

Deleted: tags/libcommons-launcher-java/1.1-7/debian/ant.properties
===================================================================
--- trunk/libcommons-launcher-java/debian/ant.properties	2013-08-08 07:47:05 UTC (rev 17131)
+++ tags/libcommons-launcher-java/1.1-7/debian/ant.properties	2013-09-09 22:02:16 UTC (rev 17211)
@@ -1,2 +0,0 @@
-build.sysclasspath=only
-junit.jar=/usr/share/java/junit.jar

Copied: tags/libcommons-launcher-java/1.1-7/debian/ant.properties (from rev 17210, trunk/libcommons-launcher-java/debian/ant.properties)
===================================================================
--- tags/libcommons-launcher-java/1.1-7/debian/ant.properties	                        (rev 0)
+++ tags/libcommons-launcher-java/1.1-7/debian/ant.properties	2013-09-09 22:02:16 UTC (rev 17211)
@@ -0,0 +1,4 @@
+build.sysclasspath=only
+junit.jar=/usr/share/java/junit.jar
+ant.build.javac.source=1.6
+ant.build.javac.target=1.6

Deleted: tags/libcommons-launcher-java/1.1-7/debian/changelog
===================================================================
--- trunk/libcommons-launcher-java/debian/changelog	2013-08-08 07:47:05 UTC (rev 17131)
+++ tags/libcommons-launcher-java/1.1-7/debian/changelog	2013-09-09 22:02:16 UTC (rev 17211)
@@ -1,57 +0,0 @@
-libcommons-launcher-java (1.1-6) unstable; urgency=low
-
-  * Team upload.
-  * Remove Arnaud from Uploaders list.
-  * Remove Java runtime Depends.
-
- -- Torsten Werner <twerner at debian.org>  Sun, 07 Aug 2011 09:48:15 +0200
-
-libcommons-launcher-java (1.1-5) unstable; urgency=low
-
-  * Re-introduce Depends on java1-runtime and java2-runtime
-    (Closes: #546902).
-
- -- Michael Koch <konqueror at gmx.de>  Wed, 16 Sep 2009 14:08:22 +0200
-
-libcommons-launcher-java (1.1-4) unstable; urgency=low
-
-  [ Emmanuel Bourg ]
-  * Update of the URLs
-  * Rename Jakarta Commons to Apache Commons
-
-  [ Michael Koch ]
-  * (Build-)Depends on default-jdk
-  * Build-Depends on debhelper >= 7.
-  * Moved ant, cdbs and debhelper to Build-Depends.
-  * Moved package to section 'java'.
-  * Converted debian/copyright to UTF-8.
-  * Added Homepage field.
-  * Removed Wolfgang and added myself to Uploaders.
-  * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch <konqueror at gmx.de>  Tue, 15 Sep 2009 07:49:42 +0200
-
-libcommons-launcher-java (1.1-3) unstable; urgency=low
-
-  * kaffe compiler transition 
-    + Build-Depend only on kaffe
-    + Remove jikes compiler setting in debian/rules
-  * Standards-Version 3.6.2 (no changes)
-  * Bumped debhelper version to fix linda error
-  * Depend on kaffe | java1-runtime | java2-runtime
-  * Added myself to uploaders
-
- -- Wolfgang Baer <WBaer at gmx.de>  Sun, 15 Jan 2006 17:50:15 +0100
-
-libcommons-launcher-java (1.1-2) unstable; urgency=low
-
-  * libant1.6-java to ant transition
-
- -- Arnaud Vandyck <avdyk at debian.org>  Sun, 21 Aug 2005 10:20:37 +0200
-
-libcommons-launcher-java (1.1-1) unstable; urgency=low
-
-  * Initial Release (closes: #308969).
-
- -- Arnaud Vandyck <avdyk at debian.org>  Fri, 13 May 2005 16:59:54 +0200
-

Copied: tags/libcommons-launcher-java/1.1-7/debian/changelog (from rev 17210, trunk/libcommons-launcher-java/debian/changelog)
===================================================================
--- tags/libcommons-launcher-java/1.1-7/debian/changelog	                        (rev 0)
+++ tags/libcommons-launcher-java/1.1-7/debian/changelog	2013-09-09 22:02:16 UTC (rev 17211)
@@ -0,0 +1,73 @@
+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.
+  * Remove Arnaud from Uploaders list.
+  * Remove Java runtime Depends.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 07 Aug 2011 09:48:15 +0200
+
+libcommons-launcher-java (1.1-5) unstable; urgency=low
+
+  * Re-introduce Depends on java1-runtime and java2-runtime
+    (Closes: #546902).
+
+ -- Michael Koch <konqueror at gmx.de>  Wed, 16 Sep 2009 14:08:22 +0200
+
+libcommons-launcher-java (1.1-4) unstable; urgency=low
+
+  [ Emmanuel Bourg ]
+  * Update of the URLs
+  * Rename Jakarta Commons to Apache Commons
+
+  [ Michael Koch ]
+  * (Build-)Depends on default-jdk
+  * Build-Depends on debhelper >= 7.
+  * Moved ant, cdbs and debhelper to Build-Depends.
+  * Moved package to section 'java'.
+  * Converted debian/copyright to UTF-8.
+  * Added Homepage field.
+  * Removed Wolfgang and added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Tue, 15 Sep 2009 07:49:42 +0200
+
+libcommons-launcher-java (1.1-3) unstable; urgency=low
+
+  * kaffe compiler transition 
+    + Build-Depend only on kaffe
+    + Remove jikes compiler setting in debian/rules
+  * Standards-Version 3.6.2 (no changes)
+  * Bumped debhelper version to fix linda error
+  * Depend on kaffe | java1-runtime | java2-runtime
+  * Added myself to uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Sun, 15 Jan 2006 17:50:15 +0100
+
+libcommons-launcher-java (1.1-2) unstable; urgency=low
+
+  * libant1.6-java to ant transition
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Sun, 21 Aug 2005 10:20:37 +0200
+
+libcommons-launcher-java (1.1-1) unstable; urgency=low
+
+  * Initial Release (closes: #308969).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Fri, 13 May 2005 16:59:54 +0200
+

Deleted: tags/libcommons-launcher-java/1.1-7/debian/control
===================================================================
--- trunk/libcommons-launcher-java/debian/control	2013-08-08 07:47:05 UTC (rev 17131)
+++ tags/libcommons-launcher-java/1.1-7/debian/control	2013-09-09 22:02:16 UTC (rev 17211)
@@ -1,40 +0,0 @@
-Source: libcommons-launcher-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
-Build-Depends-Indep: libcommons-collections-java, libcommons-logging-java, junit
-Standards-Version: 3.8.3
-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
- 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 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 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 provide localized error messages which is very tricky
- to do in batch and shell scripts.
- .
- This is a part of the Apache Commons Project.

Copied: tags/libcommons-launcher-java/1.1-7/debian/control (from rev 17210, trunk/libcommons-launcher-java/debian/control)
===================================================================
--- tags/libcommons-launcher-java/1.1-7/debian/control	                        (rev 0)
+++ tags/libcommons-launcher-java/1.1-7/debian/control	2013-09-09 22:02:16 UTC (rev 17211)
@@ -0,0 +1,40 @@
+Source: libcommons-launcher-java
+Section: java
+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-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: 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 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 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 provide localized error messages which is very tricky
+    to do in batch and shell scripts.

Deleted: tags/libcommons-launcher-java/1.1-7/debian/rules
===================================================================
--- trunk/libcommons-launcher-java/debian/rules	2013-08-08 07:47:05 UTC (rev 17131)
+++ tags/libcommons-launcher-java/1.1-7/debian/rules	2013-09-09 22:02:16 UTC (rev 17211)
@@ -1,21 +0,0 @@
-#!/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_ANT_BUILD_TARGET   := dist
-
-LIBRARY := commons-launcher
-VERSION     := 1.1
-
-install/lib${LIBRARY}-java::
-	install -m 644 dist/bin/${LIBRARY}.jar debian/lib${LIBRARY}-java/usr/share/java/${LIBRARY}-${VERSION}.jar
-	echo "/usr/share/java/${LIBRARY}-${VERSION}.jar usr/share/java/${LIBRARY}.jar" > debian/lib${LIBRARY}-java.links

Copied: tags/libcommons-launcher-java/1.1-7/debian/rules (from rev 17210, trunk/libcommons-launcher-java/debian/rules)
===================================================================
--- tags/libcommons-launcher-java/1.1-7/debian/rules	                        (rev 0)
+++ tags/libcommons-launcher-java/1.1-7/debian/rules	2013-09-09 22:02:16 UTC (rev 17211)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# debian/rules for libcommons-launcher-java
+
+include /usr/share/cdbs/1/rules/debhelper.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-collections3.jar #junit.jar
+DEB_ANT_BUILD_TARGET   := dist
+DEB_COMPRESS_EXCLUDE   := .class .xml
+
+LIBRARY := commons-launcher
+VERSION     := 1.1
+
+install/lib${LIBRARY}-java::
+	install -m 644 dist/bin/${LIBRARY}.jar debian/lib${LIBRARY}-java/usr/share/java/${LIBRARY}-${VERSION}.jar
+	echo "/usr/share/java/${LIBRARY}-${VERSION}.jar usr/share/java/${LIBRARY}.jar" > debian/lib${LIBRARY}-java.links




More information about the pkg-java-commits mailing list