diff -Nru jargs-1.0.0/debian/changelog jargs-1.0.0/debian/changelog --- jargs-1.0.0/debian/changelog 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/changelog 2020-07-02 09:58:38.000000000 +0000 @@ -1,3 +1,14 @@ +jargs (1.0.0-5) unstable; urgency=medium + + * Team upload. + * Build with the DH sequencer instead of CDBS + * Removed the -doc package + * Use salsa.debian.org Vcs-* URLs + * Standards-Version updated to 4.5.0 + * Switch to debhelper level 13 + + -- Emmanuel Bourg Thu, 02 Jul 2020 11:58:38 +0200 + jargs (1.0.0-4) unstable; urgency=medium * Team upload. diff -Nru jargs-1.0.0/debian/compat jargs-1.0.0/debian/compat --- jargs-1.0.0/debian/compat 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru jargs-1.0.0/debian/control jargs-1.0.0/debian/control --- jargs-1.0.0/debian/control 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/control 2020-07-02 09:57:42.000000000 +0000 @@ -3,32 +3,21 @@ Priority: optional Maintainer: Debian Java Maintainers Uploaders: Dominik Smatana -Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, javahelper (>= 0.32~) -Build-Depends-Indep: junit, default-jdk-doc, maven-repo-helper -Standards-Version: 3.9.5 +Build-Depends: + ant, + debhelper-compat (= 13), + default-jdk, + junit, + maven-repo-helper +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/java-team/jargs.git +Vcs-Browser: https://salsa.debian.org/java-team/jargs Homepage: http://jargs.sourceforge.net/ -Vcs-Git: git://anonscm.debian.org/pkg-java/jargs.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jargs.git Package: libjargs-java Architecture: all -Depends: ${misc:Depends}, ${java:Depends} -Recommends: ${java:Recommends} -Suggests: libjargs-java-doc +Depends: ${misc:Depends} Description: Command-line argument parsing for Java jargs provides a convenient, compact, pre-packaged and comprehensively documented suite of command line option parsers for the use of Java programmers. - -Package: libjargs-java-doc -Section: doc -Architecture: all -Depends: ${misc:Depends}, ${java:Depends} -Recommends: ${java:Recommends} -Suggests: libjargs-java -Description: Command-line argument parsing for Java - documentation - jargs provides a convenient, compact, pre-packaged and - comprehensively documented suite of command line option - parsers for the use of Java programmers. - . - This package includes the documentation. diff -Nru jargs-1.0.0/debian/dirs jargs-1.0.0/debian/dirs --- jargs-1.0.0/debian/dirs 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/share/java diff -Nru jargs-1.0.0/debian/libjargs-java-doc.doc-base jargs-1.0.0/debian/libjargs-java-doc.doc-base --- jargs-1.0.0/debian/libjargs-java-doc.doc-base 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/libjargs-java-doc.doc-base 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -Document: libjargs-java-doc -Title: Programmer API for JArgs -Author: Steve Purcell, Ewan Mellor, and others. -Abstract: This is the programmer API of JArgs, a suite of - command line option parsers for Java. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libjargs-java-doc/api/index.html -Files: /usr/share/doc/libjargs-java-doc/api/*.html diff -Nru jargs-1.0.0/debian/libjargs-java-doc.docs jargs-1.0.0/debian/libjargs-java-doc.docs --- jargs-1.0.0/debian/libjargs-java-doc.docs 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/libjargs-java-doc.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -README -TODO -doc/api diff -Nru jargs-1.0.0/debian/libjargs-java.poms jargs-1.0.0/debian/libjargs-java.poms --- jargs-1.0.0/debian/libjargs-java.poms 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/libjargs-java.poms 2020-07-02 09:57:42.000000000 +0000 @@ -25,4 +25,4 @@ # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -debian/pom.xml --has-package-version +debian/pom.xml --has-package-version --java-lib --artifact=lib/jargs.jar diff -Nru jargs-1.0.0/debian/patches/link-javadoc.patch jargs-1.0.0/debian/patches/link-javadoc.patch --- jargs-1.0.0/debian/patches/link-javadoc.patch 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/patches/link-javadoc.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -Description: Links javadoc to the system javadoc. -Author: Niels Thykier - -diff --git a/build.xml.org b/build.xml -index c6bc60e..9ebe523 100644 ---- a/build.xml.org -+++ b/build.xml -@@ -87,6 +87,7 @@ Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Micha - footer="${javadoc.header}" - bottom="${javadoc.bottom}"> - -+ - - - diff -Nru jargs-1.0.0/debian/patches/series jargs-1.0.0/debian/patches/series --- jargs-1.0.0/debian/patches/series 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -link-javadoc.patch diff -Nru jargs-1.0.0/debian/rules jargs-1.0.0/debian/rules --- jargs-1.0.0/debian/rules 2014-03-01 06:04:19.000000000 +0000 +++ jargs-1.0.0/debian/rules 2020-07-02 09:57:42.000000000 +0000 @@ -1,29 +1,4 @@ #!/usr/bin/make -f -# debian/rules file for jargs (uses cdbs) -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/javahelper.mk -include /usr/share/cdbs/1/class/ant.mk - -export VERSION = $(DEB_UPSTREAM_VERSION) - -# special hack for fake 1.0.0 -ifeq ($(VERSION),1.0.0) -VERSION=1.0 -endif - -JAVA_HOME := /usr/lib/jvm/default-java/ -ANT_HOME := /usr/share/ant - -DEB_ANT_BUILDFILE := build.xml -DEB_ANT_BUILD_TARGET := build - -install/libjargs-java:: - jh_installlibs -p$(cdbs_curpkg) --upstream-version=$(DEB_UPSTREAM_VERSION) lib/jargs.jar - -binary-post-install/libjargs-java:: - mh_installpoms -plibjargs-java - mh_installjar -plibjargs-java -l debian/pom.xml lib/jargs.jar - -clean:: - mh_clean +%: + dh $@ --with maven-repo-helper