[Pkg-julia-devel] [SCM] utf8proc/master: Build depend on unicode-data >= 9.0 and << 9.1 for tests
pc-guest at users.alioth.debian.org
pc-guest at users.alioth.debian.org
Sun Jul 17 22:42:57 UTC 2016
The following commit has been merged in the master branch:
commit c601dfa99c24d50c9f2295f2a484578bf8756a6a
Author: Peter Colberg <peter at colberg.org>
Date: Sun Jul 17 17:45:05 2016 -0400
Build depend on unicode-data >= 9.0 and << 9.1 for tests
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 <pkg-julia-devel at lists.alioth.debian.org>
Uploaders: Peter Colberg <peter at colberg.org>, Graham Inggs <ginggs at debian.org>
-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
--
utf8proc packaging
More information about the Pkg-julia-devel
mailing list