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
|
libunicode-string-perl (2.10-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
[ gregor herrmann ]
* debian/control: update Build-Depends for cross builds.
* debian/watch: use uscan version 4.
* Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
-- Jelmer Vernooij <jelmer@debian.org> Tue, 28 Jun 2022 21:36:12 +0100
libunicode-string-perl (2.10-1) 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
[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
copyright"
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* Change bugtracker URL(s) to HTTPS.
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Remove Jaldhar H. Vyas from Uploaders. Thanks for your work!
[ Lucas Kanashiro ]
* Import upstream version 2.10
* Remove fix-defined-hash-deprecation-warning.patch, applied by upstream
* Rename debian/docs -> debian/libunicode-string-perl.docs
* Declare compliance with Debian policy 3.9.8
* debian/rules: enable hardening=+bindnow
* Create patch to fix pod2man error
-- Lucas Kanashiro <kanashiro@debian.org> Mon, 12 Sep 2016 16:03:37 -0300
libunicode-string-perl (2.09-5) unstable; urgency=low
* Team upload.
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* Bump Debhelper compat level to 9.
Adjust versioned Build-Depends on debhelper to (>= 9).
* Update debian/copyright file.
Update to revision 174 of format specification of DEP5 proposal for
machine readable copyright file information.
* Add fix-defined-hash-deprecation-warning.patch patch.
Fix 'defined(%hash) is deprecated' warning.
Thanks to Justin B Rye <jbr@edlug.org.uk> for the patch (Closes: #657144)
* Bump Standards-Version to 3.9.2
* Drop Depends on libmime-base64-perl.
Dependency for MIME::Base64 is already satisfied by perl package.
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 29 Jan 2012 10:28:07 +0100
libunicode-string-perl (2.09-4) unstable; urgency=low
* Team upload.
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
* Change my email address.
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Russ Allbery ]
* Remove myself from Uploaders.
* Update debhelper compatibility level to V8.
- Use debhelper rule minimization.
* Remove versioned build dependency on Perl satisfied by oldstable.
* Change Debian source package format to 3.0 (quilt).
* Rewrite debian/copyright in DEP-5 format.
* Add the Unicode Character Database license, since Unicode::CharMap is
derived from it.
* Expand the long description to note that these modules are older and
predate native Unicode support, and the character mapping table is
somewhat out of date. Recommend using native facilities instead where
possible.
* Update standards version to 3.9.1 (no changes required).
-- Russ Allbery <rra@debian.org> Sun, 06 Mar 2011 15:18:49 -0800
libunicode-string-perl (2.09-3) unstable; urgency=low
[ gregor herrmann ]
* debian/rules: delete /usr/share/perl5 only if it exists.
[ Damyan Ivanov ]
* debian/rules: cleanup
+ allow overriding of perl being used (by $(PERL))
+ use dh_listpackages instead of hard-coded package name
+ use $(CURDIR) instead of $(shell pwd)
+ allow disabling build optimation by setting noopt in $DEB_BUILD_OPTIONS
+ do not ignore test suite errors
+ use "$@" when touching stamps
+ use dh_clean for removing stamp files
+ remove unused dh_installdirs and dh_installman
+ move dh_installdocs and dh_installchangelogs deom install-stamp to
binary-arch target
+ add dh_testroot to binary-arch target
+ .PHONY: remove checkroot, add install and build
* add README to dh_installdocs, remove debian/docs
* debhelper compatibility level 6
* add myself to Uploaders
* debian/copyright: update years of copyright
-- Damyan Ivanov <dmn@debian.org> Fri, 25 Jan 2008 12:59:45 +0200
libunicode-string-perl (2.09-2) 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.
* Don't install empty /usr/share/perl5 directory.
* Install upstream changelog.
* Convert debian/copyright to UTF-8.
* Set Standards-Version to 3.7.3 (no changes needed).
* Remove lintian override, not needed anymore.
[ Frank Lichtenheld ]
* debian/control: Remove superfluous quotes around group name.
[ Russ Allbery ]
* Switch to a dist-based watch file.
* Use a search.cpan.org URL in debian/copyright.
* Capitalize Perl and punctuate the long description better.
-- Russ Allbery <rra@debian.org> Wed, 26 Dec 2007 13:53:54 -0800
libunicode-string-perl (2.09-1) unstable; urgency=low
* New upstream release.
* Added lintian override for pod2man bug #328305.
-- Niko Tyni <ntyni@iki.fi> Sat, 17 Dec 2005 00:36:17 +0200
libunicode-string-perl (2.07-3) unstable; urgency=low
* Add missing dependencies on shared libraries (${shlibs:Depends}).
* Switched to debhelper compatibility level 5.
* Upgraded Standards-Version to 3.6.2. No changes needed.
* Added debian/watch.
-- Niko Tyni <ntyni@iki.fi> Tue, 13 Dec 2005 22:20:19 +0000
libunicode-string-perl (2.07-2) unstable; urgency=low
* Package now maintained by the Debian Perl group.
-- Jaldhar H. Vyas <jaldhar@debian.org> Wed, 15 Jun 2005 08:42:01 -0400
libunicode-string-perl (2.07-1) unstable; urgency=low
* New upstream version. (Closes: #188984)
* Section changed to perl.
-- Jaldhar H. Vyas <jaldhar@debian.org> Mon, 14 Apr 2003 14:15:38 -0400
libunicode-string-perl (2.06-7) unstable; urgency=low
* Added proper pointer to licenses in copyright file. (Closes: #157665)
-- Jaldhar H. Vyas <jaldhar@debian.org> Thu, 5 Sep 2002 14:50:31 -0400
libunicode-string-perl (2.06-6) unstable; urgency=low
* Added proper build depends for perl 5.8.0
-- Jaldhar H. Vyas <jaldhar@debian.org> Sat, 17 Aug 2002 22:34:39 -0400
libunicode-string-perl (2.06-5) unstable; urgency=low
* recompiled for perl 5.8.0.
-- Jaldhar H. Vyas <jaldhar@debian.org> Thu, 1 Aug 2002 00:29:10 -0400
libunicode-string-perl (2.06-4) unstable; urgency=low
* Removed useless README.Debian file (closes: #119244)
-- Jaldhar H. Vyas <jaldhar@debian.org> Fri, 16 Nov 2001 00:27:16 -0500
libunicode-string-perl (2.06-3) unstable; urgency=low
* Recompiled for latest perl policy (Closes: #95509)
-- Jaldhar H. Vyas <jaldhar@debian.org> Sat, 28 Apr 2001 01:53:19 -0400
libunicode-string-perl (2.06-2) unstable; urgency=low
* Recompiled for perl 5.6 (closes: #80708)
-- Jaldhar H. Vyas <jaldhar@debian.org> Sun, 31 Dec 2000 09:42:09 -0500
libunicode-string-perl (2.06-1) unstable; urgency=low
* New upstream version.
-- Jaldhar H. Vyas <jaldhar@debian.org> Mon, 28 Aug 2000 13:29:34 -0400
libunicode-string-perl (2.05-1) unstable; urgency=low
* New upstream version.
-- Jaldhar H. Vyas <jaldhar@debian.org> Tue, 29 Feb 2000 12:33:51 -0500
libunicode-string-perl (2.01-5) unstable; urgency=low
* Now that the perl insanity is over, I can remove a kludge I placed in
the rules file. (fixes: #41666)
-- Jaldhar H. Vyas <jaldhar@debian.org> Wed, 21 Jul 1999 00:51:49 -0400
libunicode-string-perl (2.01-4) unstable; urgency=low
* Recompiled for perl-5.005
-- Jaldhar H. Vyas <jaldhar@debian.org> Wed, 7 Jul 1999 17:49:45 -0400
libunicode-string-perl (2.01-3) unstable; urgency=low
* No longer hard codes i386 in debian/rules (fixes #38692)
-- Jaldhar H. Vyas <jaldhar@debian.org> Tue, 1 Jun 1999 06:41:34 -0400
libunicode-string-perl (2.01-2) unstable; urgency=low
* Added proper targets to debian/rules (fixes #38340)
-- Jaldhar H. Vyas <jaldhar@debian.org> Wed, 26 May 1999 17:22:10 -0400
libunicode-string-perl (2.01-1) unstable; urgency=low
* Initial Release.
-- Jaldhar H. Vyas <jaldhar@debian.org> Mon, 5 Apr 1999 9:57:09 -0500
|