[Git][clojure-team/ring-ssl-clojure][master] 6 commits: * Fix watch file

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Feb 20 12:31:44 GMT 2025



Andreas Tille pushed to branch master at Debian Clojure Maintainers / ring-ssl-clojure


Commits:
ac74e014 by Andreas Tille at 2025-02-20T13:26:35+01:00
* Fix watch file
* Add changelog paragraph of previous NMU

- - - - -
fde7f051 by Andreas Tille at 2025-02-20T13:27:20+01:00
d/rules: check DEB_BUILD_OPTIONS against nocheck

- - - - -
3b403a21 by Andreas Tille at 2025-02-20T13:27:29+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
8241d3c2 by Andreas Tille at 2025-02-20T13:27:29+01:00
debhelper-compat 13 (routine-update)

- - - - -
0a568f1e by Andreas Tille at 2025-02-20T13:28:00+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
72848b5d by Andreas Tille at 2025-02-20T13:29:14+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,25 @@
-ring-ssl-clojure (0.3.0-2) UNRELEASED; urgency=normal
+ring-ssl-clojure (0.3.0-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:56 -0500
+  [ Andreas Tille ]
+  * Fix watch file
+  * d/rules: check DEB_BUILD_OPTIONS against nocheck
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 20 Feb 2025 13:28:09 +0100
+
+ring-ssl-clojure (0.3.0-1.1) unstable; urgency=medium
+
+  * Non maintainer upload by the Reproducible Builds team.
+  * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org>  Wed, 06 Jan 2021 19:43:43 +0100
 
 ring-ssl-clojure (0.3.0-1) unstable; urgency=medium
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -1,27 +1,25 @@
 Source: ring-ssl-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,
- libring-core-clojure (>= 1.6.0),
- libring-mock-clojure (>= 0.3.0),
- default-jdk-headless
-Standards-Version: 4.0.0
-Vcs-Git: https://salsa.debian.org/clojure-team/ring-ssl-clojure.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               javahelper,
+               maven-repo-helper,
+               clojure,
+               libtext-markdown-perl | markdown,
+               libring-core-clojure,
+               libring-mock-clojure,
+               default-jdk-headless
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/clojure-team/ring-ssl-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/ring-ssl-clojure.git
 Homepage: https://github.com/ring-clojure/ring-ssl
 
 Package: libring-ssl-clojure
 Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: Ring middleware for managing HTTPS requests
  This library is a collection of Ring middlewares for managing HTTPS requests.


=====================================
debian/rules
=====================================
@@ -30,6 +30,8 @@ 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):$(TEST_CLASSPATH))
+endif


=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
 version=4
-https://github.com/ring-clojure/ring-ssl/releases	.*/archive/([\d.]+)\.tar\.gz
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+  https://github.com/ring-clojure/ring-ssl/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/clojure-team/ring-ssl-clojure/-/compare/1236730e0a17c7c53c49e61cdf747d35302ff658...72848b5d1cf46eae6f9f0af7c10d3172b154d9cd

-- 
View it on GitLab: https://salsa.debian.org/clojure-team/ring-ssl-clojure/-/compare/1236730e0a17c7c53c49e61cdf747d35302ff658...72848b5d1cf46eae6f9f0af7c10d3172b154d9cd
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/20250220/a8ebd430/attachment.htm>


More information about the pkg-java-commits mailing list