summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-11-30 17:54:32 +0100
committergregor herrmann <gregoa@debian.org>2020-11-30 17:54:32 +0100
commitc594a2cd325087f50f4982488f9ad12bc9e016da (patch)
treea3f8a3d92d53574c9c41c0fc5c5de3e5805aa93b
parent8dc1e086225665d92fb5b3c2ba17338f55b5b64a (diff)
Drop font-path.patch, merged upstream.
-rw-r--r--debian/patches/font-path.patch34
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 35 deletions
diff --git a/debian/patches/font-path.patch b/debian/patches/font-path.patch
deleted file mode 100644
index a836e31..0000000
--- a/debian/patches/font-path.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: update paths to truetype fonts in tests
- At least in Debian, /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf (in
- the transitional package ttf-dejavu-core) is just a symlink to
- /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf (in the "real" package
- fonts-dejavu-core). When only fonts-dejavu-core is installed, the font file
- is not found, so add the other path as well (and remove a duplicate).
-Origin: vendor
-Bug: https://github.com/PhilterPaper/Perl-PDF-Builder/pull/127
-Forwarded: https://github.com/PhilterPaper/Perl-PDF-Builder/pull/127
-Author: gregor herrmann <gregoa@debian.org>
-Last-Update: 2020-10-04
-Applied-Upstream: https://github.com/PhilterPaper/Perl-PDF-Builder/commit/4a9106ce530c98e3e1f8bd02dc00e0dd6f8320ec
-
---- a/t/font-synfont.t
-+++ b/t/font-synfont.t
-@@ -9,6 +9,7 @@
-
- my @possible_locations = (
- '/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf',
-+ '/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf',
- '/var/lib/defoma/gs.d/dirs/fonts/DejaVuSans.ttf',
- 'C:/Windows/fonts/DejaVuSans.ttf',
- );
---- a/t/font-ttf.t
-+++ b/t/font-ttf.t
-@@ -9,7 +9,7 @@
-
- my @possible_locations = (
- '/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf',
-- '/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf',
-+ '/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf',
- 'C:/Windows/fonts/DejaVuSans.ttf',
- );
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3f7fa53..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-font-path.patch