clojure (1.11.1-2) unstable; urgency=medium

  * Change the symlinked maven artifact for libclojure-java from 1.11.x to
    1.x, to minimise future breakage in the clojure ecosystem.
  * d/tests: mark autopkgtest as superficial.
  * d/rules: add temporary 1.10.x maven target, to ease the migration to the
    new 1.x without causing breakage.

 -- Louis-Philippe Véronneau <pollo@debian.org>  Wed, 14 Dec 2022 11:44:21 -0500

clojure (1.11.1-1) unstable; urgency=medium

  * Upgrade to 1.11.1.
  * debian/gbp.conf: set debian-branch to main as overall default.

 -- Rob Browning <rlb@defaultvalue.org>  Sat, 10 Dec 2022 13:45:22 -0600

clojure (1.10.3-2) unstable; urgency=medium

  * d/control: remove optional dependencies on openjdk11.
  * d/control: add myself in the Uploaders list.
  * d/control: use debhelper-compat and update to version 13.
  * d/rules: simplify by using execute_after instead of override.
  * d/copyright: fix insecure URI.
  * d/control: Add Rules-Requires-Root.

 -- Louis-Philippe Véronneau <pollo@debian.org>  Sat, 12 Nov 2022 15:01:40 -0500

clojure (1.10.3-1) unstable; urgency=medium

  [ Louis-Philippe Véronneau ]
  * d/control: New email for the Clojure Team.

  [ Elana Hashman ]
  * New upstream release 1.10.3.
  * Remove deprecated get-orig-source build target, comply with 4.6.1.

 -- Elana Hashman <ehashman@debian.org>  Sat, 14 May 2022 13:27:27 -0700

clojure (1.10.2-1) unstable; urgency=medium

  * New upstream release.
  * Policy version bump.
  * Bump dep versions.

 -- Elana Hashman <ehashman@debian.org>  Wed, 03 Feb 2021 00:22:51 -0500

clojure (1.10.1-1) unstable; urgency=medium

  * New upstream release.
  * Assert compliance with new policy. Trust the policy. Obey the
    policy.

 -- Elana Hashman <ehashman@debian.org>  Sun, 01 Dec 2019 20:03:03 -0500

clojure (1.10.0-1) unstable; urgency=medium

  * New upstream release.
  * Disable dh_strip_nondeterminism which is killing performance.

 -- Elana Hashman <ehashman@debian.org>  Sun, 10 Feb 2019 22:39:29 -0500

clojure (1.9.0-6) unstable; urgency=medium

  * Patch for compatibility with JDK 11 (Closes: #912261)
  * Hack for jh_classpath which seems to have stopped working.

 -- Elana Hashman <ehashman@debian.org>  Sat, 17 Nov 2018 11:57:38 -0500

clojure (1.9.0-5) unstable; urgency=medium

  * Fix alternatives management when clojure alternatives group doesn't
    exist. (Closes: #902445)
  * Assert compliance with the new Standards-Version. Obey.
  * Update team email to the Clojure team's, matching the Salsa link.

 -- Elana Hashman <ehashman@debian.org>  Sat, 04 Aug 2018 16:21:54 -0400

clojure (1.9.0-4) unstable; urgency=medium

  * Actually fix Vcs-* links (Clojure team maintains this project).

 -- Elana Hashman <ehashman@debian.org>  Sun, 24 Jun 2018 19:56:18 -0400

clojure (1.9.0-3) unstable; urgency=medium

  * Fix clojure.jar conflict in /usr/share/java that's causing upgrade
    issues.
  * Update the versions we break to reflect that alternatives is
    properly managing /usr/share/java/clojure.jar now.
  * Update Vcs links and Standards-Version.

 -- Elana Hashman <ehashman@debian.org>  Sun, 24 Jun 2018 19:00:21 -0400

clojure (1.9.0-2) unstable; urgency=medium

  * Add missing libclojure-java dependencies.
  * Actually use javahelper to set classpath.

 -- Elana Hashman <ehashman@debian.org>  Tue, 27 Feb 2018 18:27:02 -0500

clojure (1.9.0-1) unstable; urgency=medium

  [ Elana Hashman ]
  * New upstream version. (Closes: #886565)
  * Updated clojure.jar's classpath
  * Updated clojure wrapper scripts with correct classpath
  * Add versioned dependency on libclojure-java (Closes: #887409)

  [ Emmanuel Bourg ]
  * Switch to debhelper level 11
  * Actually made things build

 -- Elana Hashman <ehashman@debian.org>  Tue, 27 Feb 2018 15:28:29 -0500

clojure (1.9.0~alpha15-2) unstable; urgency=medium

  * Package breaks libclojure1.8-java (Closes: #891178)

 -- Elana Hashman <ehashman@debian.org>  Thu, 22 Feb 2018 21:48:26 -0500

clojure (1.9.0~alpha15-1) unstable; urgency=medium

  * Add myself to Uploaders.
  * New upstream release.
  * Update Standards-Version to 4.1.3.
  * Remove vestigial debian/clean and {header,footer}.html files related
    to changes.html gen.
  * Remove Daigo from Uploaders (Closes: #863762).

 -- Elana Hashman <ehashman@debian.org>  Mon, 15 Jan 2018 13:58:56 -0500

clojure (1.8.0-3) unstable; urgency=medium

  * debian/rules: specify bash as the SHELL.
  * debian/rules: remove vestigial SOURCE and VER computation.
  * debian/rules: don't convert changes.md to changes.html.  Markdown
    should be fine for now, and prevous generation code was slightly
    broken (TITLE sed was blocking on stdin because $< was undefined
    there).

 -- Rob Browning <rlb@trouble.defaultvalue.org>  Sun, 01 Oct 2017 16:48:27 -0500

clojure (1.8.0-2) unstable; urgency=medium

  * Team upload.
  * Added Breaks/Replaces clojure (<< 1.8) to libclojure-java (Closes: #850774)

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 10 Jan 2017 09:45:44 +0100

clojure (1.8.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Renamed the package to clojure
    - Increased the priority of the alternatives
    - Updated the man pages
  * Moved the library to its own libclojure-java package
  * No longer use the system ASM to avoid runtime conflicts
  * Simplified the usage instructions for the command line tool

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 22 Dec 2016 17:26:55 +0100

clojure1.6 (1.6.0+dfsg-4) unstable; urgency=medium

  * Team upload.
  * Fixed the installation of the man pages

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 22 Dec 2016 16:40:29 +0100

clojure1.6 (1.6.0+dfsg-3) unstable; urgency=medium

  * Team upload.
  * Build with the DH sequencer instead of CDBS
  * Use file-rename instead of prename
  * Build the upstream tarball from the Git repository
  * Switch to debhelper level 10
  * Use secure Vcs-* URLs
  * Removed the unused BSD paragraph in debian/copyright

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 22 Dec 2016 15:33:13 +0100

clojure1.6 (1.6.0+dfsg-2) unstable; urgency=medium

  * Team upload.

  [ tony mancill ]
  * debian/copyright:
    - Update Format: field URL.
    - Associate "Files: *" with Rich Hickey copyright statement.
  * Depend on java6-runtime-headless. (Closes: #775450)

  [ Emmanuel Bourg ]
  * Depend on libasm-java (>= 5.0) instead of libasm4-java
  * Standards-Version updated to 3.9.8
  * Use canonical Vcs URLs

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 03 Oct 2016 14:16:33 +0200

clojure1.6 (1.6.0+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Daigo Moriwaki <daigo@debian.org>  Sat, 14 Jun 2014 10:31:12 +0900

clojure1.4 (1.4.0+dfsg-3) unstable; urgency=low

  * Team upload.
  * Build-Depend on default-jdk instead of openjdk-6-jdk.
    - Thanks to Stefano Rivera.  (Closes: #674930)
  * Update Vcs-Git URL.
  * Update runtime dependencies on JREs to -headless variants.
    - Thanks to rufo.  (Closes: #696451)
  * Bump Standards-Version to 3.9.5 (no changes)
  * Drop deprecated DMUA flag.
  * Update dependency and compat level of debhelper to 9.

 -- tony mancill <tmancill@debian.org>  Sun, 17 Nov 2013 17:47:10 -0800

clojure1.4 (1.4.0+dfsg-2) unstable; urgency=low

  * debian/patches/01-replace-asm: now depends on asm and asm-commons.

 -- Daigo Moriwaki <daigo@debian.org>  Sat, 19 May 2012 20:08:56 +0900

clojure1.4 (1.4.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Process markdown documents:
    debian/{rules,control,header.html,footer.html}.
  * debian/control: Bumped Standards-Version to 3.9.3.
  * debian/docs: Merged into debian/rules.

 -- Daigo Moriwaki <daigo@debian.org>  Sat, 21 Apr 2012 12:39:27 +0900

clojure1.3 (1.3.0+dfsg-3) unstable; urgency=low

  * Removed the patch: debian/patches/20111007-pom.xml.remove_parent.diff
    - Use mh_installpom --no-parent instead.

 -- Daigo Moriwaki <daigo@debian.org>  Wed, 30 Nov 2011 18:15:57 +0900

clojure1.3 (1.3.0+dfsg-2) unstable; urgency=low

  * Added a patch: debian/patches/20111007-pom.xml.remove_parent.diff
    removing the parent element which might cause an error to use
    the library.

 -- Daigo Moriwaki <daigo@debian.org>  Fri, 07 Oct 2011 19:58:08 +0900

clojure1.3 (1.3.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: Fixed the lintian error syntax-error-in-dep5-copyright

 -- Daigo Moriwaki <daigo@debian.org>  Sun, 25 Sep 2011 16:01:02 +0900

clojure1.2 (1.2.1+dfsg-3) unstable; urgency=low

  * debian/patches/01-replace-asm: Updated Class-Path to use absolute
    paths.

 -- Daigo Moriwaki <daigo@debian.org>  Tue, 26 Jul 2011 23:03:28 +0900

clojure1.2 (1.2.1+dfsg-2) unstable; urgency=low

  * Prepare for a future release.
  * debian/control: Fixed a lintian warning,
    description-synopsis-starts-with-article.

 -- Daigo Moriwaki <daigo@debian.org>  Tue, 21 Jun 2011 23:10:38 +0900

clojure1.2 (1.2.1+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Changed the patch system from silk to normal quilt.
    - the repository layout has been changed.
    - removed debian/README.source
  * debian/rule:
    - Clean up temporary files generated by maven-repo
  * Added update-alternative for clojure and clojurec commands:
    - debian/clojure1.2.postinst
    - debian/clojure1.2.prerm
    - debian/control
      They conflict with the 'clojure' package.

 -- Daigo Moriwaki <daigo@debian.org>  Tue, 21 Jun 2011 21:50:06 +0900

clojure1.2 (1.2.0+dfsg-1) unstable; urgency=low

  [ Peter Collingbourne ]
  * debian/copyright, debian/watch: Modified for new download location
  * New upstream release.
  * debian/README.Debian, debian/clojure-repl.1, debian/manpages,
    debian/scripts/clojure-repl: removed clojure-repl as it has been
    deprecated for a while now
  * debian/control, debian/dirs, debian/gencompletions.clj,
    debian/rules, debian/scripts/clojure: add optional support for
    rlwrap (closes: #572432)
  * debian/control: bumped Standards-Version to 3.9.1
  * debian/clojure.poms, debian/control, debian/maven.rules,
    debian/rules, debian/scripts/clojure, debian/scripts/clojurec:
    Introduce versioning support

  [ Daigo Moriwaki ]
  * debian/control:
    - Bumped up Standards-Version to 3.9.2.
    - Added myself in Uploaders.
  * Added debian/source/format.
  * debian/changelog:
    - Use Machine-readable format.
    - Mentioned src/clj/clojure/repl.clj
      (thanks to Luca Falavigna)

 -- Daigo Moriwaki <daigo@debian.org>  Thu, 26 May 2011 21:28:07 +0900

clojure (1.1.0+dfsg-1) unstable; urgency=low

  * debian/rules, debian/watch: Modified the get-orig-source rule and
    watchfile to handle more source layouts
  * New upstream release.
  * debian/clojure.poms, debian/control, debian/dirs,
    debian/maven.rules, debian/patches/01-system-asm.patch,
    debian/rules: Register clojure in the maven repository
  * debian/control: upped Standards-Version to 3.8.4
  * debian/rules: Set the changes.txt file as the upstream changelog
  * debian/copyright: updated to reflect current licensing position
  * debian/copyright: bumped year to 2010
  * debian/clojurec.1, debian/scripts/clojurec: added a -W or -Wreflect
    option to clojurec
  * debian/clojure-repl.1, debian/clojurec.1: escaped all program option
    dashes
  * debian/control: changed Vcs-* references to new location
  * debian/README.source: documented the use of silt

 -- Peter Collingbourne <peter@pcc.me.uk>  Mon, 01 Feb 2010 20:15:24 +0000

clojure (1.0.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * debian/rules, debian/watch: s/.dfsg/+dfsg/; changes required to deal
    with new version numbering scheme and source code layout
  * debian/install, debian/rules: version the clojure.jar file
  * debian/copyright: updated
  * debian/patches/01-system-asm.patch, debian/scripts/clojure,
    debian/scripts/clojurec, debian/scripts/clojure-repl,
    debian/README.Debian: add a Class-Path attribute to clojure.jar to
    automatically bring in asm3 and asm3-commons deps
  * debian/clojure-repl.1, debian/clojure.1, debian/clojurec.1,
    debian/scripts/clojure: clojure script now uses clojure.main.
    Rewrote man page and deprecated clojure-repl which provides the same
    functionality
  * debian/control: s/svn+ssh/svn/ for Vcs-Svn field

 -- Peter Collingbourne <peter@pcc.me.uk>  Thu, 07 May 2009 15:09:44 +0100

clojure (0.0.20090320.dfsg-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/01-system-asm.patch: updated
  * debian/patches/02-better-bytecode.patch: removed; applied upstream
  * debian/control: upped Standards-Version to 3.8.1
  * debian/source.lintian-overrides: override .dfsg lintian info due to
    date-based version number

 -- Peter Collingbourne <peter@pcc.me.uk>  Sat, 21 Mar 2009 12:02:43 +0000

clojure (0.0.20081217.dfsg-1) unstable; urgency=low

  * Initial release (closes: #454566)

 -- Peter Collingbourne <peter@pcc.me.uk>  Fri, 02 Jan 2009 18:50:41 +0000