[Git][clojure-team/ring-headers-clojure][master] 7 commits: Include changelog paragraph from NMU

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



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


Commits:
8fa2cda2 by Andreas Tille at 2025-02-20T13:15:49+01:00
Include changelog paragraph from NMU

- - - - -
fba6931d by Andreas Tille at 2025-02-20T13:20:55+01:00
Fix watch file

- - - - -
9f292d93 by Andreas Tille at 2025-02-20T13:21:33+01:00
d/rules: check DEB_BUILD_OPTIONS against nocheck

- - - - -
eef3140e by Andreas Tille at 2025-02-20T13:21:41+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
11d28566 by Andreas Tille at 2025-02-20T13:21:41+01:00
debhelper-compat 13 (routine-update)

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

- - - - -
354ed0f1 by Andreas Tille at 2025-02-20T13:23:43+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-headers-clojure (0.3.0-2) UNRELEASED; urgency=normal
+ring-headers-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:38 -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:22:35 +0100
+
+ring-headers-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 20:35:29 +0100
 
 ring-headers-clojure (0.3.0-1) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -1,27 +1,25 @@
 Source: ring-headers-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-headers-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-headers-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/ring-headers-clojure.git
 Homepage: https://github.com/ring-clojure/ring-headers
 
 Package: libring-headers-clojure
 Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: Ring middleware for common response headers
  ring-headers is a Ring middleware collection for adding and manipulating


=====================================
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 --verbose clojure -cp $(CURDIR)/$(PRODUCED_JAR):$(CLASSPATH):$(TEST_CLASSPATH))
+endif


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



View it on GitLab: https://salsa.debian.org/clojure-team/ring-headers-clojure/-/compare/979319ce40f72d8f9b18db9656cfe7f10b263315...354ed0f166c3010823c486285c803dff98f8779f

-- 
View it on GitLab: https://salsa.debian.org/clojure-team/ring-headers-clojure/-/compare/979319ce40f72d8f9b18db9656cfe7f10b263315...354ed0f166c3010823c486285c803dff98f8779f
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/40546983/attachment.htm>


More information about the pkg-java-commits mailing list