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

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Feb 20 11:57:22 GMT 2025



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


Commits:
857a4085 by Andreas Tille at 2025-02-20T12:33:49+01:00
Inject changelog paragraph from NMU

- - - - -
63ba3fe0 by Andreas Tille at 2025-02-20T12:35:40+01:00
Fix watch file

- - - - -
b6967dd2 by Andreas Tille at 2025-02-20T12:38:15+01:00
d/rules: check DEB_BUILD_OPTIONS against nocheck

- - - - -
80db5e6b by Andreas Tille at 2025-02-20T12:38:24+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
73519ce2 by Andreas Tille at 2025-02-20T12:38:24+01:00
debhelper-compat 13 (routine-update)

- - - - -
9cb3a768 by Andreas Tille at 2025-02-20T12:44:45+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
01f802aa by Andreas Tille at 2025-02-20T12:46:09+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-defaults-clojure (0.3.1-2) UNRELEASED; urgency=normal
+ring-defaults-clojure (0.3.1-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:54:25 -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 12:44:58 +0100
+
+ring-defaults-clojure (0.3.1-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:38 +0100
 
 ring-defaults-clojure (0.3.1-1) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -1,31 +1,29 @@
 Source: ring-defaults-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-ssl-clojure (>= 0.3.0),
- libring-headers-clojure (>= 0.3.0),
- libring-anti-forgery-clojure (>= 1.1.0),
- libring-mock-clojure (>= 0.3.0),
- libservlet3.1-java,
- default-jdk-headless
-Standards-Version: 4.0.0
-Vcs-Git: https://salsa.debian.org/clojure-team/ring-defaults-clojure.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               javahelper,
+               maven-repo-helper,
+               clojure,
+               libtext-markdown-perl | markdown,
+               libring-core-clojure,
+               libring-ssl-clojure,
+               libring-headers-clojure,
+               libring-anti-forgery-clojure,
+               libring-mock-clojure,
+               libservlet3.1-java,
+               default-jdk-headless
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/clojure-team/ring-defaults-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/ring-defaults-clojure.git
 Homepage: https://github.com/ring-clojure/ring-defaults
 
 Package: libring-defaults-clojure
 Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: Ring middleware that provides sensible defaults
  Knowing what middleware to add to a Ring application, and in what


=====================================
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,3 +1,4 @@
 version=4
-opts=filenamemangle=s!.*/archive/([\d.]+)\.tar\.gz!ring-defaults-$1.tar.gz! \
- https://github.com/ring-clojure/ring-defaults/releases .*/archive/([\d.]+)\.tar\.gz
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+  https://github.com/ring-clojure/ring-defaults/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/clojure-team/ring-defaults-clojure/-/compare/66348fb16ec011510918bb5e6b07c54f44f57f5c...01f802aab44600e7144287e16fb0cb5a5c165f66

-- 
View it on GitLab: https://salsa.debian.org/clojure-team/ring-defaults-clojure/-/compare/66348fb16ec011510918bb5e6b07c54f44f57f5c...01f802aab44600e7144287e16fb0cb5a5c165f66
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/06975242/attachment.htm>


More information about the pkg-java-commits mailing list