[Git][clojure-team/trapperkeeper-clojure][debian/main] 3 commits: d/watch: fix and switch to git mode
Jérôme Charaoui (@lavamind)
gitlab at salsa.debian.org
Sun Jul 10 05:57:12 BST 2022
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 <jerome at riseup.net> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220710/72c1f9b8/attachment.htm>
More information about the pkg-java-commits
mailing list