From 62b963b53b18403cc73963c678d42ba92b95ede1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Apr 2017 19:58:31 +0200 Subject: New upstream release --- debian/changelog | 9 +++++++++ debian/control | 3 +-- debian/rules | 2 +- debian/symbols | 3 +++ 4 files changed, 14 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a845c9a..23be7dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libonig (6.2.0-1) UNRELEASED; urgency=medium + + * New upstream release. + - Update symbols file. + * Drop dh-autoreconf from both build-depends and dh --with arguments + because this is all defaults when using dh compat 10. + + -- Jörg Frings-Fürst Sun, 09 Apr 2017 19:37:13 +0200 + libonig (6.1.3-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 7848285..c5fbb3d 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: libs Priority: extra Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 10), - dh-autoreconf + debhelper (>= 10) Standards-Version: 3.9.8 Homepage: https://github.com/kkos/oniguruma Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/libonig.git diff --git a/debian/rules b/debian/rules index a19f53b..69ed6ac 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') %: - dh $@ --with autoreconf + dh $@ override_dh_strip: dh_strip --dbg-package=libonig4-dbg diff --git a/debian/symbols b/debian/symbols index 17fd8db..086e86c 100644 --- a/debian/symbols +++ b/debian/symbols @@ -71,6 +71,7 @@ libonig.so.4 libonig4 #MINVER# onig_get_encoding@Base 5.9.5 onig_get_match_stack_limit_size@Base 5.9.5 onig_get_options@Base 5.9.5 + onig_get_parse_depth_limit@Base 6.2.0 onig_get_syntax@Base 5.9.5 onig_get_syntax_behavior@Base 5.9.5 onig_get_syntax_op2@Base 5.9.5 @@ -120,10 +121,12 @@ libonig.so.4 libonig4 #MINVER# onig_scan_env_set_error_string@Base 5.9.5 onig_scan_unsigned_number@Base 5.9.5 onig_search@Base 5.9.5 + onig_set_capture_num_limit@Base 6.2.0 onig_set_default_case_fold_flag@Base 5.9.5 onig_set_default_syntax@Base 5.9.5 onig_set_match_stack_limit_size@Base 5.9.5 onig_set_meta_char@Base 5.9.5 + onig_set_parse_depth_limit@Base 6.2.0 onig_set_syntax_behavior@Base 5.9.5 onig_set_syntax_op2@Base 5.9.5 onig_set_syntax_op@Base 5.9.5 -- cgit v1.2.3