Tony Mancill pushed to branch master at Debian Java Maintainers / apache-directory-jdbm
Commits: 8728abea by tony mancill at 2023-01-31T19:44:09-08:00 Add build-dep on liblog4j1.2-java (Closes: #1028772) - - - - - 100d3391 by tony mancill at 2023-01-31T19:47:15-08:00 Freshen years in debian/copyright - - - - - ac6fd3d7 by tony mancill at 2023-01-31T19:47:33-08:00 Remove get-orig-source target from debian/rules - - - - - d4fc51bd by tony mancill at 2023-01-31T19:53:02-08:00 Update Vcs URLs to point to Salsa - - - - - 1bc1f72a by tony mancill at 2023-01-31T19:53:17-08:00 Set Rules-Requires-Root: no in debian/control - - - - - 81917243 by tony mancill at 2023-01-31T19:53:33-08:00 Bump Standards-Version to 4.6.2 - - - - - fa98b1dd by tony mancill at 2023-01-31T19:54:02-08:00 Use debhelper-compat 13 - - - - - ef43a8c1 by tony mancill at 2023-01-31T19:55:16-08:00 Prepare changelog for upload - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +apache-directory-jdbm (2.0.0~M2-3) unstable; urgency=medium + + * Team upload. + * Add build-dep on liblog4j1.2-java (Closes: #1028772) + * Freshen years in debian/copyright + * Remove get-orig-source target from debian/rules + * Update Vcs URLs to point to Salsa + * Set Rules-Requires-Root: no in debian/control + * Bump Standards-Version to 4.6.2 + * Use debhelper-compat 13 + + -- tony mancill <[email protected]> Tue, 31 Jan 2023 19:54:53 -0800 + apache-directory-jdbm (2.0.0~M2-2) unstable; urgency=medium [ Hans Joachim Desserud ] ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,16 +3,18 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 13), default-jdk, junit4, + liblog4j1.2-java, libmaven-bundle-plugin-java, libslf4j-java, maven-debian-helper (>= 2.2) -Standards-Version: 4.0.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/apache-directory-jdbm.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/apache-directory-jdbm.git +Standards-Version: 4.6.2 +Vcs-Git: https://salsa.debian.org/java-team/apache-directory-jdbm.git +Vcs-Browser: https://salsa.debian.org/java-team/apache-directory-jdbm Homepage: http://directory.apache.org/jdbm +Rules-Requires-Root: no Package: libapache-directory-jdbm-java Architecture: all ===================================== debian/copyright ===================================== @@ -30,7 +30,9 @@ Copyright: 2012-2013, The Apache Software Foundation License: Apache-2.0 Files: debian/* -Copyright: 2015-2017, Emmanuel Bourg <[email protected]> +Copyright: 2015-2023, Emmanuel Bourg <[email protected]> + 2017, Hans Joachim Desserud + 2023, tony mancill <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/rules ===================================== @@ -6,6 +6,3 @@ override_dh_auto_clean: dh_auto_clean find . -name MANIFEST.MF | xargs -r rm - -get-orig-source: - uscan --download-current-version --force-download --no-symlink View it on GitLab: https://salsa.debian.org/java-team/apache-directory-jdbm/-/compare/094bb9f196ebd5289af0c09f80238474a7533749...ef43a8c1b111db1fee4d95c52d1618727ec36249 -- View it on GitLab: https://salsa.debian.org/java-team/apache-directory-jdbm/-/compare/094bb9f196ebd5289af0c09f80238474a7533749...ef43a8c1b111db1fee4d95c52d1618727ec36249 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

