From bff2f97e3029a22d85c0b32a0c56a553200893f7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 19 Sep 2014 13:32:08 -0700 Subject: [PATCH 1/1] use autoreconf to rebuild the configuration scripts --- debian/control | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 959e1b279c..3577a53bd2 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 9), quilt, python-all-dev (>= 2.6.6-3~), dh-python, xfonts-intl-japanese, xfonts-intl-japanese-big, xfonts-intl-phonetic, ttf-kochi-gothic, ttf-kochi-mincho, ttf-dejavu, ttf-freefont, texlive-lang-cyrillic, - gsfonts | gsfonts-x11 + gsfonts | gsfonts-x11, + dh-autoreconf Section: tex Priority: optional Maintainer: Don Armstrong diff --git a/debian/rules b/debian/rules index 28a6437f9f..0b50368e6d 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif %: - dh $@ --parallel --with autotools-dev --with python2 --with quilt + dh $@ --parallel --with autotools-dev --with python2 --with quilt --with autoreconf ## we need to nuke the parser files, because if there is a mistmatch ## between upstreams bison and our bison, the build will fail epically -- 2.39.2