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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
felix-framework (4.6.1-2) unstable; urgency=medium
* Team upload.
* Depend on libasm-java (>= 5.0) instead of libasm4-java
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 3.9.8
* Use secure Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Tue, 27 Sep 2016 13:22:32 +0200
felix-framework (4.6.1-1) unstable; urgency=medium
* Team upload.
* Imported Upstream version 4.6.1.
* Declare compliance with Debian Policy 3.9.6.
* Use shorter Vcs-Browser URL.
* Add b-d libmaven-source-plugin-java
* wrap-and-sort -sa.
* Add libosgi-annotation-java to Build-Depends.
* Add libasm4-java to Build-Depends.
* Add maven rule for asm-all.jar.
-- Markus Koschany <apo@gambaru.de> Mon, 04 May 2015 18:39:08 +0200
felix-framework (4.4.0-1) unstable; urgency=medium
* Team upload.
* Imported Upstream version 4.4.0.
* Drop 01-java8-compatibility.patch. Fixed upstream.
* Update debian/copyright to copyright format 1.0.
* Fix lintian warning "description-synopsis-starts-with-article".
-- Markus Koschany <apo@gambaru.de> Mon, 14 Jul 2014 11:53:08 +0200
felix-framework (4.0.1-3) unstable; urgency=medium
* Team upload.
* Added a patch to compile with OpenJDK 8
* debian/control:
- Standards-Version updated to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
- Removed Andres Mejia from the uploaders (Closes: #743537)
* Switch to debhelper level 9
* Use XZ compression for the upstream tarball
* debian/watch: Changed the URL to find all versions
-- Emmanuel Bourg <ebourg@apache.org> Wed, 09 Apr 2014 18:07:59 +0200
felix-framework (4.0.1-2) unstable; urgency=low
* Team upload.
* Explicitly set encoding of Java files to fix FTBFS
with Java7.
* Add missing --java-lib to the poms file.
-- Niels Thykier <niels@thykier.net> Wed, 20 Jun 2012 18:31:28 +0200
felix-framework (4.0.1-1) unstable; urgency=low
[ Andres Mejia ]
* Update to my @debian.org email.
[ Damien Raude-Morvan ]
* New upstream release.
* Build-Depends on libosgi-core-java instead of libequinox-osgi-java.
* d/watch: fix for upstream tarball new name.
* d/patches/exclude_servletapi.diff: Dropped, not needed anymore.
* d/maven.ignoreRules: Ignore apache-rat-plugin instead of rat-maven-
plugin
-- Damien Raude-Morvan <drazzib@debian.org> Sat, 05 Nov 2011 14:37:59 +0100
felix-framework (2.0.5-2) unstable; urgency=low
* Bump Standards-Version to 3.9.2: no changes needed.
* Use Maven build-system, as upstream:
- d/{build.xml,MANIFEST.MF, default.properties, *.install, *.links}: Drop.
- d/control: Switch from debhelper to cdbs, add Build-Depends
on some Maven plugins.
- d/maven.rules,d/maven.ignoreRules: Add handling of pom.xml replace rules.
- d/rules: Everything is handled by maven.mk.
- d/README.source,d/patches/bootstrap.diff: Add a way to bootstrap without
maven-bundle-plugin.
* Install Javadoc API to /usr/share/doc/libfelix-framework-java/api/.
-- Damien Raude-Morvan <drazzib@debian.org> Sat, 14 May 2011 19:22:28 +0200
felix-framework (2.0.5-1) unstable; urgency=low
[ Andres Mejia ]
* Upload for Debian. (Closes: #610921)
* Add Debian Java team as maintainer, Yulia and myself as Uploaders.
* Bump to Standards-Version 3.9.1.
* Convert to pure dh with javahelper.
* Add VCS entries.
[ Damien Raude-Morvan ]
* Add myself as Uploaders.
* d/copyright: Update to DEP-5 r166 format.
* d/control: Drop Depends: ${shlib:Depends} as useless for Java package.
* d/control: Drop Depends: default-jre-headless | java2-runtime-headless
as a Java library don't need to depends on runtime (Java Policy).
* d/control, d/rules: Use mh_clean and B-D on maven-repo-helper (>= 1.1)
-- Damien Raude-Morvan <drazzib@debian.org> Mon, 24 Jan 2011 23:23:03 +0100
felix-framework (2.0.5-0ubuntu1) maverick; urgency=low
* Initial release. (LP: #608699)
-- Yulia Novozhilova <Yulia.Novozhilova@sun.com> Tue, 20 Jul 2010 15:49:04 +0400
|