jarjar (1.4+svn142-4) unstable; urgency=low

  * Add myself to Uploaders.
  * Remove szzepiq_jar_resources.diff patch. (Closes: #745815).
  * Add B-D on libmaven2-core-java.
  * Bump Standards-Version to 3.9.5. No changes were required.
  * Remove outdated readme d/README.Debian.
  * Remove outdated patch d/patches/0001-fix-build.xml.patch.
  * Add patch d/patches/0005-fix-javadocs.patch to fix some
    warnings during javadoc generation.

 -- Miguel Landaeta <nomadium@debian.org>  Sun, 04 May 2014 20:30:37 -0300

jarjar (1.4+svn142-3) unstable; urgency=low

  * Team upload.
  * Provide Maven artifacts. (Closes: #727652).

 -- Miguel Landaeta <miguel@miguel.cc>  Thu, 24 Oct 2013 21:26:09 -0300

jarjar (1.4+svn142-2) unstable; urgency=low

  * Upload to unstable.
  * d/control: Use canonical URL for Vcs-* fields.
  * d/patches/add_ClassReader_EXPAND_FRAMES.diff: Add missing
    ClassReader.EXPAND_FRAMES for ASM call (Closes: #644469).

 -- Damien Raude-Morvan <drazzib@debian.org>  Tue, 07 May 2013 23:29:00 +0200

jarjar (1.4+svn142-1) experimental; urgency=low

  * New upstream release.
  * Add myself as Uploaders.
  * Use ASM 4.x for bytecode processing:
    - d/control: Build-Depends on libasm4-java.
    - d/rules: Update CLASSPATH.
    - d/ant.properties: Use asm4.jar and asm4-commons.jar.
  * d/watch: Update to check on googlecode.com
  * Update Standards-Version: 3.9.4, no changes needed.
  * d/patches/szzepiq_jar_resources.diff:
    From <URL:https://github.com/szczepiq/jarjar>, resolve the issue with
    jarjar not updating the fully qualified class names in the jar's resources
  * d/patches/0003-fix-path-in-build.xml.patch,
    d/patches/0004-support-gnu-regexp.patch,
    d/patches/0005-cast-null-to-java.io.File.patch: Dropped, as only needed
    from old GCJ runtime.

 -- Damien Raude-Morvan <drazzib@debian.org>  Mon, 07 Jan 2013 23:46:03 +0100

jarjar (1.1-3) unstable; urgency=low

  * Rember to actually remove Michael Koch from uploaders.

 -- Niels Thykier <niels@thykier.net>  Sun, 15 Jul 2012 13:19:13 +0200

jarjar (1.1-2) unstable; urgency=low

  [ James Page ]
  * Drop debian/patches/0006-remove-asm-commons-from-final-jar.patch: 
    libasm3-java now ships correctly separated jar files so asm-commons 
    must be included.  (Closes: #646600)

  [ Niels Thykier ]
  * Remove Michael Koch from uploaders.  Thanks for your work so far.
    (Closes: #654028)

 -- Niels Thykier <niels@thykier.net>  Sun, 15 Jul 2012 12:42:56 +0200

jarjar (1.1-1) unstable; urgency=low

  * Team upload
  * New upstream release.
  * Change debian/watch to point to upstream's svn repo.
  * Refresh patches.
  * Remove Arnaud from Uploaders list.
  * Remove Java runtime from Depends.
  * Update Standards-Version: 3.9.2.

 -- Torsten Werner <twerner@debian.org>  Thu, 08 Sep 2011 22:30:41 +0200

jarjar (1.0+dfsg-2) unstable; urgency=low

  [ Torsten Werner ]
  * Convert patches to dep3 format.
  * Add a patch to cast null to java.io.File. (Closes: #571340)
  * Add a patch to remove asm-commons from final jar file.
  * Convert package to source format 3.0.

  [ Thierry Carrez ]
  * debian/control: Minimal runtime dependency set to java2-runtime-headless

  [ Niels Thykier ]
  * debian/control: Added java5 and java6 as alternatives.

 -- Torsten Werner <twerner@debian.org>  Sun, 28 Feb 2010 12:47:45 +0100

jarjar (1.0+dfsg-1) unstable; urgency=low

  [ Michael Koch ]
  * debian/watch: updated to track binary jar file instead
    of source release.

  [ Niels Thykier ]
  * New upstream release.
    - Identical content, but version numbers differed.
  * Create a script to handle fetching of orig source that
    works around 1.0rc8 and 1.0 being the same release.

 -- Niels Thykier <niels@thykier.net>  Mon, 14 Sep 2009 21:39:52 +0200

jarjar (1.0~rc8+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Added myself to uploaders.
  * Renamed and updated 02_dont_build_JarJarMojo.patch to
    02_fix_build_xml.patch.
  * Stopped using Build-Depends-Indep since buildds and the policy
    does not agree on when it should used.
  * Changed section to java.
  * Replaced gcj-compat with the default javas packages.
    (Closes: #526279)
  * Bumped to Standard-Version 3.8.3.
    - Link to Apache-2.0 license rather than quoting it.
  * Bumped Debhelper to version 7.
  * Added a README.source to briefly explain that files have been
    excluded from the orignal upstream source.
  * Created an get-orig-source rule to fetch and create the
    orig.tar.gz.

 -- Niels Thykier <niels@thykier.net>  Sat, 12 Sep 2009 19:26:57 +0200

jarjar (1.0~rc7.dfsg-2) unstable; urgency=low

  * Fix lists in long descriptions. Closes: #480324

 -- Michael Koch <konqueror@gmx.de>  Fri, 09 May 2008 17:13:34 -0100

jarjar (1.0~rc7.dfsg-1) unstable; urgency=low

  * New upstream version.
  * Updated watch file again to check for source download.

 -- Michael Koch <konqueror@gmx.de>  Sat, 22 Mar 2008 17:23:24 +0100

jarjar (1.0~rc6.dfsg-1) unstable; urgency=low

  [ Michael Koch ]
  * Rewrote debian/copyright as new version is licensed under
    Apache License 2.0.
  * Updated watch file to match upstream version correctly.
  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
  * Updated debhelper level to 5.
  * Added debian/patches/05_gnu_regexp.patch to work around limitation in
    gnu.regexp.
  * Removed some cruft from debian/rules.
  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
  * Added myself to Uploaders.

  [ Arnaud Vandyck ]
  * New upstream.
  * debian/control:
    - Standards-Version: updated to 3.7.3, no change.
    - Build-Depends-Indep: removed libgnu-regexp-java.
  * debian/patches/19_TextDepHandler.patch,
    debian/patches/22_util_StandaloneJarProcessor.patch,
    debian/patches/23_KeepProcessor.patch,
    debian/patches/10_DepFindVisitor.patch,
    debian/patches/21_util_RemappingClassTransformer.patch,
    debian/patches/14_PackageRemapper.patch,
    debian/patches/12_JarJarTask.patch,
    debian/patches/17_ResourceProcessor.patch,
    debian/patches/20_util_ClassHeaderReader.patch,
    debian/patches/01_build_classpath.patch,
    debian/patches/18_StringReader.patch,
    debian/patches/15_util_JarTransformerChain.patch,
    debian/patches/24_util_GetNameClassWriter.patch,
    debian/patches/13_ManifestProcessor.patch,
    debian/patches/11_DepFind.patch,
    debian/patches/10_AbstractDepHandler_warning.patch: removed
  * debian/patches/04_path_build.patch: added
  * debian/libjarjar-java.install, debian/libjarjar-java.links: updated to
    new upstream
  * debian/patches/03_embed_libs_from_debian.patch: updated to match
    upstream change and removed reference to libgnu-regexp-java
  * debian/ant.properties: removed reference to libgnu-regexp-java and
    commented maven-plugin-api property
  * debian/rules:
    - removed reference to libgnu-regexp-java and ams3-util
    - removed clean comments

 -- Michael Koch <konqueror@gmx.de>  Wed, 20 Feb 2008 21:11:44 +0100

jarjar (1.0~rc3.dfsg.1-1) unstable; urgency=low

  * Initial Release (closes: #417591).

 -- Arnaud Vandyck <avdyk@debian.org>  Fri, 18 May 2007 13:09:08 +0200