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 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
|
libbit-vector-perl (7.4-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Remove Christian Hammers from Uploaders. Thanks for your work!
Closes: #868834
* 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
[ Debian Janitor ]
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
[ gregor herrmann ]
* debian/control: update Build-Depends for cross builds.
* debian/watch: use uscan version 4.
-- Jelmer Vernooij <jelmer@debian.org> Thu, 09 Jun 2022 00:39:49 +0100
libbit-vector-perl (7.4-1) unstable; urgency=medium
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ Florian Schlichting ]
* Add debian/upstream/metadata
* Import upstream version 7.4
* Email change: Florian Schlichting -> fsfs@debian.org
* Update years of packaging copyright
* Declare compliance with Debian Policy 3.9.6
* Mark package autopkgtest-able
-- Florian Schlichting <fsfs@debian.org> Tue, 07 Jul 2015 23:25:17 +0200
libbit-vector-perl (7.3-1) unstable; urgency=low
* New upstream release.
* Drop Bit-Vector-destroy.patch, merged upstream.
* Update years of upstream copyright.
* Add /me to Uploaders.
-- gregor herrmann <gregoa@debian.org> Thu, 25 Jul 2013 20:29:28 +0200
libbit-vector-perl (7.2-2) unstable; urgency=low
* Team upload.
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ gregor herrmann ]
* Add patch Bit-Vector-destroy.patch from CPAN RT. Fixes test failure
with perl >= 5.17. (Closes: #708003)
* Set Standards-Version to 3.9.4 (no changes).
* Use debhelper 9.20120312 to get all hardening flags.
-- gregor herrmann <gregoa@debian.org> Sun, 12 May 2013 17:46:13 +0200
libbit-vector-perl (7.2-1) unstable; urgency=low
[ gregor herrmann ]
* debian/rules: fix hashbang in example scripts, thanks to Dario Minnucci
for the bug report (closes: #543671).
[ Ryan Niebur ]
* Update jawnsy's email address
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Florian Schlichting ]
* Imported Upstream version 7.2.
* Switched debhelper compatibility level to 9 to enable passing of CFLAGS.
* Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
* Switched to source format "3.0 (quilt)".
* Added a separate copyright stanza for BitVector.c, BitVector.h and
ToolBox.h, referencing the optional LGPL-2 licensing.
* Added spelling-error-in-manpage.patch.
* Added myself to Uploaders and copyright.
-- Florian Schlichting <fschlich@zedat.fu-berlin.de> Sat, 10 Mar 2012 00:47:34 +0100
libbit-vector-perl (7.1-1) unstable; urgency=low
* New upstream release
-- Christian Hammers <ch@debian.org> Sun, 11 Oct 2009 16:39:18 +0200
libbit-vector-perl (7.0-1) unstable; urgency=low
* New upstream release
+ Fix GCD2() when used with null-size vectors
* Remove version dependency on libcarp-clan-perl (we have a
newer version even in oldstable)
-- Jonathan Yu <frequency@cpan.org> Mon, 24 Aug 2009 19:41:59 -0400
libbit-vector-perl (6.9-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
+ Bugfix: Storable wasn't reconstructing nested data structures
properly when they contained several references to the same
Bit::Vector object
+ Fix hard-coded table size MASKTABSIZE in BitVector.c
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
permitted by Debian Policy 3.8.3).
[ gregor herrmann ]
* debian/copyright: merge stanzas.
* Set Standards-Version to 3.8.3 (no changes).
* Remove historical debian/README.Maintainer.
-- Jonathan Yu <frequency@cpan.org> Thu, 20 Aug 2009 09:25:15 -0400
libbit-vector-perl (6.6-1) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
[ Jonathan Yu ]
* New upstream release
+ Fixes for thread-safety
+ Add automatic support for "Storable"
* Bump compat to 7
* Use new shorter debhelper format
* Cleaned up copyright, brought it to the new machine-readable format
* Cleaned up the description a bit
* Added myself to Uploaders and Copyright
[ gregor herrmann ]
* debian/watch: use extended regexp for matching upstream versions.
-- Jonathan Yu <frequency@cpan.org> Tue, 28 Jul 2009 12:45:59 -0400
libbit-vector-perl (6.4-7) unstable; urgency=low
[ gregor herrmann ]
* Use dist-based URL in debian/watch.
* debian/rules: delete /usr/share/perl5 only if it exists.
[ Damyan Ivanov ]
* debian/rules:
+ convert to plain debhelper
+ install more docs and examples
* debian/copyright:
+ update years of copyright
+ use dist-based upstream URL
+ add pointers to the licenses used (instead of a general "see them in
/usr/share/common-licenses")
* revert the change in t/01________new.t that looks unneeded
* also remove patchlevel.h
* drop "Replaces: libdate-calc-perl, libcarp-clan-perl" as these modules are
no longer shipped in libbit-vector-perl
* Standards-Version: 3.7.3 (no changes)
* debelper compatibility level 6
* add myself to Uploaders
-- Damyan Ivanov <dmn@debian.org> Wed, 16 Jan 2008 23:38:44 +0200
libbit-vector-perl (6.4-6) unstable; urgency=low
[ Gregor Herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
[ Gunnar Wolf ]
* Changed the maintainer to the Debian Perl Group
* Bumped up standards-version to 3.7.2.2
-- Gunnar Wolf <gwolf@debian.org> Tue, 09 Oct 2007 17:42:47 -0500
libbit-vector-perl (6.4-5) UNRELEASED; urgency=low
* Added ${shlibs:Depends} to debian/control to make checklib happy.
-- Christian Hammers <ch@debian.org> Tue, 26 Sep 2006 00:24:45 +0200
libbit-vector-perl (6.4-4) unstable; urgency=low
* Rebuild with adjusted dependencies.
-- Christian Hammers <ch@debian.org> Mon, 20 Dec 2004 20:00:17 +0100
libbit-vector-perl (6.4-3) unstable; urgency=low
* libcarp-clan-perl has been accepted as new package so the
modules moved to this package.
-- Christian Hammers <ch@debian.org> Mon, 25 Oct 2004 00:10:32 +0200
libbit-vector-perl (6.4-2) unstable; urgency=medium
* Upstream decided to split apart the Carp/Clan.pm module.
A new Debian package called libcarp-clan-perl has already been
uploaded but as it always takes some time for new packges to get
accepted I include the module in this package (just as it was back
in version 6.3).
This prevents some packages from beeing uninstallable due to transitive
dependencies over this package to the uninstallable libcarp-clan-perl.
Closes: #276540
-- Christian Hammers <ch@debian.org> Tue, 19 Oct 2004 22:09:11 +0200
libbit-vector-perl (6.4-1) unstable; urgency=low
* New upstream release
-- Christian Hammers <ch@debian.org> Mon, 11 Oct 2004 22:39:07 +0200
libbit-vector-perl (6.3-3) unstable; urgency=low
* Added cdbs to Build-Deps.
-- Christian Hammers <ch@debian.org> Sat, 24 Jul 2004 04:06:16 +0200
libbit-vector-perl (6.3-2) unstable; urgency=low
* Switched to CDBS.
* Updated debian/watch.
-- Christian Hammers <ch@debian.org> Fri, 23 Jul 2004 21:22:55 +0200
libbit-vector-perl (6.3-1) unstable; urgency=low
* New upstream release
* Changed section to "perl".
* Raised standards version.
-- Christian Hammers <ch@debian.org> Sun, 22 Jun 2003 17:07:23 +0200
libbit-vector-perl (6.1-4) unstable; urgency=medium
* Rebuild against perl-5.8.
-- Christian Hammers <ch@debian.org> Sun, 25 Aug 2002 18:16:35 +0200
libbit-vector-perl (6.1-3) unstable; urgency=low
* Corrected copyright file. Closes: #157547
-- Christian Hammers <ch@debian.org> Fri, 23 Aug 2002 23:51:59 +0200
libbit-vector-perl (6.1-2) unstable; urgency=low
* Added "use integer;" to let test suite work on ia64 architecture.
Thanks to Steffen Beyer. Closes: #143936
-- Christian Hammers <ch@debian.org> Tue, 23 Apr 2002 13:03:42 +0200
libbit-vector-perl (6.1-1) unstable; urgency=low
* Initial release.
I mainly packaged it because libdate-calc-perl needs it for some
classes. Closes: #142196
-- Christian Hammers <ch@debian.org> Sun, 14 Apr 2002 17:15:35 +0200
|