[Git][clojure-team/specter-clojure][master] 9 commits: Build-Depends: s/default-jdk/default-jdk-headless/

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Feb 20 15:08:58 GMT 2025



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


Commits:
2300f391 by Andreas Tille at 2025-02-20T15:54:39+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
70f71cf0 by Andreas Tille at 2025-02-20T15:55:55+01:00
Fix watch file

- - - - -
7c8a2d5a by Andreas Tille at 2025-02-20T15:56:56+01:00
Add comments in case test will be activated

- - - - -
02c0b2af by Andreas Tille at 2025-02-20T15:57:29+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
86964070 by Andreas Tille at 2025-02-20T15:57:29+01:00
debhelper-compat 13 (routine-update)

- - - - -
ea487290 by Andreas Tille at 2025-02-20T15:58:04+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
4d3b8ee3 by Andreas Tille at 2025-02-20T15:58:04+01:00
Remove trailing whitespace in debian/control (routine-update)

- - - - -
5b276771 by Andreas Tille at 2025-02-20T15:58:50+01:00
routine-update: Ready to upload to unstable

- - - - -
0ec965ae by Andreas Tille at 2025-02-20T16:00:38+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 @@
-specter-clojure (1.0.2-2) UNRELEASED; urgency=medium
+specter-clojure (1.0.2-3) 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:44 -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)
+  * Remove trailing whitespace in debian/control (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 20 Feb 2025 15:58:14 +0100
 
 specter-clojure (1.0.2-2.1) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -1,32 +1,30 @@
 Source: specter-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),
- libriddley-clojure,
- libtext-markdown-perl | markdown,
- default-jdk
-Standards-Version: 4.0.0
-Vcs-Git: https://salsa.debian.org/clojure-team/specter-clojure.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               javahelper,
+               maven-repo-helper,
+               clojure,
+               libriddley-clojure,
+               libtext-markdown-perl | markdown,
+               default-jdk-headless
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/clojure-team/specter-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/specter-clojure.git
 Homepage: https://github.com/nathanmarz/specter
 
 Package: libspecter-clojure
 Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: data structure transformation library for Clojure
  Most of Clojure programming involves creating, manipulating, and transforming
  immutable values. However, as soon as your values become more complicated than
  a simple map or list – like a list of maps of maps – transforming these data
- structures becomes extremely cumbersome. 
+ structures becomes extremely cumbersome.
  .
  Specter is a library (for both Clojure and ClojureScript) for doing these
  queries and transformations extremely concisely and elegantly. These kinds of


=====================================
debian/rules
=====================================
@@ -31,5 +31,7 @@ override_jh_clean:
 
 # TODO: missing dependencies
 #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/nathanmarz/specter/releases	.*/archive/([\d.]+)\.tar\.gz
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+  https://github.com/nathanmarz/specter/tags (?:.*?/)?(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/clojure-team/specter-clojure/-/compare/9982a258e3dd5f727db2dbc59ff91e7c270eed92...0ec965ae668a294d839b282cdc0054291540825b

-- 
View it on GitLab: https://salsa.debian.org/clojure-team/specter-clojure/-/compare/9982a258e3dd5f727db2dbc59ff91e7c270eed92...0ec965ae668a294d839b282cdc0054291540825b
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/a87c5d43/attachment.htm>


More information about the pkg-java-commits mailing list