]> git.donarmstrong.com Git - lilypond.git/commitdiff
use autoreconf to rebuild the configuration scripts
authorDon Armstrong <don@donarmstrong.com>
Fri, 19 Sep 2014 20:32:08 +0000 (13:32 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 19 Sep 2014 20:32:08 +0000 (13:32 -0700)
debian/control
debian/rules

index 959e1b279c10a0fc4dc4d74651e7a2dfade01317..3577a53bd2bff9cc586de3169524171381139879 100644 (file)
@@ -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 <don@debian.org>
index 28a6437f9f603ba2bb05186e65cf88b88ae4d3a7..0b50368e6dcd8b1ac850df771f83714ec22872ab 100755 (executable)
@@ -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