[Git][clojure-team/clj-tuple-clojure][master] 9 commits: Fix urgency string

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Feb 18 16:53:42 GMT 2025



Andreas Tille pushed to branch master at Debian Clojure Maintainers / clj-tuple-clojure


Commits:
80002138 by Andreas Tille at 2025-02-18T17:46:01+01:00
Fix urgency string

- - - - -
b0fd9386 by Andreas Tille at 2025-02-18T17:48:03+01:00
Fix watch file

- - - - -
85aa169a by Andreas Tille at 2025-02-18T17:49:27+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
c8463303 by Andreas Tille at 2025-02-18T17:49:55+01:00
Secure URI in d/copyright

- - - - -
d79f3b64 by Andreas Tille at 2025-02-18T17:50:18+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
40fd3662 by Andreas Tille at 2025-02-18T17:50:18+01:00
debhelper-compat 13 (routine-update)

- - - - -
16a91f7c by Andreas Tille at 2025-02-18T17:51:58+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
6ff93cdb by Andreas Tille at 2025-02-18T17:53:08+01:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
0699b2ab by Andreas Tille at 2025-02-18T17:53:27+01:00
Include changelog entry of NMU

- - - - -


5 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,28 @@
-clj-tuple-clojure (0.2.2-3) UNRELEASED; urgency=normal
+clj-tuple-clojure (0.2.2-3) UNRELEASED; urgency=medium
+
+  * Team upload.
 
   [ Louis-Philippe Véronneau ]
   * d/control: Migrate to the Clojure Team.
 
+  [ Andreas Tille ]
+  * Fix watch file
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Secure URI in d/copyright
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Use secure URI in Homepage field.
+
  -- Louis-Philippe Véronneau <pollo at debian.org>  Sat, 08 Jan 2022 17:53:54 -0500
 
+clj-tuple-clojure (0.2.2-2.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 18:49:29 +0100
+
 clj-tuple-clojure (0.2.2-2) unstable; urgency=medium
 
   * Point maven repo links to the correct jar (Closes: #872228)


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


=====================================
debian/control
=====================================
@@ -1,22 +1,23 @@
 Source: clj-tuple-clojure
-Section: java
-Priority: optional
 Maintainer: Debian Clojure Maintainers <team+clojure at tracker.debian.org>
 Uploaders: Apollon Oikonomopoulos <apoikos at debian.org>
-Build-Depends: clojure (>= 1.8),
-               debhelper (>= 10),
-               default-jdk,
-               javahelper (>= 0.43),
+Section: java
+Priority: optional
+Build-Depends: clojure,
+               debhelper-compat (= 13),
+               default-jdk-headless,
+               javahelper,
                libtext-markdown-perl | markdown,
-               maven-repo-helper (>= 1.7)
-Standards-Version: 4.0.0
-Vcs-Git: https://salsa.debian.org/clojure-team/clj-tuple-clojure.git
+               maven-repo-helper
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/clojure-team/clj-tuple-clojure
-Homepage: http://github.com/ztellman/clj-tuple
+Vcs-Git: https://salsa.debian.org/clojure-team/clj-tuple-clojure.git
+Homepage: https://github.com/ztellman/clj-tuple
 
 Package: libclj-tuple-clojure
 Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: efficient implementations for small maps and vectors in Clojure
  clj-tuple provides efficient implementations for small maps and vectors in


=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: clj-tuple
-Source: http://github.com/ztellman/clj-tuple
+Source: https://github.com/ztellman/clj-tuple
 
 Files: *
 Copyright: © 2015 Zachary Tellman


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



View it on GitLab: https://salsa.debian.org/clojure-team/clj-tuple-clojure/-/compare/8b749fd774eb52d72e6a7817c2776f0e7b6dbd61...0699b2ab6e86a54403300d51757e9048e9227c18

-- 
View it on GitLab: https://salsa.debian.org/clojure-team/clj-tuple-clojure/-/compare/8b749fd774eb52d72e6a7817c2776f0e7b6dbd61...0699b2ab6e86a54403300d51757e9048e9227c18
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/49c878f4/attachment.htm>


More information about the pkg-java-commits mailing list