From cd5ed8f40ead93d9bcc2a87a5dce4767bf678c3e Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Sat, 16 Jul 2016 16:32:26 -0400 Subject: [PATCH] Bump SONAME to libutf8proc2 https://github.com/JuliaLang/utf8proc/pull/62 --- debian/control | 4 ++-- debian/{libutf8proc1.install => libutf8proc2.install} | 0 debian/{libutf8proc1.symbols => libutf8proc2.symbols} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename debian/{libutf8proc1.install => libutf8proc2.install} (100%) rename debian/{libutf8proc1.symbols => libutf8proc2.symbols} (95%) 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@Base 1.3 utf8proc_NFD@Base 1.3 utf8proc_NFKC@Base 1.3 -- 2.30.2