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
|
libunicode-map-perl (0.112-13) unstable; urgency=medium
* Team upload.
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/control: update Build-Depends for cross builds.
* debian/watch: use uscan version 4.
[ Étienne Mollier ]
* adjust pod.patch to fix Unicode::Map whatis entry
(Closes: #991102, #987197)
[ Debian Janitor ]
* Bump debhelper dependency to >= 10, since that's what is used in
debian/compat.
* Bump debhelper from old 10 to 13.
* Set debhelper-compat version in Build-Depends.
[ Étienne Mollier ]
* d/control: declare compliance to standards version 4.6.1.
* d/t/p/use-name added: ensure tests run against Unicode::Map.
-- Étienne Mollier <emollier@debian.org> Tue, 24 May 2022 16:21:19 +0200
libunicode-map-perl (0.112-12) unstable; urgency=medium
[ 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 ]
* Remove Daniel Ruoso from Uploaders on request of the MIA team.
(Closes: #831621)
* Add Testsuite declaration for autopkgtest-pkg-perl.
[ Niko Tyni ]
* Update my email address in Uploaders
* Update to debhelper compat level 10
* Update to Standards-Version 4.1.3
* Declare that the package does not need (fake)root to build
-- Niko Tyni <ntyni@debian.org> Tue, 13 Feb 2018 20:52:50 +0200
libunicode-map-perl (0.112-11) unstable; urgency=low
* Team upload
[ Jonathan Yu ]
* Removed Alexis Sukrieh from Uploaders (Closes: #536158)
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
* debian/watch: use dist-based URL.
* Revert changes to upstream Makefile.PL; remove unneeded manpages in
debian/rules.
* Split out Niko's patch for the big5 test into test-big5.patch; add quilt
framework.
* Add debian/README.source to document quilt usage, as required by
Debian Policy since 3.8.0.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ gregor herrmann ]
* Convert to source format 3.0 (quilt).
* Add a patch to fix a POD error.
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ 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 ]
* Fix pkg-perl lintian warning arch-any-package-needs-newer-debhelper
* Bump debhelper compatibility to 9
+ Call dh_clean after checking for fix-big5-stamp
* Remove quilt traces from debian/rules and quilt build-dependency
* Revamp debian/rules:
+ Fix lintian warning debian-rules-missing-recommended-target
+ Replace "dh_clean -k" by "dh_prep"
+ Use dh_auto_{configure,build,test,install,clean}
- Adapt debian/rules for different default install path and remove
obsolete debian/libunicode-map-perl.install
- Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated
- Fixes lintian warning hardening-no-relro
- Fixes blhc warning dpkg-buildflags-missing
+ Drop obsolete manual removing of stamp files, now done by dh_clean
+ Drop now obsolete dh_installchangelogs parameter
+ Switch to minimal dh-style debian/rules file
+ Refactoring: Reindent debian/rules and normalize variable usage
* Also fix the following lintian warnings:
+ binary-control-field-duplicates-source (priority, section)
+ copyright-refers-to-symlink-license
* Bump Standards-Version to 3.9.5 (no further changes)
* Do not compress executable example which is just close over 4k size
* Use wildcards in debian/libunicode-map-perl.examples
-- Axel Beckert <abe@debian.org> Sat, 14 Dec 2013 00:12:27 +0100
libunicode-map-perl (0.112-10) unstable; urgency=medium
[ Niko Tyni ]
* Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
(Closes: #389988)
* Urgency set to medium because of an RC bug fix.
* Upgrade to Standards-Version 3.7.2. No changes needed.
* Upgrade to debhelper compatibility level 5.
* Add dependency on ${misc:Depends}.
* Don't run the 'install' and 'build' targets twice when building.
[ Alexis Sukrieh ]
* Added myself as an uploader.
* Put debian/compat to `5' instead of `4'.
-- Alexis Sukrieh <sukria@debian.org> Tue, 3 Oct 2006 19:44:52 +0200
libunicode-map-perl (0.112-9) unstable; urgency=low
* Add debian/watch.
* Fix the BIG5 map at build-time to include US-ASCII compatible
characters 0-127. (Closes: #320406)
* Test the fixed BIG5 map in t/map.t.
-- Niko Tyni <ntyni@iki.fi> Sun, 15 Jan 2006 22:46:48 +0200
libunicode-map-perl (0.112-8) unstable; urgency=low
* Added missing dependencies on shared libraries (${shlibs:Depends}).
* Updated Standards-Version to 3.6.2. No changes needed.
-- Niko Tyni <ntyni@iki.fi> Tue, 13 Dec 2005 22:26:20 +0000
libunicode-map-perl (0.112-7) unstable; urgency=low
* Adopting Package.
-- Daniel Ruoso <daniel@ruoso.com> Thu, 27 May 2004 17:19:09 -0300
libunicode-map-perl (0.112-6) unstable; urgency=low
* debian/copyright: updated
* debian/control: upgraded to Debian Policy 3.6.1 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 7 Feb 2004 22:50:28 -0600
libunicode-map-perl (0.112-5) unstable; urgency=low
* debian/rules: moved debhelper compatibility level setting to
'debian/compat' per latest debhelper best practices
* debian/control: updated sections according to latest archive changes:
- 'libunicode-map-perl' from 'interpreters' to 'perl'
* debian/control: changed build dependency on 'debhelper' to '(>= 4.1)'
* debian/control: upgraded to Debian Policy 3.6.0 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 27 Jul 2003 08:58:46 -0500
libunicode-map-perl (0.112-4) unstable; urgency=low
* debian/control: improved short description
(closes: Bug#172062)
* debian/control: upgraded to Debian Policy 3.5.8 (no changes)
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 8 Dec 2002 17:25:03 -0600
libunicode-map-perl (0.112-3) unstable; urgency=low
* debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep'
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 4 Aug 2002 15:30:48 -0500
libunicode-map-perl (0.112-2) unstable; urgency=low
* Rebuild against perl 5.8.0
* debian/control: changed build dependency on perl accordingly
* debian/rules: upgraded to debhelper v4
* debian/control: changed build dependency on debhelper accordingly
* debian/rules: migrated from 'dh_movefiles' to 'dh_install'
* debian/rules: split off 'install' target from 'binary-arch' target
* debian/copyright: added pointer to license
-- Ardo van Rangelrooij <ardo@debian.org> Sat, 3 Aug 2002 17:10:57 -0500
libunicode-map-perl (0.112-1) unstable; urgency=low
* New upstream release
-- Ardo van Rangelrooij <ardo@debian.org> Fri, 19 Apr 2002 22:38:11 -0500
libunicode-map-perl (0.110-2) unstable; urgency=low
* debian/control: upgraded to Debian Policy 3.5.6
-- Ardo van Rangelrooij <ardo@debian.org> Sun, 23 Dec 2001 12:34:26 -0600
libunicode-map-perl (0.110-1) unstable; urgency=low
* Initial Release
-- Ardo van Rangelrooij <ardo@debian.org> Fri, 31 Aug 2001 23:41:00 -0500
|