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
|
commons-javaflow (0.0~svn20151101-2) unstable; urgency=medium
* Team upload.
* Build-Depend on ant.
Thanks to Lucas Nussbaum for the report. (Closes: #830435)
-- Markus Koschany <apo@debian.org> Mon, 18 Jul 2016 04:07:16 +0200
commons-javaflow (0.0~svn20151101-1) unstable; urgency=medium
* Team upload.
* New upstream snapshot.
* Declare compliance with Debian Policy 3.9.8.
* Vcs-fields: Use https.
* Switch from cdbs to dh sequencer.
* New build system: Switch to Maven and use maven-debian-helper.
* Use compat level 9 and require debhelper >= 9.
* Switch to libasm-java. (Closes: #801321)
* Add libcommons-io-java to Build-Depends. Remove libbcel-java.
* Use Maven substvars instead of manually depending on packages.
* Do not depend on default-jre-headless | java2-runtime-headless.
* Update package description.
* Remove debian/build.xml and debian/pom.xml.
* Use debian/copyright format 1.0.
-- Markus Koschany <apo@debian.org> Fri, 22 Apr 2016 10:05:13 +0200
commons-javaflow (0.0~svn20060411-5) unstable; urgency=low
* Change 'maintainers' into 'Maintainers'.
* Add Build-Depends: libasm2-java; the package is not compatible with asm3.
(Closes: #587136)
* Reference bcel's javadoc in the package's javadoc.
* Switch to source format 3.0.
-- Torsten Werner <twerner@debian.org> Fri, 25 Jun 2010 23:23:37 +0200
commons-javaflow (0.0~svn20060411-4) unstable; urgency=low
* Revert change inadvertently done in -3 for JAR naming (Closes: #562363):
- restore "commons-javaflow.jar" instead of "javaflow.jar"
- fix debian/pom.xml artifactId
-- Damien Raude-Morvan <drazzib@debian.org> Mon, 28 Dec 2009 22:23:58 +0100
commons-javaflow (0.0~svn20060411-3) unstable; urgency=low
* Update my email address
* Maven POMs:
- debian/control: add a Build-Depends-Indep dependency on maven-repo-helper
- debian/rules: use mh_installpoms and mh_installjar
to install the POM and the jar to the Maven repository
- debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
- debian/rules: new get-orig-pom to update debian/pom.xml at new upstream
release.
* Bump debhelper version to >= 7
* Bump Standards-Version 3.8.3 (no changes needed)
* Install Javadoc API documentation to
/usr/share/doc/libcommons-javaflow-java/api/
-- Damien Raude-Morvan <drazzib@debian.org> Sat, 12 Dec 2009 22:23:58 +0100
commons-javaflow (0.0~svn20060411-2) unstable; urgency=low
[ Damien Raude-Morvan ]
* Upload to unstable as Lenny is now released
* Bump Standards-Version 3.8.2:
- Move libcommons-javaflow-java to "java" section
* Add an empty debian/watch file to document the situation
* Set Maintainer field to Debian Java Team
* Add myself as Uploaders
* Depends on default-jre-headless instead of java-gcj-compat
* Build-Depends on default-jdk instead of default-jdk-builddep
because we don't build a native GCJ package.
[ Torsten Werner ]
* Add myself to Uploaders.
* Add missing jars to debian/rules.
-- Torsten Werner <twerner@debian.org> Sun, 02 Aug 2009 22:21:45 +0200
commons-javaflow (0.0~svn20060411-1) experimental; urgency=low
* Initial release. (Closes: #499466)
* Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev.
-- Damien Raude-Morvan <drazzib@drazzib.com> Sat, 25 Oct 2008 23:44:58 +0200
|