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
|
sisu-inject (0.3.4-2) unstable; urgency=medium
* Sort the classes by name in META-INF/sisu/javax.inject.Named to make
the output reproducible
* Removed the runtime dependency on libguice-java (provided by Maven)
* Build depend on libservlet-api-java instead of libservlet3.1-java
* Removed debian/orig-tar.sh
* Removed the unused Maven rules
-- Emmanuel Bourg <ebourg@apache.org> Wed, 20 Jan 2021 11:17:05 +0100
sisu-inject (0.3.4-1) unstable; urgency=medium
* New upstream release
* Standards-Version updated to 4.5.1
* Switch to debhelper level 13
-- Emmanuel Bourg <ebourg@apache.org> Tue, 19 Jan 2021 11:25:14 +0100
sisu-inject (0.3.3-1) unstable; urgency=medium
* New upstream release
- Refreshed the patches
* Updated the watch file
* Standards-Version updated to 4.3.0
-- Emmanuel Bourg <ebourg@apache.org> Fri, 15 Feb 2019 23:49:43 +0100
sisu-inject (0.3.2-3) unstable; urgency=medium
* Depend on libgeronimo-annotation-1.3-spec-java instead of libtomcat8-java
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Mon, 03 Dec 2018 16:43:38 +0100
sisu-inject (0.3.2-2) unstable; urgency=medium
* Team upload.
* Completed the transition to the Servlet API 3.1 (Closes: #829106)
* Build with the DH sequencer instead of CDBS
* Tightened the dependency on libosgi-core-java
* Standards-Version updated to 3.9.8 (no changes)
* Use a secure Vcs-Git URL
-- Emmanuel Bourg <ebourg@apache.org> Thu, 30 Jun 2016 17:59:37 +0200
sisu-inject (0.3.2-1) unstable; urgency=medium
* New upstream release
-- Emmanuel Bourg <ebourg@apache.org> Sun, 18 Oct 2015 19:28:37 +0200
sisu-inject (0.3.1-2) unstable; urgency=medium
* Team upload.
* Add missing Build-Depends on junit4. (Closes: #796154)
-- tony mancill <tmancill@debian.org> Wed, 19 Aug 2015 21:14:08 -0700
sisu-inject (0.3.1-1) unstable; urgency=medium
* New upstream release
- Removed 04-fix-compatibility.patch (fixed upstream)
- Refreshed the patches
- Reverted the scope of the guice dependency from 'provided' to 'compile'
to remain compatible with sisu-inject 0.0.0.M5 and build Maven 3.1.
* Include the missing resources in the jar
* Removed the unused build dependency on libfelix-framework-java
* Changed the scope of the cdi-api dependency from 'provided' to 'compile'
* debian/copyright: Fixed the Source URL
-- Emmanuel Bourg <ebourg@apache.org> Tue, 07 Jul 2015 23:14:32 +0200
sisu-inject (0.0.0.M5-1) unstable; urgency=medium
* Initial release (Closes: #763704)
-- Emmanuel Bourg <ebourg@apache.org> Wed, 01 Oct 2014 19:28:09 +0200
|