[pkg-java] r10512 - trunk/libgetopt-java/debian

Niels Thykier nthykier-guest at alioth.debian.org
Sun Sep 20 15:36:04 UTC 2009


Author: nthykier-guest
Date: 2009-09-20 15:36:03 +0000 (Sun, 20 Sep 2009)
New Revision: 10512

Modified:
   trunk/libgetopt-java/debian/changelog
   trunk/libgetopt-java/debian/control
   trunk/libgetopt-java/debian/copyright
   trunk/libgetopt-java/debian/rules
Log:
libgetopt-java (1.0.13-1) unstable; urgency=low

  * New upstream release.
  * Lower Depends to default-jre from default-jdk.
  * Made debian/rules determine the upstream version automatically.
  * Corrected LGPL to LGPL-2 in debian/copyright.
  * Added Homepage and Vcs-* fields to debian/control.

 -- Niels Thykier <niels at thykier.net>  Sun, 20 Sep 2009 17:35:24 +0200


Modified: trunk/libgetopt-java/debian/changelog
===================================================================
--- trunk/libgetopt-java/debian/changelog	2009-09-20 14:56:44 UTC (rev 10511)
+++ trunk/libgetopt-java/debian/changelog	2009-09-20 15:36:03 UTC (rev 10512)
@@ -1,3 +1,13 @@
+libgetopt-java (1.0.13-1) unstable; urgency=low
+
+  * New upstream release.
+  * Lower Depends to default-jre from default-jdk.
+  * Made debian/rules determine the upstream version automatically.
+  * Corrected LGPL to LGPL-2 in debian/copyright.
+  * Added Homepage and Vcs-* fields to debian/control.
+
+ -- Niels Thykier <niels at thykier.net>  Sun, 20 Sep 2009 17:35:24 +0200
+
 libgetopt-java (1.0.11-3) unstable; urgency=low
 
   * (Build-)Depends on default-jdk.

Modified: trunk/libgetopt-java/debian/control
===================================================================
--- trunk/libgetopt-java/debian/control	2009-09-20 14:56:44 UTC (rev 10511)
+++ trunk/libgetopt-java/debian/control	2009-09-20 15:36:03 UTC (rev 10512)
@@ -2,13 +2,17 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>,
+ Niels Thykier <niels at thykier.net>
 Build-Depends: debhelper (>= 7), default-jdk
 Standards-Version: 3.8.3
+Homepage: http://www.urbanophile.com/arenn/hacking/download.html
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgetopt-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgetopt-java
 
 Package: libgetopt-java
 Architecture: all
-Depends: default-jdk | java1-runtime | java2-runtime, ${misc:Depends}
+Depends: default-jre | java1-runtime | java2-runtime, ${misc:Depends}
 Description: GNU getopt - Java port
  The GNU Java getopt classes support short and long argument parsing 
  in a manner 100% compatible with the version of GNU getopt in glibc 

Modified: trunk/libgetopt-java/debian/copyright
===================================================================
--- trunk/libgetopt-java/debian/copyright	2009-09-20 14:56:44 UTC (rev 10511)
+++ trunk/libgetopt-java/debian/copyright	2009-09-20 15:36:03 UTC (rev 10512)
@@ -25,4 +25,4 @@
     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
 
 On Debian systems the full text of the GNU Library Public License, can be
-found in the file /usr/share/common-licenses/LGPL.
+found in the file /usr/share/common-licenses/LGPL-2.

Modified: trunk/libgetopt-java/debian/rules
===================================================================
--- trunk/libgetopt-java/debian/rules	2009-09-20 14:56:44 UTC (rev 10511)
+++ trunk/libgetopt-java/debian/rules	2009-09-20 15:36:03 UTC (rev 10512)
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 export LIBRARY=gnu-getopt.jar
-export VERSION=1.0.11
+export VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -f 2 -d " " | sed "s/-[^-]$$//")
 export JAVA_HOME=/usr/lib/jvm/default-java
 export JAVA=$(JAVA_HOME)/bin/java
 export JAR=$(JAVA_HOME)/bin/jar




More information about the pkg-java-commits mailing list