diff -Nru cmdreader-1.5/debian/changelog cmdreader-1.5/debian/changelog --- cmdreader-1.5/debian/changelog 2018-03-30 21:51:24.000000000 +0000 +++ cmdreader-1.5/debian/changelog 2022-02-16 16:49:33.000000000 +0000 @@ -1,3 +1,13 @@ +cmdreader (1.5-3) unstable; urgency=medium + + * Team upload. + * Install the Maven artifacts + * Use salsa.debian.org Vcs-* URLs + * Standards-Version updated to 4.6.0.1 + * Switch to debhelper level 13 + + -- Emmanuel Bourg Wed, 16 Feb 2022 17:49:33 +0100 + cmdreader (1.5-2) unstable; urgency=medium * Team upload. diff -Nru cmdreader-1.5/debian/cmdreader.poms cmdreader-1.5/debian/cmdreader.poms --- cmdreader-1.5/debian/cmdreader.poms 1970-01-01 00:00:00.000000000 +0000 +++ cmdreader-1.5/debian/cmdreader.poms 2022-02-16 15:46:49.000000000 +0000 @@ -0,0 +1 @@ +debian/pom.xml --java-lib --artifact=dist/com.zwitserloot.cmdreader.jar diff -Nru cmdreader-1.5/debian/compat cmdreader-1.5/debian/compat --- cmdreader-1.5/debian/compat 2018-03-30 21:34:09.000000000 +0000 +++ cmdreader-1.5/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru cmdreader-1.5/debian/control cmdreader-1.5/debian/control --- cmdreader-1.5/debian/control 2018-03-30 21:49:44.000000000 +0000 +++ cmdreader-1.5/debian/control 2022-02-16 15:41:57.000000000 +0000 @@ -3,21 +3,23 @@ Priority: optional Maintainer: Debian Java Maintainers Uploaders: Komal Sukhani -Build-Depends: debhelper (>= 11), - ant, - ant-optional, - default-jdk, - ivy, - junit4 (>=4.8.12), - libhamcrest-java -Standards-Version: 4.1.3 +Build-Depends: + ant, + ant-optional, + debhelper-compat (= 13), + default-jdk, + ivy, + junit4 (>= 4.8.12), + libhamcrest-java, + maven-repo-helper +Standards-Version: 4.6.0.1 +Vcs-Git: https://salsa.debian.org/java-team/cmdreader.git +Vcs-Browser: https://salsa.debian.org/java-team/cmdreader Homepage: https://github.com/rzwitserloot/com.zwitserloot.cmdreader -Vcs-Git: https://anonscm.debian.org/git/pkg-java/cmdreader.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cmdreader.git Package: cmdreader Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends} Description: Library that parses command line arguments Parses command line arguments. The CmdReader can turn strings like -fmv /foo/bar /bar/baz --color=white *.xyzzy *.cheese diff -Nru cmdreader-1.5/debian/copyright cmdreader-1.5/debian/copyright --- cmdreader-1.5/debian/copyright 2018-03-30 21:34:19.000000000 +0000 +++ cmdreader-1.5/debian/copyright 2022-02-16 14:50:59.000000000 +0000 @@ -42,4 +42,3 @@ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - diff -Nru cmdreader-1.5/debian/install cmdreader-1.5/debian/install --- cmdreader-1.5/debian/install 2018-03-30 21:32:54.000000000 +0000 +++ cmdreader-1.5/debian/install 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -dist/com.zwitserloot.cmdreader-1.5.jar /usr/share/java -dist/com.zwitserloot.cmdreader.jar /usr/share/java - diff -Nru cmdreader-1.5/debian/links cmdreader-1.5/debian/links --- cmdreader-1.5/debian/links 1970-01-01 00:00:00.000000000 +0000 +++ cmdreader-1.5/debian/links 2022-02-16 16:40:42.000000000 +0000 @@ -0,0 +1,2 @@ +/usr/share/java/cmdreader.jar /usr/share/java/com.zwitserloot.cmdreader.jar +/usr/share/java/cmdreader.jar /usr/share/java/com.zwitserloot.cmdreader-1.5.jar diff -Nru cmdreader-1.5/debian/pom.xml cmdreader-1.5/debian/pom.xml --- cmdreader-1.5/debian/pom.xml 1970-01-01 00:00:00.000000000 +0000 +++ cmdreader-1.5/debian/pom.xml 2014-01-22 19:46:15.000000000 +0000 @@ -0,0 +1,32 @@ + + 4.0.0 + com.zwitserloot + cmdreader + jar + 1.5 + CmdReader + http://github.com/rzwitserloot/com.zwitserloot.cmdreader + Define the structure of your command line options as fields in a class, annotate these fields with further metadata about the command line switch, and CmdReader will take care of the rest. Command line parsing for java. + + + + The MIT License + http://projectlombok.org/LICENSE + repo + + + + scm:git:git://github.com/rzwitserloot/com.zwitserloot.cmdreader.git + http://github.com/rzwitserloot/com.zwitserloot.cmdreader + + + + rzwitserloot + Reinier Zwitserloot + reinier@projectlombok.org + +1 + + + + diff -Nru cmdreader-1.5/debian/rules cmdreader-1.5/debian/rules --- cmdreader-1.5/debian/rules 2018-03-30 21:50:08.000000000 +0000 +++ cmdreader-1.5/debian/rules 2022-02-16 15:47:19.000000000 +0000 @@ -4,7 +4,7 @@ %: - dh $@ + dh $@ --with maven-repo-helper override_dh_auto_clean: dh_auto_clean