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
|
jpy (0.9.0-3) unstable; urgency=medium
* Drop python-jpy for python2 transition
* Standards-Version: 4.4.0
* Switch to pybuild buildsystem for debhelper 12
* Use debhelper level 12
* Update default_jvm.patch
* Disable automated tests as pybuild gets the paths wrong (for now)
-- Alastair McKinstry <mckinstry@debian.org> Wed, 17 Jul 2019 12:53:58 +0100
jpy (0.9.0-2) unstable; urgency=medium
* Drop obsolete X-Python*-Version field in d/control
* Stanrdards-Version: 4.1.5
* Change refs in d/docs to .md files from .rst; debhelper now fails on this
change, not silently. Closes: #903333
-- Alastair McKinstry <mckinstry@debian.org> Mon, 09 Jul 2018 11:31:02 +0100
jpy (0.9.0-1) unstable; urgency=medium
* Change version from 0.9 to 0.9.0 to match upstream
* Standards-Version: 4.1.4
-- Alastair McKinstry <mckinstry@debian.org> Mon, 21 May 2018 08:56:04 +0100
jpy (0.9-1) unstable; urgency=medium
* New upstream release
- no_ez-setup patch obsolete
- Patch added to not build Java component with Maven (yet)
* Standards-Version: 4.1.3
* Move VCS to point to salsa.debian.org
-- Alastair McKinstry <mckinstry@debian.org> Sun, 11 Feb 2018 10:31:43 +0000
jpy (0.8-9) unstable; urgency=medium
* Log class has no method warning. Use error instead.
-- Alastair McKinstry <mckinstry@debian.org> Wed, 02 Aug 2017 10:41:54 +0100
jpy (0.8-8) unstable; urgency=medium
* Add patch to disable failure on test failure (mips test fails
randomly due to resource issues) Closes: #866536
-- Alastair McKinstry <mckinstry@debian.org> Wed, 02 Aug 2017 07:10:20 +0100
jpy (0.8-7) unstable; urgency=medium
* Ignore tests on mips, mipsel; they fail intermittently due to low mem
-- Alastair McKinstry <mckinstry@debian.org> Wed, 05 Jul 2017 09:38:14 +0100
jpy (0.8-6) unstable; urgency=medium
* Update watch file
* DH_COMPAT=10, debhelper dependency updated
* Standards-Version: 4.0.0; no changes required
-- Alastair McKinstry <mckinstry@debian.org> Mon, 03 Jul 2017 09:13:59 +0100
jpy (0.8-5) unstable; urgency=medium
[ Fernando Seiti Furusato ]
* debian/patches/ppc64el.patch: fixing ppc64el arch dir to fix FTBFS.
OpenJDK is currently using notation 'ppc64le'. Closes: #833174
[ Chris Lamb ]
* Patch for bit-reproduciblity. Closes: #834897.
[Alastair McKinstry]
* Enable powerpc, arm64, sparc64 archs.
-- Alastair McKinstry <mckinstry@debian.org> Mon, 05 Sep 2016 18:55:30 +0100
jpy (0.8-4) unstable; urgency=medium
* Adapt patch to detect more archs correctly
-- Alastair McKinstry <mckinstry@debian.org> Thu, 07 Jul 2016 09:15:00 +0100
jpy (0.8-3) unstable; urgency=medium
* Remove hard-coded amd64/i386 arch for JVM search.
Use `dpkg --print-architecture`
-- Alastair McKinstry <mckinstry@debian.org> Thu, 07 Jul 2016 09:14:41 +0100
jpy (0.8-2) unstable; urgency=medium
* Standards-Version: 3.9.8
* Patch to make producible: don't output build-date in properties file
-- Alastair McKinstry <mckinstry@debian.org> Mon, 20 Jun 2016 09:49:02 +0100
jpy (0.8-1) unstable; urgency=low
* Initial release. Closes: #815893.
-- Alastair McKinstry <mckinstry@debian.org> Mon, 11 Apr 2016 08:16:27 +0000
|