[Pkg-julia-devel] [SCM] utf8proc/master: Bump SONAME to libutf8proc2
pc-guest at users.alioth.debian.org
pc-guest at users.alioth.debian.org
Sat Jul 16 21:29:18 UTC 2016
The following commit has been merged in the master branch:
commit cd5ed8f40ead93d9bcc2a87a5dce4767bf678c3e
Author: Peter Colberg <peter at colberg.org>
Date: Sat Jul 16 16:32:26 2016 -0400
Bump SONAME to libutf8proc2
https://github.com/JuliaLang/utf8proc/pull/62
diff --git a/debian/control b/debian/control
index 7727df5..32e8474 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: http://julialang.org/utf8proc/
Vcs-Git: git://anonscm.debian.org/pkg-julia/utf8proc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-julia/utf8proc.git
-Package: libutf8proc1
+Package: libutf8proc2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -25,7 +25,7 @@ Package: libutf8proc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, libutf8proc1 (= ${binary:Version})
+Depends: ${misc:Depends}, libutf8proc2 (= ${binary:Version})
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
diff --git a/debian/libutf8proc1.install b/debian/libutf8proc2.install
similarity index 100%
rename from debian/libutf8proc1.install
rename to debian/libutf8proc2.install
diff --git a/debian/libutf8proc1.symbols b/debian/libutf8proc2.symbols
similarity index 95%
rename from debian/libutf8proc1.symbols
rename to debian/libutf8proc2.symbols
index 358d190..6efb677 100644
--- a/debian/libutf8proc1.symbols
+++ b/debian/libutf8proc2.symbols
@@ -1,4 +1,4 @@
-libutf8proc.so.1 libutf8proc1 #MINVER#
+libutf8proc.so.2 libutf8proc2 #MINVER#
utf8proc_NFC at Base 1.3
utf8proc_NFD at Base 1.3
utf8proc_NFKC at Base 1.3
--
utf8proc packaging
More information about the Pkg-julia-devel
mailing list