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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
|
tycho (2.7.5-1.1) unstable; urgency=medium
* Non-maintainer upload.
* d/patches: Add patch adding a getCompilerId()
implementation to JDTCompiler (LP: #2089702)
-- Pushkar Kulkarni <pushkar.kulkarni@canonical.com> Wed, 27 Nov 2024 00:02:42 +0530
tycho (2.7.5-1) unstable; urgency=medium
* Team upload.
* New upstream release (Closes: #987681)
- New dependency on libcommons-codec-java
- New dependency on libcommons-io-java
- New dependency on libbcpg-java
- Build the new tycho-ds-plugin module
- Ignore the new tycho-build and tycho-gpg-plugin modules
- New build dependency on libmaven-antrun-plugin-java
- Updated the Maven rules
* Fixed the compatibility with Eclipse 4.29 (Closes: #1028378, #1031686)
* Fixed the compatibility with plexus-archiver 4.4
* Standards-Version updated to 4.7.0
-- Emmanuel Bourg <ebourg@apache.org> Fri, 04 Oct 2024 15:14:00 +0200
tycho (1.6.0-3) unstable; urgency=medium
* Team upload.
* Explicit dependency on osgi-compendium in the Maven pom (Closes: #1027643)
* Depend on libeclipse-jdt-core-java instead of libecj-java
* Standards-Version updated to 4.6.2
-- Emmanuel Bourg <ebourg@apache.org> Fri, 06 Jan 2023 12:22:45 +0100
tycho (2.3.0-1) experimental; urgency=medium
* Team upload.
[ Emmanuel Bourg ]
* Depend on libeclipse-jdt-core-java instead of libecj-java
* Standards-Version updated to 4.5.1
[ Sudip Mukherjee ]
* New upstream version 2.3.0 (Closes: #987681)
- Remove upstream applied patches and refresh.
- Add new dependency.
- Update Copyright.
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Sun, 02 May 2021 21:14:33 +0100
tycho (1.6.0-2) unstable; urgency=medium
* Team upload.
* Fix FTBFS due to libeclipse-osgi-java. (Closes: #973073)
- Backport upstream patch.
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Thu, 05 Nov 2020 10:30:17 +0000
tycho (1.6.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 1.6.0
* Update compat level to 13.
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Tue, 26 May 2020 21:19:15 +0100
tycho (1.5.0-1) unstable; urgency=medium
* Team upload.
* Update to upstream tycho-1.5.0
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Fri, 17 Apr 2020 23:43:04 +0100
tycho (1.4.0-1) unstable; urgency=medium
* Team upload.
* Update to upstream tycho-1.4.0
* Update Standards-Version to 4.5.0
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Tue, 17 Mar 2020 22:31:52 +0000
tycho (1.3.0-2) unstable; urgency=medium
* Team upload.
[ Sudip Mukherjee ]
* Remove dependency on tycho-1.2.0
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Sat, 14 Dec 2019 14:25:20 +0000
tycho (1.3.0-1) unstable; urgency=medium
* Team upload.
[ Sudip Mukherjee ]
* Update to upstream tycho-1.3.0
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Sat, 30 Nov 2019 19:03:59 +0000
tycho (1.2.0-1) unstable; urgency=medium
* Team upload.
[ Sudip Mukherjee ]
* Update to upstream tycho-1.2.0
* Update to compat level 12
* Standards Version updated to 4.4.1
[ tony mancill ]
* Set "Rules-Requires-Root: no" in debian/control
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Sat, 16 Nov 2019 21:07:38 +0000
tycho (1.0.0-2) unstable; urgency=medium
* Team upload.
* Fixed the compatibility with equinox-p2 4.8
-- Emmanuel Bourg <ebourg@apache.org> Wed, 19 Dec 2018 15:56:23 +0100
tycho (1.0.0-1) unstable; urgency=medium
* Team upload.
[ Christopher Hoskin ]
* Add debian/clean
[ Emmanuel Bourg ]
* New upstream release
- Refreshed the patches
- Ignore the new test modules
- Removed the dependency on libcommons-httpclient-java
- Removed the dependency on libcommons-jxpath-java
* Use the Eclipse Aether/Maven Resolver API instead of Sonatype Aether
* Replaced the embedded bundles with dependencies on eclipse/equinox packages
* Disabled the lock file marker created in /usr/share/maven-repo/
* Patched DefaultEquinoxEmbedder to throw explicit exception messages
* Simplified the Maven rules
* Added a watch file
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Sun, 28 Oct 2018 10:46:11 +0100
tycho (0.25.0-4) unstable; urgency=medium
* Team upload.
* Added the missing build dependency on libcommons-httpclient-java
(Closes: #881335)
* Fixed the compilation errors with Java 9 (Closes: #874130)
* Removed the unused build dependency on glassfish-javaee
-- Emmanuel Bourg <ebourg@apache.org> Thu, 23 Nov 2017 14:58:03 +0100
tycho (0.25.0-3) unstable; urgency=medium
* Remove obsolete maven rules for bcel artifact.
Thanks to Adrian Bunk for the report. (Closes: #879250)
* Declare compliance with Debian Policy 4.1.1.
-- Markus Koschany <apo@debian.org> Sat, 21 Oct 2017 12:33:16 +0200
tycho (0.25.0-2) unstable; urgency=medium
[ Emmanuel Bourg ]
* Depend on asm (>= 5.0) instead of libasm4-java.
[ Markus Koschany ]
* Declare compliance with Debian Policy 4.1.0.
* Add plexus-compatibility.patch and fix FTBFS with the latest
plexus-archiver version. (Closes: #871347)
[ Christopher Hoskin ]
* Fix copyright paths with spaces.
-- Markus Koschany <apo@debian.org> Sat, 02 Sep 2017 02:35:30 +0200
tycho (0.25.0-1) unstable; urgency=medium
* Initial release. (Closes: #816604)
* Thanks to Luca Vercelli and Christopher Hoskin for their initial work on
this package.
-- Markus Koschany <apo@debian.org> Tue, 29 Nov 2016 21:42:39 +0100
|