[zoom-player] 01/01: Recommend X fonts and enable anti-aliasing by default.

Stephen Kitt skitt at moszumanska.debian.org
Sat Feb 6 16:16:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository zoom-player.

commit 4aebe9a2e21ffd9ee7e4b751b6a133e504f20304
Author: Stephen Kitt <steve at sk2.org>
Date:   Sat Feb 6 17:16:00 2016 +0100

    Recommend X fonts and enable anti-aliasing by default.
---
 debian/changelog                         |  2 ++
 debian/control                           |  4 ++++
 debian/patches/enable-antialiasing.patch | 15 +++++++++++++++
 debian/patches/series                    |  1 +
 4 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8f85764..2c8a39a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ zoom-player (1.1.5~dfsg-2) UNRELEASED; urgency=medium
 
   [ Stephen Kitt ]
   * Switch to https: VCS URIs (see #810378).
+  * Enable anti-aliasing by default and recommend the appropriate X font
+    packages. Closes: #813715.
 
  -- Stephen Kitt <skitt at debian.org>  Sun, 24 Jan 2016 20:44:11 +0100
 
diff --git a/debian/control b/debian/control
index 2d3e9fc..a398e19 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,10 @@ Multi-Arch: foreign
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
+Recommends:
+ xfonts-100dpi,
+ xfonts-75dpi,
+ xfonts-base
 Provides:
  zcode-interpreter
 Description: player for Z-Code stories or games
diff --git a/debian/patches/enable-antialiasing.patch b/debian/patches/enable-antialiasing.patch
new file mode 100644
index 0000000..f75c600
--- /dev/null
+++ b/debian/patches/enable-antialiasing.patch
@@ -0,0 +1,15 @@
+Description: Enable anti-aliasing by default
+Author: Stephen Kitt <skitt at debian.org>
+Bug-Debian: https://bugs.debian.org/813715
+
+--- a/src/zoomrc
++++ b/src/zoomrc
+@@ -25,7 +25,7 @@
+   font 9 "font3"                                      symbolic
+   
+   size 80,30
+-  antialias no
++  antialias yes
+ 
+   colours (0,0,0), (255,0,0), (0,255,0), (255,255,0), (0,0,255), (255,0,255),
+           (0,255,255), (255,255,204),
diff --git a/debian/patches/series b/debian/patches/series
index 721d6c5..99cdc98 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ avoid-v6-set-colours-crash.patch
 acinclude.patch
 restore-return.patch
 xft-pkg-config.patch
+enable-antialiasing.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/zoom-player.git



More information about the Pkg-games-commits mailing list