[Git][clojure-team/hiccup-clojure][master] 8 commits: Build-Depends: s/default-jdk/default-jdk-headless/
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Feb 19 20:46:19 GMT 2025
Andreas Tille pushed to branch master at Debian Clojure Maintainers / hiccup-clojure
Commits:
e82f1d32 by Andreas Tille at 2025-02-19T21:35:08+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
9383ab14 by Andreas Tille at 2025-02-19T21:35:24+01:00
Fix urgency
- - - - -
c2e7b74c by Andreas Tille at 2025-02-19T21:36:23+01:00
Fix watch file
- - - - -
c6210c91 by Andreas Tille at 2025-02-19T21:36:51+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
3878618b by Andreas Tille at 2025-02-19T21:36:51+01:00
debhelper-compat 13 (routine-update)
- - - - -
48589a4e by Andreas Tille at 2025-02-19T21:37:29+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
3fa4fb72 by Andreas Tille at 2025-02-19T21:41:51+01:00
d/rules: check DEB_BUILD_OPTIONS against nocheck
- - - - -
002dee6f by Andreas Tille at 2025-02-19T21:43:11+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,19 @@
-hiccup-clojure (1.0.5-2) UNRELEASED; urgency=normal
+hiccup-clojure (1.0.5-2) unstable; urgency=medium
+
+ * Team upload.
[ Louis-Philippe Véronneau ]
* d/control: Migrate to the Clojure Team.
- -- Louis-Philippe Véronneau <pollo at debian.org> Sat, 08 Jan 2022 17:53:50 -0500
+ [ 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)
+ * d/rules: check DEB_BUILD_OPTIONS against nocheck
+
+ -- Andreas Tille <tille at debian.org> Wed, 19 Feb 2025 21:42:08 +0100
hiccup-clojure (1.0.5-1) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,25 +1,23 @@
Source: hiccup-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/hiccup-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/hiccup-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/hiccup-clojure.git
Homepage: https://github.com/weavejester/hiccup
Package: libhiccup-clojure
Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
Recommends: ${java:Recommends}
Description: fast library for rendering HTML in Clojure
Hiccup is a library for representing HTML in Clojure. It uses vectors to
=====================================
debian/rules
=====================================
@@ -29,5 +29,7 @@ override_jh_clean:
cat debian/footer.html >> $@
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test
(cd test && find . -name "*.clj" | xargs clojure -cp $(CURDIR)/$(PRODUCED_JAR):$(CLASSPATH))
+endif
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
version=4
-https://github.com/weavejester/hiccup/releases .*/archive/([\d.]+)\.tar\.gz
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/weavejester/hiccup/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/clojure-team/hiccup-clojure/-/compare/733c1c5c8e149924c0692145f51268c0995be028...002dee6fa131a6f089d2ba09720ccc20022e6cea
--
View it on GitLab: https://salsa.debian.org/clojure-team/hiccup-clojure/-/compare/733c1c5c8e149924c0692145f51268c0995be028...002dee6fa131a6f089d2ba09720ccc20022e6cea
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/88579945/attachment.htm>
More information about the pkg-java-commits
mailing list