Louis-Philippe Véronneau pushed to branch debian/main at Debian Clojure Maintainers / riddley-clojure
Commits: 1dd0a7c0 by Louis-Philippe Véronneau at 2020-12-03T13:52:28-05:00 Fix java warnings. - - - - - 267df516 by Louis-Philippe Véronneau at 2020-12-03T13:52:30-05:00 Add lintian-override for packaged java source files. - - - - - 3 changed files: - debian/changelog - debian/libriddley-clojure.lintian-overrides - debian/patches/0001_Lein_Local.patch Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,8 @@ riddley-clojure (0.2.0-2) unstable; urgency=medium * Team upload. * This package has been moved from the Java to the Clojure Team. + * Fix java warnings. + * Add lintian-override for packaged java source files. -- Louis-Philippe Véronneau <[email protected]> Thu, 03 Dec 2020 10:51:12 -0500 ===================================== debian/libriddley-clojure.lintian-overrides ===================================== @@ -1,2 +1,4 @@ # That's the actual namespace used by upstream libriddley-clojure: repeated-path-segment +# That's the way Clojure works, those files are needed +libriddley-clojure: jar-contains-source ===================================== debian/patches/0001_Lein_Local.patch ===================================== @@ -3,7 +3,7 @@ Index: riddley-clojure/project.clj =================================================================== --- riddley-clojure.orig/project.clj +++ riddley-clojure/project.clj -@@ -3,12 +3,12 @@ +@@ -3,12 +3,11 @@ :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} :dependencies [] @@ -17,5 +17,4 @@ Index: riddley-clojure/project.clj + :profiles {:provided {:dependencies [[org.clojure/clojure "1.10.x"]]}} :java-source-paths ["src/riddley"] - :javac-options ["-target" "1.6" "-source" "1.6"]) -+ :javac-options ["-target" "1.6" "-source" "1.6"] + :local-repo "debian/maven-repo") View it on GitLab: https://salsa.debian.org/clojure-team/riddley-clojure/-/compare/22f7edf56783a78cef09cc6fb8ac96831201af05...267df516f759b8b4f9b59e8d9e48b838c49728fd -- View it on GitLab: https://salsa.debian.org/clojure-team/riddley-clojure/-/compare/22f7edf56783a78cef09cc6fb8ac96831201af05...267df516f759b8b4f9b59e8d9e48b838c49728fd You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

