debian/0000755000000000000000000000000011766533354007203 5ustar debian/watch0000644000000000000000000000011610676503773010233 0ustar version=3 http://sf.net/jline/jline-([0-9.]+)\.zip debian debian/orig-tar.sh debian/libjline-java-doc.install0000644000000000000000000000004711235310763014032 0ustar api/* usr/share/doc/libjline-java/api debian/rules0000755000000000000000000000115311617300156010246 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := junit DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_BUILD_TARGET := jar javadoc DEB_INSTALL_EXAMPLES_libjline-java-doc = jline-demo.jar binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l src/pom.xml jline.jar clean:: -rm -rf debian/tmp get-orig-source: -uscan --upstream-version 0 debian/libjline-java.poms0000644000000000000000000000001411617300156012570 0ustar src/pom.xml debian/control0000644000000000000000000000277111766533140010606 0ustar Source: jline Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Kumar Appaiah , Torsten Werner Build-Depends: cdbs, debhelper (>= 5), default-jdk, ant Build-Depends-Indep: maven-repo-helper, junit, default-jdk-doc Standards-Version: 3.9.3 Homepage: http://jline.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jline Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jline Package: libjline-java Architecture: all Depends: ${misc:Depends} Suggests: libjline-java-doc Description: Java library for handling console input JLine is a 100% pure Java library for reading and editing console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells will find most of the command editing features of JLine to be familiar. Package: libjline-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: libjline-java, default-jdk-doc Description: Java library for handling console input - documentation JLine is a 100% pure Java library for reading and editing console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells will find most of the command editing features of JLine to be familiar. . This package contains the documentation for JLine. debian/build.xml0000644000000000000000000000301310676503773011022 0ustar debian/maven.rules0000644000000000000000000000003611235310763011350 0ustar junit junit jar s/3\..*/3.x/ debian/orig-tar.exclude0000644000000000000000000000004110676512774012277 0ustar *apidocs* *.jar *.rej *java.orig debian/copyright0000644000000000000000000000334210676512774011142 0ustar This Debian package was created by Peter Eisentraut on Feb 26 2005. The source was downloaded from . Upstream author: Marc Prud'hommeaux Copyright: (c) 2002-2006 Marc Prud'hommeaux , All rights reserved. License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of JLine nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/compat0000644000000000000000000000000210414303335010360 0ustar 5 debian/source/0000755000000000000000000000000011766533354010503 5ustar debian/source/format0000644000000000000000000000001411617300156011674 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000065710676503773011277 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' ZIP=../jline-$2.zip DIR=jline-$2.orig TAR=../jline_$2.orig.tar.gz # clean up the upstream tarball unzip $ZIP mv jline-$2 $DIR GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR $3 $ZIP # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi exit 0 debian/ant.properties0000644000000000000000000000033611766532617012106 0ustar class.dir=build source.dir=src/src doc.dir=api jar.name=jline.jar demo-jar.name=jline-demo.jar # 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 debian/libjline-java-doc.doc-base0000644000000000000000000000076511235310763014050 0ustar Document: jline-manual Title: JLine Manual Author: Marc Prud'hommeaux Abstract: JLine is a 100% pure Java library for reading and editing console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells will find most of the command editing features of JLine to be familiar. Section: Programming Format: HTML Index: /usr/share/doc/libjline-java/api/index.html Files: /usr/share/doc/libjline-java/api/*.html debian/changelog0000644000000000000000000001064311766533075011061 0ustar jline (1.0-2) unstable; urgency=low * Team upload. * Compile Java code with source/target == 1.5. (Closes: #677022) - Thank you to James Page. * Bump Standards-Version to 3.9.3. -- tony mancill Thu, 14 Jun 2012 21:10:05 -0700 jline (1.0-1) unstable; urgency=low * New upstream release (Closes: #525559) * Use upstream's file sr/pom.xml and remove debian/pom.xml. * Remove debian/patches/* because they haven't been used for a long time. * Switch to source format 3.0. * Replace openjdk-6-doc by default-jdk-doc. (Closes: #567276) * Remove Java runtime dependencies. -- Torsten Werner Sat, 06 Aug 2011 19:49:02 +0200 jline (0.9.94-5) unstable; urgency=low * Add myself to Uploaders. * Add missing file debian/libjline-java.poms. -- Torsten Werner Fri, 14 Aug 2009 18:03:22 +0200 jline (0.9.94-4) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 11:38:11 +0200 jline (0.9.94-3) experimental; urgency=low [Ludovic Claude] * Bump Standards-Version to 3.8.2 * Add the Maven POM to the package * Add a Build-Depends-Indep dependency on maven-repo-helper * Add ${misc:Depends} to Depends to clear Lintian warnings * Change doc-base section from Apps/Text to Programming * Move API documentation to /usr/share/doc/libjline-java/api/ [Peter Eisentraut] * Removed myself from Uploaders [Matthias Klose] * (Build-)depend on default-jre/-jdk. -- Ludovic Claude Tue, 21 Jul 2009 23:00:09 +0100 jline (0.9.94-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.7.3 -- Varun Hiremath Fri, 22 Feb 2008 21:58:41 +0530 jline (0.9.93-1) unstable; urgency=low * New upstream release. * debian/control: + Use Vcs-* in place of XS-Vcs-* fields. -- Kumar Appaiah Sun, 25 Nov 2007 18:39:08 +0530 jline (0.9.92-1) unstable; urgency=low * New upstream release. * debian/patches: + Remove remove_import_jmx patch, since upstream no longer imports com.sun.jmx.*. * debian/control: + Remove quilt from Build-Depends. * debian/rules: + No longer call quilt cdbs routines. -- Kumar Appaiah Thu, 27 Sep 2007 06:49:42 +0530 jline (0.9.91-1) unstable; urgency=low [ Varun Hiremath ] * New upstream release * Add debian/build.xml and debian/build.properties - no longer provided by upstream. * debian/control: + Add myself and Kumar Appaiah to Uploaders. + Depend and Build-Depend on java-gcj-compat(-dev) instead of kaffe. + Build-Depends on quilt for patches. + add XS-Vcs-Svn, XS-Vcs-Browser and Homepage headers * debian/rules: + set JAVA_HOME to java-gcj + implement get-orig-source * Add debian/orig-tar.sh and debian/orig-tar.exclude to create orig.tar.gz * Add debian/README.Debian-source * Update debian/watch to call debian/orig-tar.sh * debian/patches: + remove old patches + add remove_import_jmx.diff to comment out import of com.sun.jmx.* class which was not being used. * debian/copyright: make some minor corrections. [ Kumar Appaiah ] * Move build.properties to ant.properties. * Move API documentation to api/ directory. -- Kumar Appaiah Thu, 27 Sep 2007 00:56:45 +0530 jline (0.9.5-3) unstable; urgency=low * Adjusted watch file * Updated standards version * Moved build dependencies to Build-Depends * Simplified rules, requires cdbs >= 0.4.39 -- Peter Eisentraut Sat, 16 Jun 2007 17:38:26 +0200 jline (0.9.5-2) unstable; urgency=low * Fixed doc-base file to point to the right package's directory -- Peter Eisentraut Wed, 19 Apr 2006 00:31:47 +0200 jline (0.9.5-1) unstable; urgency=low * New upstream version * Changed to debhelper level 5 * Simplified rules, requires cdbs >= 0.4.36 -- Peter Eisentraut Mon, 3 Apr 2006 22:16:35 +0200 jline (0.9.1-2) unstable; urgency=low * Converted patches to simple-patchsys * Changed build dependency to ant (closes: #331650) * Changed maintainer to Debian Java Maintainers * Don't install AUTHORS file -- Peter Eisentraut Wed, 5 Oct 2005 20:24:25 +0200 jline (0.9.1-1) unstable; urgency=low * Initial release (closes: #328575) -- Peter Eisentraut Fri, 16 Sep 2005 17:53:35 +0200 debian/README.Debian-source0000644000000000000000000000100310676504376012535 0ustar jline ===== The upstream supplied source package contains binary jar files and pre-built documentation. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh and debian/orig-tar.exclude files. -- Varun Hiremath , Wed, 26 Sep 2007 22:08:52 +0530