From cfc64302f48e3e530eb043534f94ea48127000c3 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Sat, 7 Jul 2018 14:20:36 +0200 Subject: [PATCH] Switch to unicode-data 11 --- debian/changelog | 1 + debian/control | 4 ++-- debian/patches/use-unicode-data.patch | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c0a25c..f89638b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ utf8proc (2.1.1-1) UNRELEASED; urgency=medium * Trim trailing whitespace from debian/changelog * Drop unnecessary get-orig-source target from debian/rules * Bump Standards-Version to 4.1.5 + * Switch to unicode-data 11 -- Graham Inggs Sat, 07 Jul 2018 08:30:46 +0000 diff --git a/debian/control b/debian/control index 763f4d1..4cd0cf8 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Uploaders: Peter Colberg , Mo Zhou , Build-Depends: debhelper (>= 11), perl, - unicode-data (<< 10.1), - unicode-data (>= 10.0) + unicode-data (<< 11.1), + unicode-data (>= 11.0) Standards-Version: 4.1.5 Section: libs Homepage: https://github.com/JuliaStrings/utf8proc diff --git a/debian/patches/use-unicode-data.patch b/debian/patches/use-unicode-data.patch index 1b1cb78..41ddb02 100644 --- a/debian/patches/use-unicode-data.patch +++ b/debian/patches/use-unicode-data.patch @@ -3,7 +3,7 @@ Description: Use unicode-data instead of downloading external files provided by the packages unicode-data and ttf-unifont, respectively. Author: Peter Colberg Forwarded: not-needed -Last-Update: 2017-07-07 +Last-Update: 2018-07-07 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/data/Makefile @@ -13,7 +13,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ # GNU Unifont version for font metric calculations: -UNIFONT_VERSION=9.0.04 -+UNIFONT_VERSION=10.0.02 ++UNIFONT_VERSION=11.0.01 unifont.ttf: - $(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://mirrors.kernel.org/gnu/unifont/unifont-$(UNIFONT_VERSION)/unifont-$(UNIFONT_VERSION).ttf @@ -30,7 +30,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ # Unicode data version -UNICODE_VERSION=9.0.0 -+UNICODE_VERSION=10.0.0 ++UNICODE_VERSION=11.0.0 UnicodeData.txt: - $(CURL) $(CURLFLAGS) -o $@ -O http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt -- 2.30.2