From 8b239539bfea046748ed265353754b12e3704b3c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 25 Sep 2014 15:34:48 -0700 Subject: [PATCH] disable autoreconf for the time being --- debian/control | 3 +-- debian/rules | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 3577a53bd2..959e1b279c 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,7 @@ 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, - dh-autoreconf + gsfonts | gsfonts-x11 Section: tex Priority: optional Maintainer: Don Armstrong diff --git a/debian/rules b/debian/rules index 0b50368e6d..28a6437f9f 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 --with autoreconf + dh $@ --parallel --with autotools-dev --with python2 --with quilt ## 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