From: Don Armstrong Date: Thu, 25 Sep 2014 22:34:48 +0000 (-0700) Subject: disable autoreconf for the time being X-Git-Tag: debian/2.18.2-4~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=8b239539bfea046748ed265353754b12e3704b3c;p=lilypond.git disable autoreconf for the time being --- 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