diffstat for libidn2-2.0.4 libidn2-2.0.4 autogen.sh | 4 ++++ changelog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ control | 7 ++++--- rules | 3 +++ 4 files changed, 62 insertions(+), 3 deletions(-) diff -Nru libidn2-2.0.4/debian/autogen.sh libidn2-2.0.4/debian/autogen.sh --- libidn2-2.0.4/debian/autogen.sh 1970-01-01 01:00:00.000000000 +0100 +++ libidn2-2.0.4/debian/autogen.sh 2017-11-23 11:11:41.000000000 +0000 @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +gtkdocize --copy +autoreconf -fi diff -Nru libidn2-2.0.4/debian/changelog libidn2-2.0.4/debian/changelog --- libidn2-2.0.4/debian/changelog 2017-09-04 13:17:51.000000000 +0100 +++ libidn2-2.0.4/debian/changelog 2017-11-23 11:11:41.000000000 +0000 @@ -1,3 +1,21 @@ +libidn2 (2.0.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Helmut Grohne ] + * Fix FTBFS: gtkdocize and add dblatex to Build-Depends. (Closes: #881915) + + [ Simon McVittie ] + * Run gtkdocize via a script debian/autogen.sh passed as a parameter + to dh_autoreconf, so that the changed gtk-doc.make will be recorded + by dh_autoreconf and deleted by dh_autoreconf_clean + - Use gtkdocize --copy to avoid gtk-doc.make becoming a symlink, which + dh_autoreconf doesn't currently handle + * libidn2-doc Breaks/Replaces older versions of both libidn2-dev and + libidn2-0-dev (Closes: #881968) + + -- Simon McVittie Thu, 23 Nov 2017 11:11:41 +0000 + libidn2 (2.0.4-1) unstable; urgency=medium * Add myself to Uploaders @@ -38,6 +56,39 @@ -- Simon Josefsson Mon, 04 Sep 2017 11:01:44 +0200 +libidn2-0 (2.0.2-5) unstable; urgency=medium + + [ Simon Josefsson ] + * Switch libidn2-0-dev back to arch:any again. (Closes: #872567) + + [ Ondřej Surý ] + * Make libidn2-dev multi-arch compatible (Closes: #872550) + + -- Ondřej Surý Mon, 18 Sep 2017 08:00:10 +0200 + +libidn2-0 (2.0.2-4) unstable; urgency=medium + + * CVE-2017-14061: Fix integer overflow in _isBidi function (Closes: #873904) + * CVE-2017-14062: Fix integer overflow in decode_digit (Closes: #873902) + * Add upstream fix to stop stripping underscores (Closes: #869561) + * Add myself to Uploaders: + + -- Ondřej Surý Tue, 12 Sep 2017 10:42:14 +0200 + +libidn2-0 (2.0.2-3) unstable; urgency=low + + * Rename libidn2-0-dev to libidn2-dev. + * Ship new transitional package libidn2-0-dev. + * Update libidn2-dev.doc-base. + + -- Simon Josefsson Wed, 02 Aug 2017 20:27:38 +0200 + +libidn2-0 (2.0.2-2) unstable; urgency=low + + * Ship pkg-config file in libidn2-0-dev. Closes: #855948. + + -- Simon Josefsson Mon, 17 Jul 2017 08:50:44 +0200 + libidn2-0 (2.0.2-1) unstable; urgency=low * New upstream release. diff -Nru libidn2-2.0.4/debian/control libidn2-2.0.4/debian/control --- libidn2-2.0.4/debian/control 2017-09-04 13:17:51.000000000 +0100 +++ libidn2-2.0.4/debian/control 2017-11-23 11:11:41.000000000 +0000 @@ -12,7 +12,8 @@ ruby-ronn, texinfo, texlive, - gtk-doc-tools + gtk-doc-tools, + dblatex, Standards-Version: 4.1.0 Priority: optional Homepage: https://www.gnu.org/software/libidn/#libidn2 @@ -71,8 +72,8 @@ Section: doc Architecture: all Depends: ${misc:Depends} -Replaces: libidn2-0-dev (<< 2.0.3-1~) -Breaks: libidn2-0-dev (<< 2.0.3-1~) +Replaces: libidn2-0-dev (<< 2.0.3-1~), libidn2-dev (<< 2.0.3-1~) +Breaks: libidn2-0-dev (<< 2.0.3-1~), libidn2-dev (<< 2.0.3-1~) Recommends: libidn2-dev Description: Internationalized domain names (IDNA2008/TR46) documentation Libidn2 implements the revised algorithm for internationalized domain diff -Nru libidn2-2.0.4/debian/rules libidn2-2.0.4/debian/rules --- libidn2-2.0.4/debian/rules 2017-09-04 13:17:51.000000000 +0100 +++ libidn2-2.0.4/debian/rules 2017-11-23 11:11:41.000000000 +0000 @@ -5,6 +5,9 @@ %: dh $@ --parallel --with autoreconf --fail-missing -O--dbgsym-migration="libidn2-0-dbg (<< 2.0.2-1~)" -X.la +override_dh_autoreconf: + dh_autoreconf debian/autogen.sh + override_dh_auto_configure: dh_auto_configure -- \ --enable-ld-version-script \