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 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878
|
unifont (1:15.1.01-1) unstable; urgency=medium
* New upstream release 15.1.01
-- Hideki Yamane <henrich@debian.org> Tue, 19 Sep 2023 22:25:09 +0900
unifont (1:15.0.06-1) unstable; urgency=medium
* New upstream version 15.0.06
* debian/control
- Set Standards-Version: 4.6.2 with no changes
* debian/patches
- Drop all patches
-- Hideki Yamane <henrich@debian.org> Sun, 09 Jul 2023 13:45:11 +0900
unifont (1:15.0.01-2) unstable; urgency=medium
* debian/patches
- Add 0002-Restore-unifont_jp.hex.patch (Closes: #1020709)
-- Hideki Yamane <henrich@debian.org> Tue, 27 Sep 2022 22:29:38 +0900
unifont (1:15.0.01-1) unstable; urgency=medium
* New upstream version 15.0.01
* debian/patches
- Drop 0002-Modify-Makefile-to-install-Japanese-variants.patch: with
upstream changes
* Drop unnecessary debian/README.source
* Install OpenType fonts, instead of TrueType
* debian/control
- Update descriptions with above OpenType
-- Hideki Yamane <henrich@debian.org> Sat, 17 Sep 2022 10:45:15 +0900
unifont (1:14.0.04-1) unstable; urgency=medium
* New upstream version 14.0.04
* debian/patches
- Drop 0001-Do-not-exec-clean-target-to-avoid-breaking-parallel-.patch:
merged upstream
-- Hideki Yamane <henrich@debian.org> Fri, 10 Jun 2022 10:46:47 +0900
unifont (1:14.0.03-2) unstable; urgency=medium
* debian/patches
- Add 0002-Modify-Makefile-to-install-Japanese-variants.patch to install
Japanese variant fonts, thanks to Zhang Boyang (Closes: #1012256)
-- Hideki Yamane <henrich@debian.org> Sun, 05 Jun 2022 23:11:27 +0900
unifont (1:14.0.03-1) unstable; urgency=medium
* New upstream version 14.0.03
* debian/control
- Add Build-Depends: texinfo
- Set Standards-Version: 4.6.1 with no changes
* debian/patches
- Add +0001-Do-not-exec-clean-target-to-avoid-breaking-parallel-.patch
-- Hideki Yamane <henrich@debian.org> Sat, 28 May 2022 22:46:05 +0900
unifont (1:14.0.02-1) unstable; urgency=medium
* New upstream version 14.0.02
-- Hideki Yamane <henrich@debian.org> Fri, 11 Mar 2022 20:44:07 +0900
unifont (1:14.0.01-1) unstable; urgency=medium
* New upstream release 14.0.01
-- Hideki Yamane <henrich@debian.org> Sat, 23 Oct 2021 21:25:49 +0900
unifont (1:13.0.06-2) unstable; urgency=medium
* Team upload.
* debian/control: Drop transitional package ttf-unifont.
(Closes: #992985)
* Do not suggest ttf-unifont for xfonts-unifont package; use
fonts-unifont instead.
-- Boyuan Yang <byang@debian.org> Fri, 27 Aug 2021 14:19:17 -0400
unifont (1:13.0.06-1) unstable; urgency=medium
* New upstream version 13.0.06
-- Hideki Yamane <henrich@debian.org> Fri, 26 Feb 2021 05:52:19 +0900
unifont (1:13.0.05-1) unstable; urgency=medium
* New upstream version 13.0.05
-- Hideki Yamane <henrich@debian.org> Sun, 27 Dec 2020 15:58:13 +0900
unifont (1:13.0.04-1) unstable; urgency=medium
* New upstream version 13.0.04
* debian/control
- Set Standards-Version: 4.5.1 with no change
-- Hideki Yamane <henrich@debian.org> Sat, 28 Nov 2020 13:34:01 +0900
unifont (1:13.0.03-1) unstable; urgency=medium
* New upstream version 13.0.03
* debian/patches
- Drop Makefile.patch: merged upstream
-- Hideki Yamane <henrich@debian.org> Fri, 17 Jul 2020 22:14:18 +0900
unifont (1:13.0.02-1) experimental; urgency=medium
* New upstream version 13.0.02
* Set New Maintainer and Uploaders (Closes: #923914)
* debian/control
- Rename ttf-unifont to fonts-unifont and make ttf- package as
transitional package
- Set debhelper-compat (= 13)
- Set Build-Depends-Indep: fontforge-nox | fontforge
- Use https for upstream URL
- Move Vcs-* to salsa.debian.org
- Demote Depend: xfonts-unifont to Recommends: to avoid lintian error
* debian/copyright
- Use https for upstream URL
* debian/watch
- Use version4 syntax
* debian/salsa-ci.yml
- Disable unnecessary tests
* debian/patches
- Add Makefile.patch to fix parallel build
* Add debain/gbp.conf to specify debian branch for gbp-import-orig
* Drop unnecessary (and useless) debian/unifont.lintian-overrides
-- Hideki Yamane <henrich@debian.org> Sat, 04 Jul 2020 21:52:00 +0900
unifont (1:12.0.01-3) unstable; urgency=medium
* QA upload.
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 12.
* debian/control:
- Added 'Rules-Requires-Root: no' to source stanza.
- Bumped Standards-Version to 4.5.0.
- Changed from Conflicts to Breaks in xfonts-unifont binary block,
because it provides the package manager more leeway to find a valid
upgrade path.
- Created VCS fields.
* debian/copyright:
- Migrated to 1.0 format.
- Updated all data.
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
* debian/unifont-bin.lintian-overrides: created to explain about a package
name in Debian.
* debian/upstream/metadata: added Repository-Browse field.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sat, 04 Apr 2020 01:37:22 -0300
unifont (1:12.0.01-2) unstable; urgency=medium
* QA upload.
* Re-upload as source only to target testing.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sun, 01 Sep 2019 14:50:33 -0300
unifont (1:12.0.01-1) unstable; urgency=medium
* QA upload.
* New upstream release.
* debian/copyright: updated contents.
-- Paul Hardy <unifoundry@unifoundry.com> Mon, 04 Mar 2019 20:09:44 -0800
unifont (1:11.0.03-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Updated to Standards-Version 4.2.1
- Updated Homepage to "http://unifoundry.com/unifont/".
-- Paul Hardy <unifoundry@unifoundry.com> Sat, 08 Dec 2018 11:55:49 -0800
unifont (1:11.0.02-1) unstable; urgency=medium
* Update for Unifont 11.0.02 release.
* Update to debhelper compatibility level 11.
* Update to Debian Policy 4.2.0.
* Removed two end-of-line trailing spaces in this file to appease lintian.
* debian/changelog: removed trailing space at end of two lines.
* debian/control: removed Depends entries:
- psf-unifont: removed "Depends: bdf2psf" entry (Closes: #903681)
- ttf-unifont: removed "Depends: xfonts-utils" entry (Closes: #903833)
- unifont, xfonts-unifont: removed "Depends: xfonts-utils" entries.
* debian/copyright: updated for latest Unifont 11.0 contributions.
* debian/rules: exclude ChangeLog from being installed, until
dh_installchangelogs is updated to exclude that file.
* debian/upstream/metadata: created file.
-- Paul Hardy <unifoundry@unifoundry.com> Fri, 10 Aug 2018 21:08:41 -0700
unifont (1:11.0.01-1) unstable; urgency=medium
* Update for Unicode 11.0.
* debian/control: update to Standards version 4.1.4.
-- Paul Hardy <unifoundry@unifoundry.com> Tue, 05 Jun 2018 12:54:14 -0700
unifont (1:10.0.07-1) unstable; urgency=medium
[Helmut Grohne]
* Fix FTCBFS: (Closes: #875572)
+ Let dh_auto_build pass cross compilers to make
+ debian/patches/nostrip.patch: Do not strip during build
+ Only build "bindir" during arch-only build.
+ Add override_dh_auto_install-arch to only install arch:any components.
[Paul Hardy]
* Update to Unifont 10.0.07 release.
* debian/control: update to Standards version 4.1.2.
* debian/watch:
- update to version 4
- change "ftp://" to "https://"
-- Paul Hardy <unifoundry@unifoundry.com> Wed, 27 Dec 2017 11:47:40 -0800
unifont (1:10.0.06-1) unstable; urgency=medium
* Update to Unifont 10.0.06 release.
* debian/compat: update to version 10.
* debian/control, source package:
- Update debhelper line to: Build-Depends: debhelper (>= 10)
- Removed Build-Depends-Indep entries for libgd-gd2-perl and
libgd-gd2-noxpm-perl because they have been removed from Debian.
- Update Standards-Version to 4.1.0
* debian/copyright: added David Corbett.
* debian/source/include-binaries: removed this file, which contained
"debian/upstream-signing-key.pgp". Now the non-binary file
"debian/upstream/signing-key.asc" is being used instead, to reflect
a change introduced in Debian Policy 4.1.0.
* debian/upstream/signing-key.asc: added file.
* debian/upstream-signing-key.pgp: removed file.
-- Paul Hardy <unifoundry@unifoundry.com> Sat, 26 Aug 2017 15:19:15 -0700
unifont (1:10.0.05-1) unstable; urgency=medium
* Update to Unifont 10.0.05 release.
-- Paul Hardy <unifoundry@unifoundry.com> Wed, 12 Jul 2017 03:28:11 -0700
unifont (1:10.0.04-1) unstable; urgency=low
* Update to Unifont 10.0.04 release, which incorporates all changes
in experimental version 10.0.03.
* debian/control, unifont-bin section:
- Removed "Priority: extra" entry because "extra" no longer exists.
Now "Priority: optional" is inherited from the "unifont" source
package. The change from "optional" to "extra" was made originally
because of unifont-bin Perl programs that required libgd-perl,
which had Priority "extra" (see 766699 for details). (Closes: 867220)
- Removed Depends entries for libgd-gd2-perl and libgd-gd2-noxpm-perl
because they have been removed from Debian.
* debian/copyright: credited "Anonymous1" by request.
* debian/rules: added the line
"export DEB_BUILD_MAINT_OPTIONS = hardening=+all" to enable "BINDNOW"
and "RELRO" hardening flags.
* debian/unifont-bin.lintian-overrides: removed file, which contained
"unifont-bin: hardening-no-fortify-functions usr/bin/unifontpic".
The file was created to override a false positive. That false positive
is no longer triggered.
-- Paul Hardy <unifoundry@unifoundry.com> Sat, 08 Jul 2017 03:13:19 -0700
unifont (1:10.0.03-1) experimental; urgency=medium
* unifont-10.0.03/src/hex2sfd: modified to reposition combining characters
when typing text in various editors. This version probably works fine,
but is in "experimental" to allow testing before moving to unstable.
-- Paul Hardy <unifoundry@unifoundry.com> Fri, 30 Jun 2017 15:04:14 -0700
unifont (1:10.0.02-1) unstable; urgency=medium
* Update to Unifont 10.0.02 release.
* Includes touched-up U+03xx block for better looking tonos over Greek
letters, shift Greek breathing marks left, and other adjustments.
-- Paul Hardy <unifoundry@unifoundry.com> Fri, 30 Jun 2017 10:26:56 -0700
unifont (1:10.0.01-2) unstable; urgency=medium
* Update to standards version 4.0.0.
* Fixed typo in ChangeLog; thanks to Matt Kraai.
-- Paul Hardy <unifoundry@unifoundry.com> Sun, 25 Jun 2017 14:16:49 -0700
unifont (1:10.0.01-1) unstable; urgency=medium
* Update to support Unicode 10.0 release.
* Built & tested on first Stretch stable release.
* debian/control, unifont-bin section:
- Added Depends entry for bdf2psf.
- Added Suggests entry for texlive.
- Added system requirement of at least 4 GB main memory.
* Utilities for ".bmp" graphics files & documentation updated to support
quadruple-length glyphs.
* Further details in ChangeLog file in main directory.
-- Paul Hardy <unifoundry@unifoundry.com> Tue, 20 Jun 2017 07:49:59 -0700
unifont (1:9.0.06-2) unstable; urgency=medium
* debian/control: improved package descriptions.
-- Paul Hardy <unifoundry@unifoundry.com> Mon, 02 Jan 2017 04:41:43 -0800
unifont (1:9.0.06-1) unstable; urgency=medium
* Unifont 9.0.06 release. Upstream changes are in ChangeLog file.
* debian/changelog: added to unifont 1:9.0.05-1 description below
to mention bug number of lintian duplicate word false positive.
-- Paul Hardy <unifoundry@unifoundry.com> Thu, 22 Dec 2016 15:39:02 -0800
unifont (1:9.0.05-1) unstable; urgency=medium
* Unifont 9.0.05 release.
* debian/control: reworded descriptions to avoid duplicate word "Plane"
false positive lintian warning, rather than adding a lintian override.
Reported this in May 2016 as an update to Bug 822504: "lintian: false
positive spelling-error-in-copyright (duplicate word) involving names
and field labels". The person who added that lintian check considered
removing it from lintian, but that hasn't happened yet.
* debian/control: added "Multi-Arch: foreign" tag for "unifont" package.
-- Paul Hardy <unifoundry@unifoundry.com> Sat, 10 Dec 2016 16:58:01 -0800
unifont (1:9.0.04-1) unstable; urgency=medium
* debian/control: added "Multi-Arch: foreign" tags for xfonts-unifont,
ttf-unifont, and psf-unifont. Their formats are all byte-order
independent.
* Fixed two swapped glyphs and modified others as noted in ChangeLog file.
-- Paul Hardy <unifoundry@unifoundry.com> Sat, 29 Oct 2016 14:51:08 -0700
unifont (1:9.0.03-1) unstable; urgency=medium
* Unifont 9.0.03 release.
* Added 3 CSUR scripts, notably Pikto in Plane 15.
* Other changes as noted in the ChangeLog file.
-- Paul Hardy <unifoundry@unifoundry.com> Sun, 28 Aug 2016 23:43:17 -0700
unifont (1:9.0.02-1) unstable; urgency=medium
* Added 3 CSUR scripts.
* Moved U+A7AE glyph to its correct codepoint; it was at U+A72E.
* Made other modifications as noted in ChangeLog file.
-- Paul Hardy <unifoundry@unifoundry.com> Sat, 27 Aug 2016 07:04:41 -0700
unifont (1:9.0.01-1) unstable; urgency=medium
* Updated for the Unicode 9.0.0 standard.
* Modified U+301C glyph as per changes in Unicode 8. (Closes: 826603)
* Many other modifications to existing glyphs as noted in the ChangeLog file.
-- Paul Hardy <unifoundry@unifoundry.com> Sat, 02 Jul 2016 09:22:47 -0700
unifont (1:8.0.01-1) unstable; urgency=medium
* Update to support Unicode 8.0.0.
-- Paul Hardy <unifoundry@unifoundry.com> Sat, 27 Jun 2015 07:45:44 -0700
unifont (1:7.0.06-1) unstable; urgency=medium
* debian/control:
- Updated to Standards Version 3.9.6.
- Added "libgd-perl" to Depends, Build-Depends, and Build-Depends-Indep
entries for "libgd-gd2-noxpm-perl | libgd-gd2-perl". The unihex2png
utility program that creates graphics images of each block of 256 code
points is invoked during the creation of font/compiled, with the "png:"
target; it requires the Perl GD library when run during building.
- Set priority of unifont-bin to "extra" because three Perl scripts
(unihex2png, unipng2hex, and unifont-viewer) require libgd-perl (or
the related libgd-gd2-perl or libgd-gd2-noxpm-perl) to run, and those
Perl library packages have priority "extra".
-- Paul Hardy <unifoundry@unifoundry.com> Thu, 23 Oct 2014 16:48:36 -0700
unifont (1:7.0.05-1) unstable; urgency=medium
* debian/control:
- Removed psf-unifont Depends entry for console-setup;
it is not needed.
- Added alternate package dependency of libgd-gd2-perl to
libgd-gd2-noxpm-perl so this package will build on Ubuntu
and its derivatives.
* debian/copyright: corrected spelling of anonymous contributor.
* debian/patches: Removed directory; patch was applied to upstream source.
* Note: there was no 1:7.0.04 release because of a bug in that version's
font/plane01/Makefile, which made the package fail to build on a
system that did not have unihexfill already installed.
-- Paul Hardy <unifoundry@unifoundry.com> Fri, 17 Oct 2014 18:13:04 -0700
unifont (1:7.0.03-1) unstable; urgency=medium
* debian/changelog: Note: there was no 1:7.0.01 Debian release; a
bug was discovered in font/Makefile shortly after it was created.
There was also no 1:7.0.02 Debian release, because that version
was missing a man page for unihexfill. See ChangeLog for details.
This release addresses both of those issues.
* debian/control:
- Added libwx-perl and libgd-gd2-noxpm-perl Depends entries to
unifont-bin and libgd-gd2-noxpm-perl Build-Depends-Indep entry
for unifont to support the new unifont-viewer and unihex2png
Perl scripts.
- Removed unifont source package Dependency on console-setup; it
wasn't needed.
* debian/copyright:
- Now formatted in UTF-8 to spell non-ASCII names of contributors
correctly.
- Updated to reflect new contributors as of the Unicode 7.0 release
(that is, as of this Debian release).
* Added a patch to add man/unifont-viewer.1 to the list of MAN1PAGES
in man/Makefile, so it will get installed.
-- Paul Hardy <unifoundry@unifoundry.com> Tue, 01 Jul 2014 22:26:22 -0700
unifont (1:6.3.20140214-1) unstable; urgency=medium
* debian/copyright:
- Include reference to GNU Free Documentation License reference 1.3.
(Closes: 738836)
- Separately list authors of non-Basic Multilingual Plane Unicode and
ConScript Unicode Registry (CSUR) scripts.
-- Paul Hardy <unifoundry@unifoundry.com> Fri, 14 Feb 2014 08:30:41 -0800
unifont (1:6.3.20140204-1) unstable; urgency=medium
* Switch to dpkg-source "3.0 (quilt)" format, to allow storing
public key in debian/upstream-signing-key.pgp for debian/watch.
* debian/control:
- Removed a spurious "the" in Description of unifont-bin.
- Added psf-unifont package, to install PSF (console) font.
* debian/psf-unifont: created file, to install new PSF font version.
* debian/README.Debian: added mention of new psf-unifont package.
* debian/rules:
- Changed "font/hexsrc" to "font/plane00" in comments.
* debian/source/include-binaries: created file and added the line
"debian/upstream-signing-key.pgp".
* debian/source/format: changed to "3.0 (quilt)".
* debian/upstream-signing-key.pgp: created file with GPG public key.
* debian/watch: prepended "opts=pgpsigurlmangle=s/$/.sig/" to watch
file pattern, to verify GPG signatures of new upstream tarballs.
* debian/changelog: inserted "after" in Title description for
debian/unifont-bin.doc-base.
-- Paul Hardy <unifoundry@unifoundry.com> Tue, 04 Feb 2014 18:05:57 -0800
unifont (1:6.3.20131221-1) unstable; urgency=medium
* debian/control:
- Added Build-Depends-Indep entries in unifont entry for
fontforge and xfonts-utils, removing them from Build-Depends.
(Also adding build-indep target in debian/rules to match.)
- Simplified Build-Depends entry for debhelper to be >= 9.
* debian/rules:
- override_dh_auto_build-indep: new target.
- override_dh_auto_build-arch: new target.
- Removed override_dh_auto_build target.
* debian/unifont-bin.doc-base:
- Title: Added "and Reference" after "GNU Unifont Utilities Tutorial".
- Added to Abstract.
- Added entries for unfont.info.gz and unifont.pdf.gz.
* debian/unifont-bin.docs: removed ChangeLog. Its contents
now get added to debian/changelog after the debian/ entries.
* ChangeLog: corrected date on last entry from 12-27 to 12-17.
* Makefiles: updated date for new release.
* font/hexsrc/unifont-base.hex: Modified glyphs to appear better
in APL: U+22F8, U+233B, U+233E, U+235B, and U+2364.
* font/ttfsrc/Makefile: commented out SetFontNames function calls
in fontforge. Not all applications were interpreting that data
correctly. For example, in LibreOffice, it listed the font as
the foundry name ("GNU") rather than the foundry name plus the
font name ("GNU Unifont") or just the font name. That is a bug
in LibreOffice, so if such things are fixed in the future then
these calls can be re-introduced.
* src/hex2bdf:
- Rearranged some properties (cosmetic change).
- Changed default font name from "unifont" to "Unifont".
* src/unigencircles.c: changed subscript from MAXSTRING to
MAXSTRING-1 at line 61.
-- Paul Hardy <unifoundry@unifoundry.com> Fri, 20 Dec 2013 20:31:46 -0800
unifont (1:6.3.20131217-1) unstable; urgency=medium
* debian/control: moved unifont Build-Depends-Indep entries for
xfonts-utils and fontforge to Build-Depends. (Closes: #732381)
* Switched to upstream version 6.3.20131217.
* doc/Makefile: removed redirection of texi2pdf output.
* doc/unifont.pdf: rebuilt file.
* font/Makefile:
- Don't modify PCF fonts with FontForge, which alters them
so grub-mkfont can't read them.
- In font/compiled, insert $(VERSION) into unifont.sfd name.
* font/ttfsrc/Makefile (clean): remove *.bdf, so unifont_sample.bdf
is removed.
* README: removed date stamp at top of file.
-- Paul Hardy <unifoundry@unifoundry.com> Tue, 17 Dec 2013 19:05:43 -0800
unifont (1:6.3.20131215-1) unstable; urgency=low
* Switched to upstream version 6.3.20131215.
(Closes: #698191, #698194, #727309)
(LP: #1231173)
* debian/compat: now set to "9".
* debian/control:
- unifont source package now Build-Depends on debhelper (>= 9.0).
- Standards-Version updated to 3.9.5.
- Removed redundant "Section: fonts" entries.
- Added Suggests to unifont-bin for texinfo package, to run makeinfo
and texi2pdf if someone wants to change the source documents.
- Updated Description fields to reflect the installation of the
special-purpose font "Unifont Sample" alongside the standard font
"Unifont".
* debian/copyright - updated to reflect new licensing arrangements.
* debian/README.Debian - removed an extraneous "the".
* debian/rules: Now builds with "dh" instead of the old debhelper scripts.
* debian/unifont-bin.doc-base: old "unifont-intro.txt" is now "unifont.txt".
* debian/unifont-bin.docs: added new document files for binary package.
* debian/unifont-bin.info: added to support new Texinfo documentation.
* debian/unifont-bin.lintian-overrides: override a probable false positive
complaint about hardening. All binaries are built with the very same
flags, and lintian only complains about hardening in one of those programs.
* src/unihex2png: new program to convert unifont.hex to PNG image.
* src/unipng2hex: new program to convert PNG image to unifont.hex.
* src/hex2bdf:
- Added new XLFD properties for font generation for FreeType and
grub-mkfont support; includes version & copyright info.
- Fields now begin with upper-case, including "unifont"-->"Unifont".
- Changed POINT_SIZE property from 160 to 120.
- Added "Sans" style name to FONT string plus XLFD property.
- Added command line options for font name, version, & glyph height.
- Allow generation of fonts with other than 16 pixel rows/glyph, to
support new capabilities of unihex2png, unipng2hex, and hexdraw.
* src/unidup.c: now takes an optional file name on the command line.
* src/*.c: reformatted to follow GNU Coding Standards.
* man/*: Updated man pages to reflect new options, new programs,
and to reflect the GPLv2+ license now common to all programs.
* doc/: new directory with Texinfo files.
* ChangeLog: created new file.
* COPYING: created new file.
* INSTALL: file created using BUILDING section from old README file.
* LICENSE: removed; its contents are in README and COPYING now.
* NEWS: created new file.
* Makefiles: added "SHELL = /bin/sh" if not already declared.
* Makefiles (distclean): added removal of "*~" if not already declared.
* Makefile: compress text files with "gzip -f -9" during installation.
* font/Makefile: fontforge scripting updated; now adds font copyright,
license, version and other info to PCF files.
* font/hexsrc/unifont-base.hex:
- Redrew several Armenian letters (U+0530..U+058F).
- Redrew Capricorn symbol (U+2651).
- Redrew CJK Radical Supplement glyphs: U+2E9F, U+2EA9, U+2EAC,
U+2EAE, U+2EC0, U+2EDE, U+2EE7, and U+2EED.
* font/ttfsrc/Makefile: fontforge scripting command changed from
"Simplify(-1,1)" to "Simplify(64,1)" to "merge lines which are
nearly parallel into one". This decreases the TrueType file size
by almost 2 Megabytes, by reducing the number of control points
for a glyph. Also add font copyright, license, version, and
other info to TTF files.
* font/ttfsrc/Makefile: now builds SBIT font unifont_sample.ttf.
* unifontall-*: renamed to "unifont_sample-*".
* *.bdf: Added font version, copyright, etc. with hex2bdf.
* *.pcf: Added font version, copyright, etc. with fontforge.
* *.ttf: Added font version, copyright, etc. with fontforge.
* font/*/unifont-*.bmp: Create chart of entire Unifont using pre-built
unifont_sample.hex rather than assembling *.hex just for this image.
* hangul/hangul-generation.html: updated to correct a typo, where
rieul was mentioned as an initial consonant instead of a final
consonant in an explanation of vertical spacing constraints.
* hangul/Makefile:
- Updated hex2bdf parameters to name generated BDF font
"Unifont Johab" rather than "unifont" and add copyright.
- Used a sed script to change BDF encoding from ISO10646 to "Johab".
- Call bdftopcf to create hangul-base.pcf, then compress with gzip.
- Add "precompiled:" target to create basic Johab font files.
-- Paul Hardy <unifoundry@unifoundry.com> Sun, 15 Dec 2013 12:19:29 -0800
unifont (1:5.1.20080914-4) unstable; urgency=low
* debian/control changes:
- Updated packaging to conform to Debian Policy version 3.9.4.
- Section tag is listed for each package; unifont-bin is in
Section x11, and all other packages are in fonts.
- Added explicit Depends entry for xfonts-utils for each package,
as per Debian Policy Manual 3.9.4 Section 11.8.5, "Packages
providing fonts", item 9.
- Added Depends for fontforge to unifont-bin; removed weaker
Suggests for fontforge from unifont-bin.
* debian/rules - CPPFLAGS is now declared and used, for hardening.
-- Paul Hardy <unifoundry@unifoundry.com> Thu, 14 Nov 2013 05:16:42 -0800
unifont (1:5.1.20080914-3) unstable; urgency=low
* Changed debian/control unifont Section entry from "x11" to "fonts".
* Changed debian/control Depends entries for unifont and ttf-unifont
to add "Depends: ${misc:Depends}".
* Corrected changelog entries for 1:5.1.20080914-2.
* debian/rules uses dpkg-buildflags to set CFLAGS & LDFLAGS, for
hardening.
-- Paul Hardy <unifoundry@unifoundry.com> Sun, 10 Nov 2013 19:55:48 -0800
unifont (1:5.1.20080914-2) unstable; urgency=low
[ Colin Watson ]
* Use maintscript support in dh_installdeb rather than writing out
dpkg-maintscript-helper commands by hand. We now simply Pre-Depend on a
new enough version of dpkg rather than using 'dpkg-maintscript-helper
supports' guards, leading to more predictable behaviour on upgrades.
(Closes: #659730)
[ Paul Hardy ]
* Applied above changes that Colin Watson provided in bug report,
simplifying debian/ file structure and making the Unifont package
more suitable for Ubuntu. The one exception is I didn't create
the ttf-unifont.maintscript file, because /etc/defoma/ no longer
exists on Debian or Ubuntu.
* debian/copyright - updated copyright and licensing information to
reflect the latest source code changes and license agreements.
* debian/README.Debian - minor change now that Etch is no longer
the current release.
* README - updated documentation to cover font modifications and the
latest license agreements.
* Corrected changelog entries for 1:5.1.20080808-1 and 1:5.1.20080914-1.2.
* debian/control changes:
- Build-Depends: debhelper (>= 8.1.0~), per Colin Watson's above changes.
- No separate uploaders.
* Created debian/source/format file.
* Removed debian/TODO file as it referred to defoma, which is no longer used.
* debian/watch now looks at ftp.gnu.org for upstream releases.
* Accept NMU of Christian Perrier. (Closes: #634981)
* Accept NMUs of Paul Wise and Samuel Bronson. (Closes: #697999, #698067)
-- Paul Hardy <unifoundry@unifoundry.com> Fri, 01 Nov 2013 18:39:56 -0700
unifont (1:5.1.20080914-1.3) unstable; urgency=low
* Non-maintainer upload.
* debian/rules: Split and inline "install" target into "binary-arch" and
"binary-indep" and adjust dependencies. (Without this,
"dpkg-buildpackage -B" ends up running the build-indep rules and dying
on the buildds.)
* debian/rules: Also fix so dpkg-buildpackage -j works, and only builds
the font files once.
-- Samuel Bronson <naesten@gmail.com> Sat, 12 Jan 2013 13:09:44 -0500
unifont (1:5.1.20080914-1.2) unstable; urgency=low
[ Samuel Bronson ]
* Non-maintainer upload.
* Actually build the font files, using build-arch and build-indep to
avoid killing any buildds. (Closes: #697902)
* Don't include glyphs for unallocated (as of Unicode 5.1) or
private-use characters. (Closes: #584672)
[ Paul Wise ]
* Place the newly compiled fonts in precompiled dir after build.
-- Samuel Bronson <naesten@gmail.com> Thu, 10 Jan 2013 20:15:33 -0500
unifont (1:5.1.20080914-1.1) unstable; urgency=low
* Non-maintainer upload to achieve release goal of getting rid
of defoma.
-- Christian Perrier <bubulle@debian.org> Wed, 20 Jul 2011 22:14:06 +0200
unifont (1:5.1.20080914-1) unstable; urgency=low
* Changed unifont.ttf location in defoma-hints file. (Closes: #498874)
* Modified src/hex2sfd to superimpose combining diacritical marks on
top of preceding glyphs in TrueType font as per the Unicode Standard.
(Closes: #497326)
* Modified "cp -a" ==> "cp -p" and eliminated "install -t" in Makefiles
for BSD Unix compatibility.
* Renamed "combining.txt" to "combining.dat" because it is a data file.
* Generated new font/precompiled/unifont.ttf font from the above changes.
-- Paul Hardy <unifoundry@unifoundry.com> Sun, 7 Sep 2008 23:09:17 -0700
unifont (1:5.1.20080820-1) unstable; urgency=low
* Replaced Hangul Syllables block with glyphs in unifont.bdf file
in Debian bf-utf-source package, originally from the Debian
xfonts-baekmuk package (Closes: #495729)
- Avoids license ambiguity of unifont's original Hanterm fonts
- Brings two diverging Debian copies of the unifont font closer together
* Deleted references to and all derivative copies of any Hanterm fonts
* Changed unifont package description in debian/control to mention
that the package now installs /usr/share/unifont/unifont.hex and
other files and is no longer just a metapackage (Closes: #494662)
-- Paul Hardy <unifoundry@unifoundry.com> Wed, 20 Aug 2008 00:08:15 -0700
unifont (1:5.1.20080808-2) unstable; urgency=low
* Install unifont.hex [and other files while I was at it] in
/usr/share/unifont for GRUB (Closes: #494473)
- unifont.hex provides glyphs with no combining circles, etc. and
is the same file as font/compiled/unifont-5.1.20080808.hex
- unifontfull.hex provides glyphs with combining circles, etc. and
is the same file as font/compiled/unifontfull-5.1.20080808.hex.
If editing hex glyphs, this file is the master version to edit;
unifont.hex is generated from this full version -- see uniunmask(1)
for details.
- combining.txt lists all Unicode 5.1 code points that are combining
glyphs, and hence should have zero-width.
- README gives a brief description of the above three files
* Corrected typos in the previous changelog entry.
-- Paul Hardy <unifoundry@unifoundry.com> Sat, 9 Aug 2008 20:55:27 -0700
unifont (1:5.1.20080808-1) unstable; urgency=low
* Added needed Replaces, Conflicts lines in debian/control (Closes: #493711)
* Added "Build-Depends-Indep: defoma" line in debian/control for access
to dh_installdefoma to install TrueType font (Closes: #494245)
* Changed ttf-unifont.defoma-hints file entry for "GeneralFamily"
from "SansSerif" to "Typewriter" as a better match
* Changed dh_lintian lines in debian/rules to use "( ... ) || /bin/true"
so debuild would succeed on a generic Etch DVD installation that
doesn't include dh_lintian in the debhelper package
* Added updates from Ubuntu unifont package:
- hex2bdf now uses additional BDF header lines for better font
description
- hex2bdf-split (originally Dave Starner's adaptation of Roman
Czyborra's hex2bdf) renamed from hex2bdf. Use is discouraged
but it's still here for now for completeness; wrote man page
& changed name of output font from "-gnu-fixed-*" to "-gnu-unifont-*"
- Added Georgian glyphs contributed to Ubuntu's unifont package by
Gia Shervashidze and Vladimer Sichinava
* Merged man page & Makefile changes done by Anthony Fok from Debian
diff file into .orig.tar.gz
* Made minor changes to existing programs in ./src
- unibmp2hex.c: forced double-wide glyphs where appropriate in
U+FFxx range
- uniunmask.c: increased buffer size & hard-coded "wide" variable
to avoid accidentally invoking half-implemented extended
character widths
- unihex2bmp.c: same changes as in uniunmask.c
* Added to existing documentation
- Updated "./README" to reflect changes to Makefiles and add
more information
- Added "./font/hexsrc/README" to describe how to use all files
in that directory to create a font
- Added full font embedding exception to GPL from Wen Quan Yi
* Added improved glyphs for the U+FF00..U+FFFF block
* Removed "./font/hexsrc/blanks-5.1.hex"; it was identical to
"blanks.hex" in the same directory and the Makefiles never used it.
-- Paul Hardy <unifoundry@unifoundry.com> Fri, 8 Aug 2008 02:38:05 -0700
unifont (1:5.1.20080706-1) unstable; urgency=low
[ Paul Hardy ]
* Adopted orphaned unifont Debian package (Closes: #356594)
* Complete coverage of Unicode 5.1 Plane 0 (first coverage of all Plane 0)
* New version number (5.1) reflects Unicode 5.1 as its design base
* Adds Qianqian Fang's high-quality Wen Quan Yi CJK ideograph bitmaps
* Contains most recent unifont version as of 6 July 2008 (Closes: #218720)
* TrueType font scalable to any size (Closes: #178204)
* Combining characters (e.g., accents) work properly in TrueType font
* PCF font still included for now (TrueType is recommended with latest xfs)
* Incorporates Rich Felker's Tibetan glyphs (Closes: #441357)
* Built and tested under stable Etch release (4.0r3)
* Added unifont-bin utilities package
- Complete unifont font sources in Roman Czyborra's original .hex format
- Roman Czyborra's most important unifont Perl scripts (incl. orig hex2bdf)
- David Starner's modified hex2bdf not included (Debian no longer uses BDF,
and as David Starner noted splitting the BDF font breaks yudit)
- Luis Gonzales Miranda's TrueType unifont conversion scripts
- Paul Hardy's C programs for graphic editing of unifont glyphs
- man pages for all programs
- unitopbm.c not included -- license undetermined (keep bug 62356 open)
[ Anthony Fok ]
* Added myself to Uploaders.
* Revised packaging.
* Sponsored upload.
-- Paul Hardy <unifoundry@unifoundry.com> Thu, 24 Jul 2008 23:21:47 -0700
unifont (1:1.0-4) unstable; urgency=low
* QA upload.
* Add unifont-bin package, with unifont.hex and hexdraw. (Closes: #421640,
part of #62356).
- control: Add entry for unifont-bin.
- unifont-bin.{dirs,install}: Install unifont.hex and hexdraw.
* Switch to unifont.dirs / unifont-bin.install for installing unifont.pcf.
* control: Fix a pair of lintian errors.
- Move debhelper to Build-Depends.
- Set its dependency versioned to (>= 5.0.31).
-- Robert Millan <rmh@aybabtu.com> Thu, 3 May 2007 18:33:39 +0200
unifont (1:1.0-3) unstable; urgency=low
* QA upload.
* Switch to debhelper 5.
* Transition to modular X. Closes: #362338.
- Move fonts to /usr/share/fonts/X11.
- Build-depend on xfonts-utils instead of xutils.
- Build-depend on debhelper 5.0.29, which supports the new font
location, and replaces the xutils dependency with xfonts-utils.
* Let dh_compress compress .pcf files.
-- Matej Vela <vela@debian.org> Thu, 13 Apr 2006 14:44:53 +0200
unifont (1:1.0-2) unstable; urgency=low
* QA upload (see #356594).
* Bump Standards-Version.
* Upgrade to debhelper 4.
* Rebuilding makes /usr/doc transition (Closes: #352894).
* Uppercase 'Unicode' in Description (Closes: #172067).
* Recommends: xutils (Closes: #224023).
-- Christoph Berg <myon@debian.org> Sat, 8 Apr 2006 01:36:56 +0200
unifont (1:1.0-1) unstable; urgency=low
* Correct Build-Depends, closes: #134431
* New Upstream (dvdeug) and -release. Note that I did *not* change
the font's name or split it in two like the replacement upstream did.
Please mail if you think it's a good idea to do the split anyway
(and break compatibility).
* Integrated Ruchira Datta's Bengali glyphs, closes: #69896
-- Bart Schuller <schuller@debian.org> Mon, 18 Feb 2002 21:43:36 +0100
unifont (20000122-1) unstable; urgency=low
* New upstream release, adding lots of new glyphs, closes: #60908
* Upgrade to standards version 3.1.0
-- Bart Schuller <schuller@debian.org> Wed, 22 Mar 2000 23:24:14 +0100
unifont (19990430-1) unstable; urgency=low
* New upstream release, adding 16 new glyphs
* Made scripts executable, closes: #40374
-- Bart Schuller <schuller@debian.org> Tue, 29 Jun 1999 14:54:01 +0200
unifont (19990401-1) unstable; urgency=low
* Initial Release.
-- Bart Schuller <schuller@debian.org> Wed, 7 Apr 1999 22:26:14 +0200
|