[Git][java-team/args4j][master] 9 commits: Wrap and sort

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Mon Dec 5 23:20:24 GMT 2022



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / args4j


Commits:
fe20e5e6 by Emmanuel Bourg at 2021-02-22T15:45:20+01:00
Wrap and sort

- - - - -
03256f88 by Emmanuel Bourg at 2021-02-22T15:46:00+01:00
Standards-Version updated to 4.5.1

- - - - -
c673ec05 by Emmanuel Bourg at 2021-02-22T15:46:10+01:00
Switch to debhelper level 13

- - - - -
88e70c62 by Emmanuel Bourg at 2021-02-22T15:46:17+01:00
Use salsa.debian.org Vcs-* URLs

- - - - -
961a8ecc by Emmanuel Bourg at 2021-02-22T15:48:02+01:00
Removed debian/orig-tar.sh

- - - - -
f5ace43c by Emmanuel Bourg at 2022-12-06T00:16:55+01:00
Removed the -java-doc package

- - - - -
b8aa54ed by Emmanuel Bourg at 2022-12-06T00:17:50+01:00
Standards-Version updated to 4.6.1

- - - - -
5ecc106e by Emmanuel Bourg at 2022-12-06T00:19:09+01:00
Fixed the watch file

- - - - -
71d32f1d by Emmanuel Bourg at 2022-12-06T00:19:58+01:00
Upload to unstable

- - - - -


9 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libargs4j-java-doc.doc-base.api
- − debian/libargs4j-java-doc.install
- − debian/orig-tar.sh
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+args4j (2.33-2) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the -java-doc package
+  * Standards-Version updated to 4.6.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+  * Removed debian/orig-tar.sh
+  * Fixed the watch file
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 06 Dec 2022 00:19:50 +0100
+
 args4j (2.33-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -3,16 +3,17 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: James Page <james.page at ubuntu.com>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper
-Build-Depends-Indep: default-jdk-doc,
-                     junit4,
-                     libmaven-javadoc-plugin-java,
-                     libmaven-bundle-plugin-java,
-                     libmaven-shade-plugin-java,
-                     libmockito-java
-Standards-Version: 3.9.7
-Vcs-Git: git://anonscm.debian.org/pkg-java/args4j.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/args4j.git
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ junit4,
+ libmaven-bundle-plugin-java,
+ libmaven-shade-plugin-java,
+ libmockito-java,
+ maven-debian-helper
+Standards-Version: 4.6.1
+Vcs-Git: https://salsa.debian.org/java-team/args4j.git
+Vcs-Browser: https://salsa.debian.org/java-team/args4j
 Homepage: http://args4j.kohsuke.org
 
 Package: libargs4j-java
@@ -23,15 +24,3 @@ Breaks: libjenkins-remoting-java (<= 2.23-1)
 Description: Java command line arguments parser
  args4j is a small Java class library that makes it easy to parse
  command line options/arguments in your CUI application.
-
-Package: libargs4j-java-doc
-Architecture: all
-Section: doc
-Depends: ant-doc, default-jdk-doc, ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libargs4j-java
-Description: Documentation for Java command line arguments parser
- args4j is a small Java class library that makes it easy to parse
- command line options/arguments in your CUI application.
- .
- This package provides the API documentation for libargs4j-java.


=====================================
debian/copyright
=====================================
@@ -2,6 +2,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: args4j
 Upstream-Contact: Kohsuke Kawaguchi
 Source: https://github.com/kohsuke/args4j
+Files-Excluded: *.jar
+                *.zip
+                *.settings
+                *.classpath
+                *.project
 
 Files: *
 Copyright: 2003-2015, Kohsuke Kawaguchi <kk at kohsuke.org>


=====================================
debian/libargs4j-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libargs4j-java
-Title: API Javadoc for args4j parent
-Author: Kohsuke Kawaguchi 
-Abstract: This is the API Javadoc provided for the
- libargs4j-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libargs4j-java/api/index.html
-Files: /usr/share/doc/libargs4j-java/api/*


=====================================
debian/libargs4j-java-doc.install deleted
=====================================
@@ -1,2 +0,0 @@
-
-target/site/apidocs/* usr/share/doc/libargs4j-java/api


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,17 +0,0 @@
-#!/bin/sh
-set -e
-
-VERSION=$2
-DIR=args4j-args4j-site-${VERSION}
-TAR=../args4j_${VERSION}.orig.tar.xz
-
-tar -xf $3
-rm $3
-XZ_OPT=--best tar -c -v -J -f $TAR \
-    --exclude '*.jar' \
-    --exclude '*.zip' \
-    --exclude '*.settings' \
-    --exclude '*.classpath' \
-    --exclude '*.project' \
-    $DIR
-rm -Rf $DIR


=====================================
debian/rules
=====================================
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
-export JAVA_HOME = /usr/lib/jvm/default-java
-
 %:
-	dh $@ --buildsystem=maven
-
-get-orig-source:
-	uscan --download-current-version --force-download --rename
+	dh $@


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-https://github.com/kohsuke/args4j/releases .*/args4j(?:-site)?-(.*).tar.gz debian debian/orig-tar.sh
+https://github.com/kohsuke/args4j/tags .*/args4j(?:-site)?-(.*).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/args4j/-/compare/541c26d20404fc6f57c20114c76c41f1d7044c9a...71d32f1d94bfc5ddd7eeb9efe35bf1afa84f76f8

-- 
View it on GitLab: https://salsa.debian.org/java-team/args4j/-/compare/541c26d20404fc6f57c20114c76c41f1d7044c9a...71d32f1d94bfc5ddd7eeb9efe35bf1afa84f76f8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20221205/1ec39ed3/attachment.htm>


More information about the pkg-java-commits mailing list