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 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254
|
libinline-java-perl (0.67-2) unstable; urgency=medium
* Team upload.
[ Samuel Thibault ]
* d/rules: Add hurd-amd64 case.
[ gregor herrmann ]
* Add Rules-Requires-Root: no.
* debian/rules: add a chmod before chrpath. (Closes: #1089363)
* Refresh lintian override format.
* Declare compliance with Debian Policy 4.7.0.
-- gregor herrmann <gregoa@debian.org> Sat, 07 Dec 2024 21:36:46 +0100
libinline-java-perl (0.67-1) unstable; urgency=medium
* Team upload.
* Import upstream version 0.67.
* Add new build dependency: libfile-which-perl.
* Refresh 03_reproducible_path.patch: offset.
* Add Archive key to debian/upstream/metadata.
* Remove debian/tests/pkg-perl/use-name.
The distribution now contains META.* files where autopkgtests's use.t
finds the name.
* debian/rules: remove duplicate inclusion of
/usr/share/dpkg/architecture.mk.
* debian/rules: fix building of JNI extension.
We still used DEB_MAKEMAKER_USER_FLAGS, which is a cdbs variable, to set
BUILD_JNI after the switch from cdbs to dh.
Set a make variable and use it in override_dh_auto_configure instead.
-- gregor herrmann <gregoa@debian.org> Tue, 15 Feb 2022 21:31:49 +0100
libinline-java-perl (0.66-4) unstable; urgency=medium
* Team upload.
* Improve package for cross-building.
- Add build dependency on perl-xs-dev.
- Find perl library path in cross-build-compatible way.
* Drop unused lintian override.
-- gregor herrmann <gregoa@debian.org> Wed, 03 Nov 2021 17:47:33 +0100
libinline-java-perl (0.66-3) unstable; urgency=medium
[ Debian Janitor ]
* set upstream metadata fields:
Bug-Database Bug-Submit Repository Repository-Browse
* rely on pre-initialized dpkg-architecture variables
[ Jonas Smedegaard ]
* update git-buildpackage config: avoid any .git* files
* update watch file:
+ use file format 4
+ track only MetaCPAN URI
+ mention gbp --uscan in usage comment
+ use substitution strings
* simplify rules;
stop build-depend on devscripts dh-buildinfo cdbs
* use debhelper compatibility level 13 (not 9);
build-depend on debhelper-compat (not debhelper)
* relax to (build-)depend unversioned on libinline-perl:
required version satisfied in all supported Debian releases
* declare compliance with Debian Policy 4.6.0
* update copyright info: update coverage
* use semantic newlines in long description and copyright fields
-- Jonas Smedegaard <dr@jones.dk> Sun, 12 Sep 2021 02:14:30 +0200
libinline-java-perl (0.66-2) unstable; urgency=medium
* Team upload.
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
* debian/rules: add armel and powerpc to NO_JNI_ARCH.
* Declare compliance with Debian Policy 4.1.5.
-- gregor herrmann <gregoa@debian.org> Sun, 29 Jul 2018 15:18:11 +0200
libinline-java-perl (0.66-1) unstable; urgency=medium
* Team upload.
* New upstream release 0.66.
* Declare compliance with Debian Policy 4.1.4.
-- gregor herrmann <gregoa@debian.org> Sun, 08 Apr 2018 19:07:45 +0200
libinline-java-perl (0.64-1) unstable; urgency=medium
* Team upload.
[ Damyan Ivanov ]
* merge extra changelog stanza
[ gregor herrmann ]
* Install examples.
Thanks to lintian.
* Use HTTPS for Format URL in debian/copyright.
Thanks to lintian.
* Add a lintian override (source-contains-prebuilt-java-object)
for a test file.
* Drop build dependency on libinline-c-perl, as per upstream changes.
* Remove rapackaging fragments. The problematic file, and in fact the
whole directory, was removed upstream in 0.62.
* New upstream release 0.64.
* Drop pod-spelling.patch, merged upstream.
* autopkgtest: add debian/tests/pkg-perl/use-name to tell autopkgtest's
use.t which module to test, in case META.* is gone like in 0.64.
-- gregor herrmann <gregoa@debian.org> Mon, 26 Mar 2018 17:07:38 +0200
libinline-java-perl (0.63-1) unstable; urgency=medium
* Team upload.
[ Damyan Ivanov ]
* declare conformance with Policy 4.1.3 (no changes needed)
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ Damyan Ivanov ]
* New upstream version 0.63
* drop 02_reporducibl_build.patch; applied upstream
* enable all hardening build flags
* rules: set DEB_HOST_ARCH only if not already set by dpkg-buildpackage
* bump cdbs build-dependency for possible hardening support
* add Testsuite header
* refresh lines of 03_reproducible_path.patch
* use secure protocol for cpan URL in debian/watch
* add pod-spelling.patch
-- Damyan Ivanov <dmn@debian.org> Sun, 18 Mar 2018 17:54:22 +0000
libinline-java-perl (0.58~dfsg-3) unstable; urgency=medium
* Team upload.
* Add patch to get rid of build path to hopefully male build
reproducible.
* Declare compliance with Debian Policy 4.0.0.
-- gregor herrmann <gregoa@debian.org> Fri, 04 Aug 2017 15:38:38 -0400
libinline-java-perl (0.58~dfsg-2) unstable; urgency=medium
* Team upload.
* debian/rules: don't build JNI extension on some architectures where it
seems to have problems. (Closes: #754755)
* Declare compliance with Debian Policy 3.9.8.
* Update lintian override to match new lintian tag name.
* Update Vcs-Git in debian/control to use https.
-- gregor herrmann <gregoa@debian.org> Wed, 21 Dec 2016 22:15:57 +0100
libinline-java-perl (0.58~dfsg-1) unstable; urgency=medium
[ upstream ]
* New release(s).
[ Jonas Smedegaard ]
* Repackage upstream tarball, excluding sourceless jar file.
* Drop patch 01: Adopted upstream.
* Unfuzz patch 02.
* Declare compliance with Debian Policy 3.9.7.
* Update copyright info:
+ Extend copyright of packaging to cover current year.
-- Jonas Smedegaard <dr@jones.dk> Fri, 05 Feb 2016 14:03:13 +0100
libinline-java-perl (0.56-2) unstable; urgency=medium
* Add patch 02 to make build reproducible.
* Revert to build-depend unversioned on debhelper: It is not for
debhelper to dictate versioned dependency, so related lintian notice
is wrong (which is believed to be the reason severity is so low).
* Fix use https protocol in Vcs-Browser URL.
* Update copyright info:
+ Extend copyrigt coverage for myself to include recent years.
+ Use License-Grant and License-Reference fields.
Thanks to Ben Finney.
* Have watch file also (and primarily) track github releases.
* Have CDBS fetch from github (apparently CPAN is lagging behind).
* Put aside upstream cruft during build (not just clean it) to not
upset git-buildpackage.
Tighten build-dependency on cdbs for put-aside support.
* Bump debhelper compatibility level to 9.
* Override lintian regarding build-depending unversioned on debhelper.
* Add lintian overrides regarding license in License-Reference field.
See bug#786450.
-- Jonas Smedegaard <dr@jones.dk> Mon, 03 Aug 2015 17:17:31 +0200
libinline-java-perl (0.56-1) unstable; urgency=medium
* Team upload.
[ gregor herrmann ]
* Imported Upstream version 0.55
* Add git URL to Source field in debian/copyright.
* Update build and runtime dependencies.
The new release needs libinline-perl (>= 0.68) and libinline-c-perl.
[ Peter Pentchev ]
* Depend unconditionally on default-jdk, as per the Debian policy for
Java section 2.2. Closes: #770762
* Remove some autogenerated files to allow the package to build twice
in a row. Closes: #770844
* Set LC_NUMERIC=C when running the tests since some of them assume
that the decimal point separator is a period. Closes: #770845
* Depend on debhelper >> 8 to appease Lintian.
* Bump Standards-Version to 3.9.6 with no changes.
* Improve the package's long description.
* Add the 01-typos patch to fix the manual pages.
* Switch to the cgit frontend for Vcs-Browser.
* New upstream release.
-- Peter Pentchev <roam@ringlet.net> Wed, 26 Nov 2014 12:31:04 +0200
libinline-java-perl (0.53-3) unstable; urgency=medium
* Team upload.
* Fix broken symlinks when built under Perl 5.20.
Since the vendorarch path differs, we can't use a fixed length for
relative links.
(Closes: #753057)
-- gregor herrmann <gregoa@debian.org> Tue, 29 Jul 2014 18:40:14 +0200
libinline-java-perl (0.53-2) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Change Vcs-Git to use canonical hostname (anonscm.debian.org).
[ Jonas Smedegaard ]
* Update README.source to emphasize control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Fix use canonical Vcs-Git and Vcs-Browser URLs.
* Bump standards compliance to standards-version 3.9.5.
* Update watch file to use www.cpan.org and metacpan.org URLs (not
search.cpan.org URL).
* Bump packaging license to GPL-3+, and extend copyrigt coverage for
myself to include recent years.
* Fix resolve (not hardcode) path to perl libraries during install.
Closes: bug#752706. Thanks to Niko Tyni.
-- Jonas Smedegaard <dr@jones.dk> Thu, 26 Jun 2014 23:05:32 +0200
libinline-java-perl (0.53-1) unstable; urgency=low
* Initial packaging release.
Closes: bug#684098.
-- Jonas Smedegaard <dr@jones.dk> Tue, 07 Aug 2012 03:36:49 +0200
|