[Git][clojure-team/tools-trace-clojure][master] 7 commits: Fix urgency
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Feb 19 21:49:33 GMT 2025
Andreas Tille pushed to branch master at Debian Clojure Maintainers / tools-trace-clojure
Commits:
da06fc85 by Andreas Tille at 2025-02-19T22:41:50+01:00
Fix urgency
- - - - -
4c77b586 by Andreas Tille at 2025-02-19T22:43:01+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
e667f239 by Andreas Tille at 2025-02-19T22:44:34+01:00
d/rules: check DEB_BUILD_OPTIONS against nocheck
- - - - -
065e0fb4 by Andreas Tille at 2025-02-19T22:46:22+01:00
Fix watch file
- - - - -
00944d94 by Andreas Tille at 2025-02-19T22:46:35+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
1a016f0f by Andreas Tille at 2025-02-19T22:46:52+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
9247d73a by Andreas Tille at 2025-02-19T22:47:38+01:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,6 @@
-tools-trace-clojure (0.7.9-2) UNRELEASED; urgency=normal
+tools-trace-clojure (0.7.9-2) unstable; urgency=medium
+
+ * Team upload.
[ Louis-Philippe Véronneau ]
* d/control: New email for the Clojure Team.
@@ -9,7 +11,14 @@ tools-trace-clojure (0.7.9-2) UNRELEASED; urgency=normal
* Update Vcs-* headers from URL redirect.
* Use canonical URL in Vcs-Git.
- -- Louis-Philippe Véronneau <pollo at debian.org> Sat, 08 Jan 2022 18:31:54 -0500
+ [ Andreas Tille ]
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+ * d/rules: check DEB_BUILD_OPTIONS against nocheck
+ * Fix watch file
+ * Standards-Version: 4.7.0 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Wed, 19 Feb 2025 22:47:04 +0100
tools-trace-clojure (0.7.9-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,25 +1,23 @@
Source: tools-trace-clojure
-Section: java
-Priority: optional
Maintainer: Debian Clojure Maintainers <team+clojure at tracker.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos at debian.org>
-Build-Depends:
- debhelper-compat (= 13),
- javahelper (>= 0.32),
- maven-repo-helper (>= 1.7),
- clojure (>= 1.8),
- libtext-markdown-perl | markdown,
- default-jdk
-Standards-Version: 3.9.8
-Vcs-Git: https://salsa.debian.org/clojure-team/tools-trace-clojure.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ javahelper,
+ maven-repo-helper,
+ clojure,
+ libtext-markdown-perl | markdown,
+ default-jdk-headless
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/clojure-team/tools-trace-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/tools-trace-clojure.git
Homepage: https://github.com/clojure/tools.trace
Package: libtools-trace-clojure
Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
Recommends: ${java:Recommends}
Description: Clojure tracing facility in Clojure
A Clojure trace tool. Defines tracing macros/fns to help you see what your
=====================================
debian/rules
=====================================
@@ -23,8 +23,10 @@ override_jh_clean:
rm -rf $(CURDIR)/doc/html
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test
(cd src/test && find . -name '*.clj' | xargs clojure -cp)
+endif
%.html:%.md
cat debian/header.html > $@
=====================================
debian/watch
=====================================
@@ -1,2 +1,5 @@
-version=3
-https://github.com/clojure/tools.trace/releases .*-(.*).tar.gz
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/clojure/tools.trace/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+
View it on GitLab: https://salsa.debian.org/clojure-team/tools-trace-clojure/-/compare/174faf2564767daf15524ca0667a4807bf57bc9a...9247d73a5df80bac14098fc75ad1327beb59b93e
--
View it on GitLab: https://salsa.debian.org/clojure-team/tools-trace-clojure/-/compare/174faf2564767daf15524ca0667a4807bf57bc9a...9247d73a5df80bac14098fc75ad1327beb59b93e
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/20250219/91645c5e/attachment.htm>
More information about the pkg-java-commits
mailing list