Sudip Mukherjee pushed to branch master at Debian Java Maintainers / libcommons-cli-java
Commits: 2a5d3eca by Sudip Mukherjee at 2020-09-25T12:05:23+01:00 Update Vcs link to salsa Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 23788285 by Sudip Mukherjee at 2020-09-25T12:05:23+01:00 Update Standards-Version to 4.5.0 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 277efb11 by Sudip Mukherjee at 2020-09-25T12:05:23+01:00 Use debhelper-compat and update compat level to 13 Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - d41c211e by Sudip Mukherjee at 2020-09-25T12:05:23+01:00 Add manifest file Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - e8a68e57 by Sudip Mukherjee at 2020-09-25T12:05:23+01:00 Use javahelper for the manifest Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 8191e115 by Sudip Mukherjee at 2020-09-25T12:11:01+01:00 Install Apache notice file Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 9793c4c1 by Sudip Mukherjee at 2020-09-25T12:23:23+01:00 Remove whitespace from d/rules and d/changelog Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - f2e3d68c by Sudip Mukherjee at 2020-09-25T12:24:18+01:00 Add changelog for 1.4-2 release Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/docs - + debian/manifest - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +libcommons-cli-java (1.4-2) unstable; urgency=medium + + * Team upload. + * Update Vcs link to salsa. + * Update Standards-Version to 4.5.0 + * Use debhelper-compat. + - Update compat level to 13. + * Add manifest file. + * Use javahelper for the manifest. + * Install Apache notice file. + * Remove whitespace from d/rules and d/changelog + + -- Sudip Mukherjee <[email protected]> Fri, 25 Sep 2020 12:23:45 +0100 + libcommons-cli-java (1.4-1) unstable; urgency=medium * Upload to unstable @@ -93,7 +107,7 @@ libcommons-cli-java (1.2-1) experimental; urgency=low * Add a Build-Depends-Indep dependency on maven-repo-helper * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository - * Remove MultOption patch as it doesn't apply anymore and seems solved + * Remove MultOption patch as it doesn't apply anymore and seems solved upstream. [ Emmanuel Bourg ] @@ -190,7 +204,7 @@ libcommons-cli-java (1.0-8) unstable; urgency=low * Removed jikes from build-dependencies * Removed Takashi, Ola, Stefan from Uploaders - never uploaded this package * Standards-Version 3.6.2 (no changes) - * Added myself to uploaders + * Added myself to uploaders -- Wolfgang Baer <[email protected]> Fri, 6 Jan 2006 19:25:50 +0100 @@ -250,4 +264,3 @@ libcommons-cli-java (1.0-1) unstable; urgency=low * Initial Release (closes: #217804). -- Arnaud Vandyck <[email protected]> Mon, 27 Oct 2003 15:19:33 +0100 - ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -5,13 +5,14 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Ludovic Claude <[email protected]>, tony mancill <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 13), default-jdk, + javahelper, maven-debian-helper (>= 2.2~), junit4 -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-cli-java.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-cli-java.git +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/java-team/libcommons-cli-java.git +Vcs-Browser: https://salsa.debian.org/java-team/libcommons-cli-java Homepage: http://commons.apache.org/cli/ Package: libcommons-cli-java ===================================== debian/docs ===================================== @@ -1,2 +1,3 @@ README.md RELEASE-NOTES.txt +NOTICE.txt ===================================== debian/manifest ===================================== @@ -0,0 +1,7 @@ +usr/share/java/commons-cli.jar: + Bundle-ManifestVersion: 2 + Bundle-Name: Apache Commons CLI + Bundle-SymbolicName: org.apache.commons.cli + Bundle-Vendor: Apache Software Foundation + Bundle-Version: 1.4 + Export-Package: org.apache.commons.cli ===================================== debian/rules ===================================== @@ -1,8 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with javahelper get-orig-source: -uscan --download-current-version --force-download --rename - View it on GitLab: https://salsa.debian.org/java-team/libcommons-cli-java/-/compare/cbeaa3857d395a89e21bea7d5f938a3c2dd2c415...f2e3d68c0741f6b9b479383dceb5f8a3b5f5174f -- View it on GitLab: https://salsa.debian.org/java-team/libcommons-cli-java/-/compare/cbeaa3857d395a89e21bea7d5f938a3c2dd2c415...f2e3d68c0741f6b9b479383dceb5f8a3b5f5174f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

