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
|
libextutils-xsbuilder-perl (0.28-5) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Apply multi-arch hints. + libextutils-xsbuilder-perl: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 19 Nov 2022 18:37:42 +0000
libextutils-xsbuilder-perl (0.28-4) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* Remove Jonathan Yu from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ Laurent Baillet ]
* fix lintian file-contains-trailing-whitespace warning
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Use versioned copyright format URI.
* Update copyright file header to use current field names (Name =>
Upstream-Name, Maintainer => Upstream-Contact)
* Bump debhelper from deprecated 7 to 12.
* Set debhelper-compat version in Build-Depends.
* Replace spaces in short license names with dashes.
* Refer to specific version of license GPL-1+.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 13 Jun 2022 21:57:29 +0100
libextutils-xsbuilder-perl (0.28-3.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Mon, 13 Jun 2022 17:27:32 +0200
libextutils-xsbuilder-perl (0.28-3) unstable; urgency=low
* Team upload.
[ Ansgar Burchardt ]
* Update my email address.
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
* Update Vcs-Browser URL to cgit web frontend
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Niko Tyni ]
* Add patches to make generated XS code reproducible. (Closes: #802078)
* Make the package autopkgtestable.
-- Niko Tyni <ntyni@debian.org> Sat, 17 Oct 2015 16:30:53 +0300
libextutils-xsbuilder-perl (0.28-2) unstable; urgency=low
[ Jonathan Yu ]
* Bringing this package under the pkg-perl group (Closes: #543610)
* Updated d/watch with CPAN search site
* Standards-Version 3.8.3
+ Remove version dependency on perl
+ Add Vcs-* and Homepage fields
[ Ryan Niebur ]
* Update jawnsy's email address
[ gregor herrmann ]
* debian/control: Added: ${misc:Depends} to Depends: field.
[ Ansgar Burchardt ]
* Refresh rules for debhelper 7.
* Convert debian/copyright to proposed machine-readable format.
* debian/rules: Make build-dep on perl unversioned and move it to B-D-Indep.
* Bump Standards-Version to 3.8.4.
* Correct spelling error pointed out by lintian.
+ new patch: spelling.patch
* Remove files in debian/rules instead of patching Makefile.PL.
* Move upstream changes to a patch.
+ new patch: use-C-type.patch
* Add myself to Uploaders.
-- Ansgar Burchardt <ansgar@43-1.org> Mon, 08 Feb 2010 00:09:09 +0900
libextutils-xsbuilder-perl (0.28-1) unstable; urgency=low
* New upstream version.
* Bump standards version.
* Bump debhelper compat version to 5.
* Stop ignoring 'make realclean' errors (lintian).
* Don't try to manpagealise PODTemplate.pm.
-- Angus Lees <gus@debian.org> Thu, 10 Jan 2008 12:56:40 +0000
libextutils-xsbuilder-perl (0.27-1) unstable; urgency=low
* New upstream version.
* Change to section "perl".
* Bump standards version.
-- Angus Lees <gus@debian.org> Sat, 9 Oct 2004 15:18:53 +1000
libextutils-xsbuilder-perl (0.23-1) unstable; urgency=low
* New upstream version.
* Add extra parentheses to T_MAGICHASH_SV INPUT code to stop
"assignment used as truth value" compiler warning.
* Patch WrapXS::get_function to use C type instead of mapped perl type for
return declarations.
* Add null_type case for (U_)CHAR type.
* Explicitly cast return type from epxs_sv2_*REF conversions to quiet
compiler warning during (eg) CV* to SV* mangling.
-- Angus Lees <gus@debian.org> Mon, 10 Mar 2003 22:47:03 +1100
libextutils-xsbuilder-perl (0.22-2) unstable; urgency=low
* Patch XSBuilder/WrapXS.pm to better cope with write_makefilepl('').
-- Angus Lees <gus@debian.org> Tue, 10 Dec 2002 11:28:07 +1100
libextutils-xsbuilder-perl (0.22-1) unstable; urgency=low
* Initial Release.
-- Angus Lees <gus@debian.org> Sun, 8 Dec 2002 14:31:49 +1100
|