[Git][clojure-team/potemkin-clojure][debian/main] Do package java source files and add lintian override, as this is a false positive.
Louis-Philippe Véronneau
gitlab at salsa.debian.org
Thu Dec 3 19:53:20 GMT 2020
Louis-Philippe Véronneau pushed to branch debian/main at Debian Clojure Maintainers / potemkin-clojure
Commits:
d056d978 by Louis-Philippe Véronneau at 2020-12-03T14:16:36-05:00
Do package java source files and add lintian override, as this is a false positive.
- - - - -
3 changed files:
- debian/changelog
- debian/libpotemkin-clojure.lintian-overrides
- debian/patches/0001_Lein_Local.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+potemkin-clojure (0.4.5-2) unstable; urgency=medium
+
+ * Team upload.
+ * Do package java source files and add lintian override, as this is a false
+ positive.
+
+ -- Louis-Philippe Véronneau <pollo at debian.org> Thu, 03 Dec 2020 14:16:08 -0500
+
potemkin-clojure (0.4.5-1) unstable; urgency=medium
* Team upload.
=====================================
debian/libpotemkin-clojure.lintian-overrides
=====================================
@@ -1,2 +1,4 @@
# That's the actual namespace used by upstream
libpotemkin-clojure: repeated-path-segment
+# That's the way Clojure works, those files are needed
+libpotemkin-clojure: jar-contains-source
=====================================
debian/patches/0001_Lein_Local.patch
=====================================
@@ -3,7 +3,7 @@ Index: potemkin-clojure/project.clj
===================================================================
--- potemkin-clojure.orig/project.clj
+++ potemkin-clojure/project.clj
-@@ -1,17 +1,15 @@
+@@ -1,11 +1,9 @@
(defproject potemkin "0.4.5"
:license {:name "MIT License"}
:description "Some useful facades."
@@ -18,9 +18,8 @@ Index: potemkin-clojure/project.clj
:global-vars {*warn-on-reflection* true}
:test-selectors {:default #(not (some #{:benchmark}
(cons (:tag %) (keys %))))
- :benchmark :benchmark
+@@ -13,5 +11,4 @@
:all (constantly true)}
-+ :jar-exclusions [#"\.java"]
:java-source-paths ["src"]
:jvm-opts ^:replace ["-server" "-Xmx4g"]
- :javac-options ["-source" "1.6" "-target" "1.6"]
View it on GitLab: https://salsa.debian.org/clojure-team/potemkin-clojure/-/commit/d056d97805f25df75d5491809f280b4948e8be70
--
View it on GitLab: https://salsa.debian.org/clojure-team/potemkin-clojure/-/commit/d056d97805f25df75d5491809f280b4948e8be70
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/20201203/a235c24c/attachment.html>
More information about the pkg-java-commits
mailing list