[Git][clojure-team/at-at-clojure][master] 7 commits: Build-Depends: s/default-jdk/default-jdk-headless/
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Feb 18 16:38:54 GMT 2025
Andreas Tille pushed to branch master at Debian Clojure Maintainers / at-at-clojure
Commits:
b85bad69 by Andreas Tille at 2025-02-18T17:35:11+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
1e470911 by Andreas Tille at 2025-02-18T17:35:35+01:00
Fix watch file
- - - - -
860eb69e by Andreas Tille at 2025-02-18T17:36:01+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
771e89b9 by Andreas Tille at 2025-02-18T17:36:02+01:00
debhelper-compat 13 (routine-update)
- - - - -
40fa773f by Andreas Tille at 2025-02-18T17:36:30+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
f4255de7 by Andreas Tille at 2025-02-18T17:36:30+01:00
Remove trailing whitespace in debian/control (routine-update)
- - - - -
6aaf8507 by Andreas Tille at 2025-02-18T17:38:33+01:00
Fix specification of urgency in changelog file
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,16 @@
-at-at-clojure (1.2.0-2) UNRELEASED; urgency=normal
+at-at-clojure (1.2.0-2) UNRELEASED; urgency=medium
[ Louis-Philippe Véronneau ]
* d/control: Migrate to the Clojure Team.
+ [ Andreas Tille ]
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+ * Fix watch file
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Remove trailing whitespace in debian/control (routine-update)
+
-- Louis-Philippe Véronneau <pollo at debian.org> Sat, 08 Jan 2022 17:54:21 -0500
at-at-clojure (1.2.0-1) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,26 +1,24 @@
Source: at-at-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 (>= 10),
- javahelper (>= 0.32),
- maven-repo-helper (>= 1.7),
- clojure (>= 1.8),
- libtext-markdown-perl | markdown,
- default-jdk
-Standards-Version: 4.0.0
-Vcs-Git: https://salsa.debian.org/clojure-team/at-at-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/at-at-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/at-at-clojure.git
Homepage: https://github.com/overtone/at-at
Package: libat-at-clojure
Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
Recommends: ${java:Recommends}
Description: simple ahead-of-time function scheduler for Clojure
at-at is a simple head-of-time function scheduler for Clojure. It allows
- scheduling the execution of an anonymous function at a point in the future.
+ scheduling the execution of an anonymous function at a point in the future.
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-https://github.com/overtone/at-at/releases .*/archive/([\d.]+).tar.gz
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/overtone/at-at/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/clojure-team/at-at-clojure/-/compare/c2ea051db33c32fe7d2323e3ac4010723c092910...6aaf8507b782c5d0abec307f27b75040e034f67e
--
View it on GitLab: https://salsa.debian.org/clojure-team/at-at-clojure/-/compare/c2ea051db33c32fe7d2323e3ac4010723c092910...6aaf8507b782c5d0abec307f27b75040e034f67e
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/20250218/aea3cf63/attachment.htm>
More information about the pkg-java-commits
mailing list