diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/libunistring2.symbols | 12 | 
3 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3efb1591..2ec5e431 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,13 @@  libunistring (0.9.10-1) UNRELEASED; urgency=medium    * New upstream release. +    - Refresh symbols file.    * debian/control:      - Switch Vcs-* to new loacation.    * Migrate to debhelper 11:      - Change debian/compat to 11.      - Bump minimum debhelper version in debian/control to >= 11. +  * Declare compliance with Debian Policy 4.1.4 (No changes needed).   -- Jörg Frings-Fürst <debian@jff.email>  Wed, 07 Mar 2018 05:36:05 +0100 diff --git a/debian/control b/debian/control index b87039f9..96437a5c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends:   debhelper (>= 11), -Standards-Version: 4.1.2.0 +Standards-Version: 4.1.4  Section: libs  Homepage: http://www.gnu.org/software/libunistring/  Vcs-Git: git://jff.email/opt/git/libunistring.git diff --git a/debian/libunistring2.symbols b/debian/libunistring2.symbols index 7a8be32e..6067110a 100644 --- a/debian/libunistring2.symbols +++ b/debian/libunistring2.symbols @@ -222,6 +222,10 @@ libunistring.so.2 libunistring2 #MINVER#   u16_casecoll@Base 0.9.7   u16_casefold@Base 0.9.7   u16_casexfrm@Base 0.9.7 + u16_casing_prefix_context@Base 0.9.10 + u16_casing_prefixes_context@Base 0.9.10 + u16_casing_suffix_context@Base 0.9.10 + u16_casing_suffixes_context@Base 0.9.10   u16_check@Base 0.9.7   u16_chr@Base 0.9.7   u16_cmp2@Base 0.9.7 @@ -316,6 +320,10 @@ libunistring.so.2 libunistring2 #MINVER#   u32_casecoll@Base 0.9.7   u32_casefold@Base 0.9.7   u32_casexfrm@Base 0.9.7 + u32_casing_prefix_context@Base 0.9.10 + u32_casing_prefixes_context@Base 0.9.10 + u32_casing_suffix_context@Base 0.9.10 + u32_casing_suffixes_context@Base 0.9.10   u32_check@Base 0.9.7   u32_chr@Base 0.9.7   u32_cmp2@Base 0.9.7 @@ -407,6 +415,10 @@ libunistring.so.2 libunistring2 #MINVER#   u8_casecoll@Base 0.9.7   u8_casefold@Base 0.9.7   u8_casexfrm@Base 0.9.7 + u8_casing_prefix_context@Base 0.9.10 + u8_casing_prefixes_context@Base 0.9.10 + u8_casing_suffix_context@Base 0.9.10 + u8_casing_suffixes_context@Base 0.9.10   u8_check@Base 0.9.7   u8_chr@Base 0.9.7   u8_cmp2@Base 0.9.7  | 
