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
|
pcf2bdf (1.06-1) unstable; urgency=medium
[ upstream ]
* new release
notable changes:
+ make 64bit compliant
+ braces added to all if-else and for
+ avoid stack-based buffer overflow
[ Jonas Smedegaard ]
* add git-buildpackage config:
+ use pristine-tag
+ sign tags
+ avoid any .git* files
* add source helper script copyright-check
* simplify rules;
stop build-depend on cdbs devscripts dh-buildinfo
* update Vcs-* fields, reflecting move to fonts team on Salsa
* install upstream README
* set Maintainer to Debian Fonts Task Force,
and list myself as Uploader
* set Rules-Requires-Root: no
* use debhelper compatibility level 13 (not 8);
build-depend on debhelper-compat (not debhelper)
* declare compliance with Debian Policy 4.5.1
* copyright info:
+ update coverage
+ use https protocol in Format URL
* update watch file:
+ use file format 4 (not 3)
+ use substitution strings
+ rewrite usage comment
* add MIME file;
closes: bug#728821, thanks to Kevin Ryde
-- Jonas Smedegaard <dr@jones.dk> Fri, 26 Feb 2021 13:37:31 +0100
pcf2bdf (1.05-1) unstable; urgency=medium
[ upstream ]
* New release.
+ Have size come from POINT_SIZE instead of PIXEL_SIZE.
+ Have internal quotation characters in a string property indicated
(or "quoted”) by using two quotation characters in a row.
+ Fix avoid crash with large compressed metrics tables.
+ Fix support gzipped source.
+ Fix use C++ compiler and simplify using GNU extensions.
+ Other fixes.
[ Jonas Smedegaard ]
* Fix watch file URL and CDBS upstream-tarball hint.
* Update copyright info: Extend coverage for upstream author.
* Drop all patches: Adopted upstream.
-- Jonas Smedegaard <dr@jones.dk> Mon, 18 May 2015 09:51:15 +0200
pcf2bdf (1.04-5) unstable; urgency=medium
* Update README.source to emphasize that control.in file is *not* a
show-stopper for contributions, referring to wiki page for details.
* Update URLs to upstream source in watch file and CDBS hints.
* Update copyright info:
+ Add alternate git source URL.
+ Extend coverage for myself.
+ Bump packaging license to GPL-3+.
* Declare compliance with Debian Policy 3.9.6.
* Update Vcs-* fields.
* Bump debhelper compatibility level to 8.
-- Jonas Smedegaard <dr@jones.dk> Sat, 16 May 2015 15:05:18 +0200
pcf2bdf (1.04-4) unstable; urgency=low
* Add/update Homepage, watch file and source URLs: Upstream moved to
github.com.
* Update patch 1001:
+ Fix declare INSTALL commands, recommended by Make documentation.
+ Fix adjust manpage path.
+ Drop RM abstraction: Discouraged by Make documentation.
* Set PREFIX and DESTDIR, and install using upstream Makefile target.
-- Jonas Smedegaard <dr@jones.dk> Sun, 17 Jun 2012 18:06:38 +0200
pcf2bdf (1.04-3) unstable; urgency=low
* Modernize CDBS usage:
+ Drop local snippets (all included upstream now).
+ Add README.source (and drop custom CDBS README.
Closes: bug##673316. Thanks to Samuel Thibault.
* Use source format 3.0 (quilt) (and stop including quilt snippet or
explicitly build-depending on quilt-related packages).
* Git-ignore quilt .pc subdir.
* Rewrite copyright file using format 1.0.
* Bump standards-version to 3.9.3.
* Add Vcs-* hints: Packaging now maintained in Git at Alioth.
* Extend patch 1001 to simplify Makefile using GNU extension.
* Add patch 1002 to fix support gzipped source.
Closes: bug#463927. Thanks to Colin Watson.
* Add patch 1003 to fix avoid crash with large compressed metrics
tables.
Closes: bug#463928. Thanks to Colin Watson.
* Update package relations:
+ Tighten build-dependency on cdbs, and build-depend on devscripts:
Needed for modernized CDBS routines.
+ Relax build-depend unversioned on debhelper: Needed versions
satisfied even in oldstable.
* Depend on ${misc:Depends}.
-- Jonas Smedegaard <dr@jones.dk> Sun, 17 Jun 2012 14:51:09 +0200
pcf2bdf (1.04-2) unstable; urgency=low
* Update local cdbs snippets:
+ Replace auto-update.mk with (overload of) buildcore.mk.
+ Add upstream-tarball.mk adding get-orig-source rule and more.
+ Update buildinfo.mk: Fix touchfile to run only once.
+ Look also for "(c)" in copyright-check.mk, and avoid non-printable
characters.
+ Check copyrights in prebuild (in clean it may choke on not yet
cleaned stuff), and make sure it runs only once.
+ List non-binary files affected if discovering new copyrights.
+ Add README.cdbs-tweaks documenting the added tweaks.
+ Advertise README.cdbs-tweaks in debian/rules.
* Fix watch file to use suffix tgz (not tar.gz).
-- Jonas Smedegaard <dr@jones.dk> Sun, 22 Apr 2007 20:26:02 +0200
pcf2bdf (1.04-1) unstable; urgency=low
* Initial release. Closes: bug#368309.
-- Jonas Smedegaard <dr@jones.dk> Sun, 16 Jul 2006 20:01:26 +0200
|