[pkg-java] r16131 - in tags/jline: . 1.0-2/debian

Tony Mancill tmancill at alioth.debian.org
Fri Jun 15 04:26:28 UTC 2012


Author: tmancill
Date: 2012-06-15 04:26:28 +0000 (Fri, 15 Jun 2012)
New Revision: 16131

Added:
   tags/jline/1.0-2/
   tags/jline/1.0-2/debian/ant.properties
   tags/jline/1.0-2/debian/changelog
   tags/jline/1.0-2/debian/control
Removed:
   tags/jline/1.0-2/debian/ant.properties
   tags/jline/1.0-2/debian/changelog
   tags/jline/1.0-2/debian/control
Log:
[svn-buildpackage] Tagging jline 1.0-2

Deleted: tags/jline/1.0-2/debian/ant.properties
===================================================================
--- trunk/jline/debian/ant.properties	2012-06-13 18:31:27 UTC (rev 16129)
+++ tags/jline/1.0-2/debian/ant.properties	2012-06-15 04:26:28 UTC (rev 16131)
@@ -1,5 +0,0 @@
-class.dir=build
-source.dir=src/src
-doc.dir=api
-jar.name=jline.jar
-demo-jar.name=jline-demo.jar

Copied: tags/jline/1.0-2/debian/ant.properties (from rev 16130, trunk/jline/debian/ant.properties)
===================================================================
--- tags/jline/1.0-2/debian/ant.properties	                        (rev 0)
+++ tags/jline/1.0-2/debian/ant.properties	2012-06-15 04:26:28 UTC (rev 16131)
@@ -0,0 +1,9 @@
+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

Deleted: tags/jline/1.0-2/debian/changelog
===================================================================
--- trunk/jline/debian/changelog	2012-06-13 18:31:27 UTC (rev 16129)
+++ tags/jline/1.0-2/debian/changelog	2012-06-15 04:26:28 UTC (rev 16131)
@@ -1,135 +0,0 @@
-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 <twerner at debian.org>  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 <twerner at debian.org>  Fri, 14 Aug 2009 18:03:22 +0200
-
-jline (0.9.94-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner <twerner at debian.org>  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 <ludovic.claude at laposte.net>  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 <varun at debian.org>  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 <akumar at ee.iitm.ac.in>  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 <akumar at ee.iitm.ac.in>  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 <akumar at ee.iitm.ac.in>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  Wed,  5 Oct 2005 20:24:25 +0200
-
-jline (0.9.1-1) unstable; urgency=low
-
-  * Initial release (closes: #328575)
-
- -- Peter Eisentraut <petere at debian.org>  Fri, 16 Sep 2005 17:53:35 +0200

Copied: tags/jline/1.0-2/debian/changelog (from rev 16130, trunk/jline/debian/changelog)
===================================================================
--- tags/jline/1.0-2/debian/changelog	                        (rev 0)
+++ tags/jline/1.0-2/debian/changelog	2012-06-15 04:26:28 UTC (rev 16131)
@@ -0,0 +1,144 @@
+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 <tmancill at debian.org>  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 <twerner at debian.org>  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 <twerner at debian.org>  Fri, 14 Aug 2009 18:03:22 +0200
+
+jline (0.9.94-4) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner <twerner at debian.org>  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 <ludovic.claude at laposte.net>  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 <varun at debian.org>  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 <akumar at ee.iitm.ac.in>  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 <akumar at ee.iitm.ac.in>  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 <akumar at ee.iitm.ac.in>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  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 <petere at debian.org>  Wed,  5 Oct 2005 20:24:25 +0200
+
+jline (0.9.1-1) unstable; urgency=low
+
+  * Initial release (closes: #328575)
+
+ -- Peter Eisentraut <petere at debian.org>  Fri, 16 Sep 2005 17:53:35 +0200

Deleted: tags/jline/1.0-2/debian/control
===================================================================
--- trunk/jline/debian/control	2012-06-13 18:31:27 UTC (rev 16129)
+++ tags/jline/1.0-2/debian/control	2012-06-15 04:26:28 UTC (rev 16131)
@@ -1,35 +0,0 @@
-Source: jline
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, Kumar Appaiah <akumar at ee.iitm.ac.in>,
- Torsten Werner <twerner at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), default-jdk, ant
-Build-Depends-Indep: maven-repo-helper, junit, default-jdk-doc
-Standards-Version: 3.8.2
-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.

Copied: tags/jline/1.0-2/debian/control (from rev 16130, trunk/jline/debian/control)
===================================================================
--- tags/jline/1.0-2/debian/control	                        (rev 0)
+++ tags/jline/1.0-2/debian/control	2012-06-15 04:26:28 UTC (rev 16131)
@@ -0,0 +1,36 @@
+Source: jline
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varun at debian.org>
+ , Kumar Appaiah <akumar at ee.iitm.ac.in>
+ , Torsten Werner <twerner at debian.org>
+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.




More information about the pkg-java-commits mailing list