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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
libjaudiotagger-java (2.0.3-3) unstable; urgency=medium
* Team upload.
[ tony mancill ]
* Moved the package to Git
[ Emmanuel Bourg ]
* Fixed the build failure with Java 9 (Closes: #873223)
* Build with Maven instead of Ant
* Track and download the new releases from Bitbucket
* Standards-Version updated to 4.1.1
* Switch to debhelper level 10
-- Emmanuel Bourg <ebourg@apache.org> Wed, 29 Nov 2017 10:26:32 +0100
libjaudiotagger-java (2.0.3-2) unstable; urgency=medium
* Team upload.
* Update Homepage address; thanks to Karl Lenz. (Closes: #744056)
* Bump Standards-Version to 3.9.5 (no changes needed).
* Update Vcs URLs to canonical formats.
* Update debian/copyright.
* Set javac.source and .target to 1.6.
* Use DH9.
-- tony mancill <tmancill@debian.org> Wed, 09 Apr 2014 22:24:34 -0700
libjaudiotagger-java (2.0.3-1) unstable; urgency=low
* d/control: Drop Depends on default-jre per Debian Java Policy as its
a library package.
* d/watch: Fix to directly monitor SVN tags.
* Switch to 3.0 (quilt) format.
* Bump Standards-Version to 3.9.2 (no changes needed).
-- Damien Raude-Morvan <drazzib@debian.org> Thu, 28 Apr 2011 23:52:43 +0200
libjaudiotagger-java (2.0.0-1) unstable; urgency=low
* New upstream release
* Update my email address
* Bump debhelper version to >= 7
* Bump Standards-Version to 3.8.3 (no changes needed)
* Depends on java5-runtime-headless as we build java5 bytecode
* Maven POMs:
- Add a Build-Depends-Indep dependency on maven-repo-helper
- Use mh_installpoms and mh_installjar to install the POM and the jar to the
Maven repository
-- Damien Raude-Morvan <drazzib@debian.org> Wed, 30 Dec 2009 21:58:38 +0100
libjaudiotagger-java (1.0.9-3) unstable; urgency=low
* Depends on default-jre-headless instead of java-gcj-compat
* Fix Vcs-* fields to use svn:// instead svn+ssh://
* Bump Standards-Version to 3.8.2 (no changes needed)
* Build-Depends on default-jdk instead of default-jdk-builddep
because we don't build a native GCJ package (Closes: #538913).
-- Damien Raude-Morvan <drazzib@drazzib.com> Wed, 29 Jul 2009 21:14:51 +0200
libjaudiotagger-java (1.0.9-2) unstable; urgency=low
* Add attribute 'encoding' to element 'javac' in debian/build.xml. (Closes:
#533775)
-- Torsten Werner <twerner@debian.org> Sat, 20 Jun 2009 22:47:56 +0200
libjaudiotagger-java (1.0.9-1) unstable; urgency=low
[ Damien Raude-Morvan ]
* New upstream release
* debian/watch: Use java.net repository (which contains new releases!)
* debian/control:
- Build-Depends on default-jdk-builddep
- Bump Standards-Version to 3.8.1 (no changes needed)
- Change section to "java"
* debian/rules: use default-java as JAVA_HOME
* debina/orig-tar.{sh|excludes}: strip audio and others binary files from ZIP
* debian/build.xml:
- compile with "nowarn" to keep build log readable
- exclude LogFormatter from build (use com.sun classes)
* debian/ant.properties: new source directory is "src" in orig.tar.gz
* Add myself as Uploaders
[ Varun Hiremath ]
* Accept changes made by Damien Raude-Morvan (Closes: #522130)
-- Varun Hiremath <varun@debian.org> Wed, 01 Apr 2009 19:17:56 -0400
libjaudiotagger-java (1.0.8-1) unstable; urgency=low
* Initial Release (Closes: #506476)
-- Varun Hiremath <varun@debian.org> Fri, 21 Nov 2008 16:41:30 -0500
|