diff -Nru festvox-czech-dita-1.0.0/debian/changelog festvox-czech-dita-1.0.0/debian/changelog --- festvox-czech-dita-1.0.0/debian/changelog 2015-10-14 07:00:19.000000000 +0000 +++ festvox-czech-dita-1.0.0/debian/changelog 2017-01-17 23:39:47.000000000 +0000 @@ -1,9 +1,15 @@ -festvox-czech-dita (1.0.0-2ubuntu1) wily; urgency=medium +festvox-czech-dita (1.0.0-3) unstable; urgency=medium - * Make sure to create the lpc directory before building, fixes FTBFs - * Also remove the lpc directory on clean + [ Sergio Oller ] + * Package maintained by the debian tts team. Closes: #730989 + * Switch to dh builds. Closes: #750344 + * Bump Standards-Version to 3.9.8. + * Update debian/compat to 9. - -- Luke Yelavich Wed, 14 Oct 2015 18:00:13 +1100 + [ Samuel Thibault ] + * Fix build due to missing empty lpc directory. + + -- Sergio Oller Wed, 18 Jan 2017 00:39:47 +0100 festvox-czech-dita (1.0.0-2) unstable; urgency=low diff -Nru festvox-czech-dita-1.0.0/debian/compat festvox-czech-dita-1.0.0/debian/compat --- festvox-czech-dita-1.0.0/debian/compat 2011-04-19 08:33:38.000000000 +0000 +++ festvox-czech-dita-1.0.0/debian/compat 2017-01-17 23:23:57.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru festvox-czech-dita-1.0.0/debian/control festvox-czech-dita-1.0.0/debian/control --- festvox-czech-dita-1.0.0/debian/control 2015-10-14 03:37:57.000000000 +0000 +++ festvox-czech-dita-1.0.0/debian/control 2017-01-17 23:37:39.000000000 +0000 @@ -1,12 +1,14 @@ Source: festvox-czech-dita Section: sound Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Boris DuĊĦek -Build-Depends: debhelper (>= 7.0.0) +Maintainer: Debian TTS Team +Uploaders: Sergio Oller +Build-Depends: debhelper (>= 9.0.0) Build-Depends-Indep: festival, speech-tools -Standards-Version: 3.9.1 +Standards-Version: 3.9.8 Homepage: http://devel.freebsoft.org/festival-czech-diphone-database +Vcs-Git: git://git.debian.org/git/tts/festvox-czech-dita.git +Vcs-Browser: http://git.debian.org/?p=tts/speech-tools/festvox-czech-dita.git Package: festvox-czech-dita Architecture: all diff -Nru festvox-czech-dita-1.0.0/debian/rules festvox-czech-dita-1.0.0/debian/rules --- festvox-czech-dita-1.0.0/debian/rules 2015-10-14 03:42:11.000000000 +0000 +++ festvox-czech-dita-1.0.0/debian/rules 2017-01-17 23:39:47.000000000 +0000 @@ -2,50 +2,13 @@ package := festvox-czech-dita -ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) - NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) - MAKEFLAGS += -j$(NUMJOBS) -endif - -build: build-stamp - -build-stamp: - dh_testdir +override_dh_auto_build: mkdir -p lpc - $(MAKE) MAKEFLAGS="$(MAKEFLAGS)" - touch build-stamp + dh_auto_build -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - $(MAKE) distclean - -rmdir lpc - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs +override_dh_auto_install: $(MAKE) install festival_voices_path=debian/$(package)/usr/share/festival/voices -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -# Build architecture-dependent files here. -binary-arch: build install -# We have nothing to do by default. +%: + dh $@ -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install diff -Nru festvox-czech-dita-1.0.0/debian/watch festvox-czech-dita-1.0.0/debian/watch --- festvox-czech-dita-1.0.0/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ festvox-czech-dita-1.0.0/debian/watch 2017-01-17 23:23:57.000000000 +0000 @@ -0,0 +1,2 @@ +version=3 +http://devel.freebsoft.org/pub/projects/festival-czech-diphone-database/voice-czech-dita-([0-9\-\+\.]+).tar.bz2 \ No newline at end of file