From c601dfa99c24d50c9f2295f2a484578bf8756a6a Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Sun, 17 Jul 2016 17:45:05 -0400 Subject: [PATCH] Build depend on unicode-data >= 9.0 and << 9.1 for tests --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1808580..e968d92 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,10 @@ Source: utf8proc Priority: optional Maintainer: Debian Julia Team Uploaders: Peter Colberg , Graham Inggs -Build-Depends: debhelper (>= 9), unicode-data (>= 6.1.0), perl +Build-Depends: debhelper (>= 9), + perl, + unicode-data (<< 9.1), + unicode-data (>= 9.0) Standards-Version: 3.9.8 Section: libs Homepage: http://julialang.org/utf8proc/ @@ -25,7 +28,7 @@ Package: libutf8proc-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: ${misc:Depends}, libutf8proc2 (= ${binary:Version}) +Depends: libutf8proc2 (= ${binary:Version}), ${misc:Depends} Description: C library for processing UTF-8 Unicode data (development files) utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding, supporting -- 2.30.2