diff -Nru festvox-czech-krb-1.0.0/debian/changelog festvox-czech-krb-1.0.0/debian/changelog --- festvox-czech-krb-1.0.0/debian/changelog 2011-04-19 08:28:47.000000000 +0000 +++ festvox-czech-krb-1.0.0/debian/changelog 2015-10-14 07:48:17.000000000 +0000 @@ -1,3 +1,10 @@ +festvox-czech-krb (1.0.0-2ubuntu1) wily; urgency=medium + + * Make sure to create the lpc directory before building, fixes FTBFs + * Also remove the lpc directory on clean + + -- Luke Yelavich Wed, 14 Oct 2015 18:48:16 +1100 + festvox-czech-krb (1.0.0-2) unstable; urgency=low * Fix copyright and license of files in `tools' directory of the .orig diff -Nru festvox-czech-krb-1.0.0/debian/control festvox-czech-krb-1.0.0/debian/control --- festvox-czech-krb-1.0.0/debian/control 2011-04-19 08:28:47.000000000 +0000 +++ festvox-czech-krb-1.0.0/debian/control 2015-10-14 06:16:57.000000000 +0000 @@ -1,7 +1,8 @@ Source: festvox-czech-krb Section: sound Priority: optional -Maintainer: Boris Dušek +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Boris Dušek Build-Depends: debhelper (>= 7.0.0) Build-Depends-Indep: festival, speech-tools Standards-Version: 3.9.1 diff -Nru festvox-czech-krb-1.0.0/debian/rules festvox-czech-krb-1.0.0/debian/rules --- festvox-czech-krb-1.0.0/debian/rules 2011-04-19 08:28:47.000000000 +0000 +++ festvox-czech-krb-1.0.0/debian/rules 2015-10-14 03:26:05.000000000 +0000 @@ -11,6 +11,7 @@ build-stamp: dh_testdir + mkdir -p lpc $(MAKE) MAKEFLAGS="$(MAKEFLAGS)" touch build-stamp @@ -19,6 +20,7 @@ dh_testroot rm -f build-stamp configure-stamp $(MAKE) distclean + -rmdir lpc dh_clean install: build