Jérôme Charaoui pushed to branch debian/main at Debian Clojure Maintainers / trapperkeeper-clojure
Commits: 23a0e44a by Jérôme Charaoui at 2022-07-10T00:41:15-04:00 d/watch: fix and switch to git mode The release page is not available anymore. - - - - - 4114b4ea by Jérôme Charaoui at 2022-07-10T00:51:25-04:00 d/rules: skip tests on nocheck tag in DEB_BUILD_OPTIONS - - - - - 3178b679 by Jérôme Charaoui at 2022-07-10T00:54:48-04:00 Update d/changelog for release - - - - - 3 changed files: - debian/changelog - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +trapperkeeper-clojure (3.1.0-4) unstable; urgency=medium + + * Team upload. + * d/watch: fix and switch to git mode + * d/rules: skip tests on nocheck tag in DEB_BUILD_OPTIONS + + -- Jérôme Charaoui <[email protected]> Sun, 10 Jul 2022 00:54:21 -0400 + trapperkeeper-clojure (3.1.0-3) unstable; urgency=medium * d/control: New email for the Clojure Team. ===================================== debian/rules ===================================== @@ -22,7 +22,9 @@ override_dh_auto_build: cd target/test && ln -sf $(NAME)-$(DEB_VERSION_UPSTREAM)-test.jar $(NAME)-test.jar override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) lein test +endif override_jh_installlibs: jh_installlibs target/$(NAME).jar ===================================== debian/watch ===================================== @@ -1,3 +1,4 @@ version=4 -opts=filenamemangle=s!.*/archive/(.*)!trapperkeeper-$1! \ - https://github.com/puppetlabs/trapperkeeper/releases .*/archive/([\d.]+)\.tar\.gz +opts="mode=git" \ +https://github.com/puppetlabs/trapperkeeper.git \ +refs/tags/@ANY_VERSION@ View it on GitLab: https://salsa.debian.org/clojure-team/trapperkeeper-clojure/-/compare/dd0192bb43268a6870e063c4ef750547281cf743...3178b6793709fad4673ebfa6961ab2639a05935d -- View it on GitLab: https://salsa.debian.org/clojure-team/trapperkeeper-clojure/-/compare/dd0192bb43268a6870e063c4ef750547281cf743...3178b6793709fad4673ebfa6961ab2639a05935d 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

