>From 47dce702411c4b4c4c86015b9609f82268282a5e Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 17 Nov 2017 22:43:07 +0100 Subject: [PATCH 1/4] Fix FTBFS: gtkdocize and add dblatex to Build-Depends. (Closes: #881915) --- debian/changelog | 7 +++++++ debian/control | 3 ++- debian/rules | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c27cd70..607178a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libidn2 (2.0.4-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS: gtkdocize and add dblatex to Build-Depends. (Closes: #881915) + + -- Helmut Grohne Fri, 17 Nov 2017 22:43:07 +0100 + libidn2 (2.0.4-1) unstable; urgency=medium * Add myself to Uploaders diff --git a/debian/control b/debian/control index b441c4b..2f9e798 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 9), 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 diff --git a/debian/rules b/debian/rules index 1a6212b..5790fa3 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --parallel --with autoreconf --fail-missing -O--dbgsym-migration="libidn2-0-dbg (<< 2.0.2-1~)" -X.la +override_dh_autoreconf: + rm -f gtk-doc.make + gtkdocize + dh_autoreconf + override_dh_auto_configure: dh_auto_configure -- \ --enable-ld-version-script \ -- 2.15.0