[libgetopt-java] 06/32: libgetopt-java (1.0.13-1) unstable; urgency=low

Markus Koschany apo-guest at moszumanska.debian.org
Fri Nov 27 22:12:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository libgetopt-java.

commit f89552884cdb9f323a04e9d4e251c413a3a1f175
Author: Niels Thykier <nthykier at debian.org>
Date:   Sun Sep 20 15:36:03 2009 +0000

    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
---
 debian/changelog | 10 ++++++++++
 debian/control   |  8 ++++++--
 debian/copyright |  2 +-
 debian/rules     |  2 +-
 4 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9fe37ff..3428f79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/control b/debian/control
index 7d8ec91..6aadb67 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,17 @@ Source: libgetopt-java
 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 
diff --git a/debian/copyright b/debian/copyright
index 92ea9cd..25c33e5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,4 +25,4 @@ License:
     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.
diff --git a/debian/rules b/debian/rules
index af40ad5..46692f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgetopt-java.git



More information about the pkg-java-commits mailing list