1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
test-check-clojure (1.1.0-2) unstable; urgency=medium
* Team upload.
* d/tests: allow-stderr. (Closes: #1027392)
-- Louis-Philippe Véronneau <pollo@debian.org> Fri, 06 Jan 2023 16:53:06 -0500
test-check-clojure (1.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 1.1.0
* Refresh patches
* Add d/gbp.conf with team defaults
* d/rules: lein clean not needed, add rm -Rf target/
-- Jérôme Charaoui <jerome@riseup.net> Mon, 20 Jun 2022 12:49:40 -0400
test-check-clojure (0.9.0-5) unstable; urgency=medium
* Team upload.
[ Louis-Philippe Véronneau ]
* d/control: New email for the Clojure Team.
* d/rules: simplify java lib install.
* d/patches/0005: use generic '1.10.x' version for clojure.
(Closes: #1011856)
* d/rules: simplify build and generate the pom file using lein.
* d/tests/unittests: rewrite in proper clojure.
* d/control: Standards-Version update to 4.6.1. No changes.
-- Louis-Philippe Véronneau <pollo@debian.org> Sun, 19 Jun 2022 14:51:09 -0400
test-check-clojure (0.9.0-4) unstable; urgency=medium
* Team upload.
* Use current version of jar for clojure. (Closes: #982721)
-- Utkarsh Gupta <utkarsh@debian.org> Sat, 13 Feb 2021 23:41:08 +0530
test-check-clojure (0.9.0-3) unstable; urgency=medium
* Team upload.
* Use pom.xml generated by leiningen instead of upstream's.
* d/rules: simplify and parametrise using dpkg/pkg-info.mk.
* d/control: use dh13.
* d/watch: create.
* d/control: update Standards Versions to 4.5.1. No changes needed.
* d/tests: add autopkgtests.
-- Louis-Philippe Véronneau <pollo@debian.org> Fri, 04 Dec 2020 13:10:07 -0500
test-check-clojure (0.9.0-2) unstable; urgency=medium
* Change debian jar to test.check from test.check (match upstream).
* Rely on the JAVA_HOME from javahelper/java-vars.mk
* Change debian/maven-repo to a single symlink.
* Build and clean the debs via lein.
* Invoke lein with -o for debian/rules tests. Even though we've set
LEIN_OFFLINE, specify -o everywhere to make it obvious, and to be
doubly-sure.
-- Rob Browning <rlb@defaultvalue.org> Wed, 21 Oct 2020 18:57:19 -0500
test-check-clojure (0.9.0-1) unstable; urgency=medium
* Add debian/ for 0.9.0-1.
* Adjust project.clj for offline debian builds.
Add 0004-adjust-project-clj.patch to incorporate the changes. See the
patch header for additional information.
* Adjust debian/rules to support "lein -o test". Ensure lein is
offline, use a build-specific LEIN_HOME, specify a JAVA_HOME, and
maintain a debian/maven-repo symlink. With that, we can run "lein
test" during package builds.
-- Rob Browning <rlb@defaultvalue.org> Sun, 18 Oct 2020 16:49:50 -0500
|