debian/0000775000000000000000000000000012216526417007176 5ustar debian/dirs0000664000000000000000000000001712200654171010050 0ustar usr/share/java debian/examples0000664000000000000000000000002112216525002010715 0ustar example dist/bin debian/changelog0000664000000000000000000000506312216525131011044 0ustar 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 Thu, 19 Sep 2013 09:26:17 +0200 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 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 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 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 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 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 Sun, 21 Aug 2005 10:20:37 +0200 libcommons-launcher-java (1.1-1) unstable; urgency=low * Initial Release (closes: #308969). -- Arnaud Vandyck Fri, 13 May 2005 16:59:54 +0200 debian/docs0000664000000000000000000000005412200654171010040 0ustar dist/NOTICE.txt dist/README.txt dist/docs/* debian/source/0000775000000000000000000000000012213342424010465 5ustar debian/source/format0000664000000000000000000000001412213342424011673 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000105512200654171011122 0ustar This package was debianized by Arnaud Vandyck on Fri, 13 May 2005 17:01:26 +0100. It was downloaded from http://commons.apache.org/launcher Upstream Authors: Patrick Luby, Costin Manolache, Remy Maucherat, Jean-Frederic Clere, Dirk Verbeeck, Alban Peignier Copyright: © 2002-2008 The Apache Software Foundation License: Apache 2.0 On Debian systems the full text of the Apache License can be found in `/usr/share/common-licenses/Apache-2.0'. debian/watch0000664000000000000000000000015712200654171010222 0ustar version=2 http://www.apache.org/dist/commons/launcher/source/commons-launcher-(.*)-src\.tar\.gz debian uupdate debian/rules0000775000000000000000000000122212213433254010244 0ustar #!/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 debian/compat0000664000000000000000000000000212216517270010371 0ustar 9 debian/control0000664000000000000000000000357212216517257010612 0ustar Source: libcommons-launcher-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg 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 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-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 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. debian/ant.properties0000664000000000000000000000016212213432403012061 0ustar build.sysclasspath=only junit.jar=/usr/share/java/junit.jar ant.build.javac.source=1.6 ant.build.javac.target=1.6 debian/libcommons-launcher-java.links0000664000000000000000000000011512216525015015106 0ustar /usr/share/java/commons-launcher-1.1.jar usr/share/java/commons-launcher.jar