Control: tags 1052583 + pending

Dear maintainer,

I've prepared an NMU for com-hypirion-io-clojure (versioned as 0.3.1-4.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Thank you,
tony

diff -Nru com-hypirion-io-clojure-0.3.1/debian/changelog com-hypirion-io-clojure-0.3.1/debian/changelog
--- com-hypirion-io-clojure-0.3.1/debian/changelog	2021-02-11 01:05:14.000000000 -0800
+++ com-hypirion-io-clojure-0.3.1/debian/changelog	2024-08-13 21:11:04.000000000 -0700
@@ -1,3 +1,17 @@
+com-hypirion-io-clojure (0.3.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Louis-Philippe Véronneau ]
+  * d/control: New email for the Clojure Team.
+
+  [ Vladimir Petko ]
+  * d/rules: use java_compat_level variable provided by java-common to
+    adjust -source/-target level to the minimum required by the default
+    Java (Closes: #1052583).
+
+ -- tony mancill <tmanc...@debian.org>  Tue, 13 Aug 2024 21:11:04 -0700
+
 com-hypirion-io-clojure (0.3.1-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru com-hypirion-io-clojure-0.3.1/debian/control com-hypirion-io-clojure-0.3.1/debian/control
--- com-hypirion-io-clojure-0.3.1/debian/control	2021-02-11 01:03:43.000000000 -0800
+++ com-hypirion-io-clojure-0.3.1/debian/control	2024-08-13 21:11:04.000000000 -0700
@@ -1,7 +1,7 @@
 Source: com-hypirion-io-clojure
 Section: java
 Priority: optional
-Maintainer: Debian Clojure Maintainers <pkg-clojure-maintain...@lists.alioth.debian.org>
+Maintainer: Debian Clojure Maintainers <team+cloj...@tracker.debian.org>
 Uploaders: Tom Marble <tmar...@info9.net>
 Build-Depends:
  javahelper (>= 0.43),
diff -Nru com-hypirion-io-clojure-0.3.1/debian/rules com-hypirion-io-clojure-0.3.1/debian/rules
--- com-hypirion-io-clojure-0.3.1/debian/rules	2021-02-11 01:04:04.000000000 -0800
+++ com-hypirion-io-clojure-0.3.1/debian/rules	2024-08-13 21:11:04.000000000 -0700
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+include /usr/share/java/java_defaults.mk
 
 include /usr/share/javahelper/java-vars.mk
 export JAVA_HOME=/usr/lib/jvm/default-java
@@ -13,7 +14,7 @@
 	dh $@ --with javahelper,jh_maven_repo_helper
 
 override_jh_build:
-	jh_build --javacopts="-target 7 -source 7 -Xlint:-options" $(PRODUCED_JAR) src
+	jh_build --javacopts="-target $(java_compat_level) -source $(java_compat_level) -Xlint:-options" $(PRODUCED_JAR) src
 	mkdir -p $(CURDIR)/meta/$(MAVEN_META)
 	mkdir -p $(CURDIR)/meta/$(LEIN_META)
 	cp $(CURDIR)/project.clj $(CURDIR)/meta/$(LEIN_META)

Reply via email to