diff -Nru festival-hi-0.1/debian/changelog festival-hi-0.1/debian/changelog --- festival-hi-0.1/debian/changelog 2012-06-26 03:10:13.000000000 +0000 +++ festival-hi-0.1/debian/changelog 2020-05-04 08:32:34.000000000 +0000 @@ -1,3 +1,19 @@ +festival-hi (0.1-10) unstable; urgency=low + + * debian/control: + + Updated Maintainer and Uploaders. + + Updated Vcs-* URLs. + + Updated Standards-Version to 4.5.0 + + Switched to debhelper-compat. + + Added 'Rules-Requires-Root' field. + + Removed Pre-Depend. Not needed. + * Updated debian/copyright. + * Added debian/gitlab-ci.yml. + * debian/rules: + + Removed custom compression settings. + + -- Kartik Mistry Mon, 04 May 2020 14:02:34 +0530 + festival-hi (0.1-9) unstable; urgency=low * Team Upload. diff -Nru festival-hi-0.1/debian/compat festival-hi-0.1/debian/compat --- festival-hi-0.1/debian/compat 2012-03-04 11:23:53.000000000 +0000 +++ festival-hi-0.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -5 diff -Nru festival-hi-0.1/debian/control festival-hi-0.1/debian/control --- festival-hi-0.1/debian/control 2012-06-26 08:08:24.000000000 +0000 +++ festival-hi-0.1/debian/control 2020-05-04 08:32:34.000000000 +0000 @@ -1,21 +1,17 @@ Source: festival-hi Section: sound Priority: optional -Maintainer: Debian-IN Team -Uploaders: AbdulKarim Memon , - Kartik Mistry -Build-Depends: debhelper (>= 8.0.0~) -Homepage: http://janabhaaratii.org.in:9673/indicbhaaratii -Vcs-Git: git://git.debian.org/debian-in/festival-hi.git -Vcs-Browser: http://git.debian.org/?p=debian-in/festival-hi.git;a=summary -Standards-Version: 3.9.3 +Maintainer: Debian-IN Team +Uploaders: Kartik Mistry +Build-Depends: debhelper-compat (= 13) +Vcs-Git: https://salsa.debian.org/debian-in-team/festival-hi.git +Vcs-Browser: https://salsa.debian.org/debian-in-team/festival-hi +Standards-Version: 4.5.0 +Rules-Requires-Root: no Package: festival-hi Architecture: all -Depends: ${misc:Depends}, - festival (>= 1.4.3), - festvox-hi-nsk -Pre-Depends: dpkg (>= 1.15.6~) +Depends: festival (>= 1.4.3), festvox-hi-nsk, ${misc:Depends} Description: festival text to speech synthesizer for Hindi language This package provides the modules required to synthesize speech in Hindi (hi) language using the Festival text-to-speech synthesizer. Given text represented @@ -25,7 +21,6 @@ Package: festvox-hi-nsk Architecture: all Depends: ${misc:Depends} -Pre-Depends: dpkg (>= 1.15.6~) Recommends: festival-hi Provides: festival-voice Description: Hindi male speaker for festival diff -Nru festival-hi-0.1/debian/copyright festival-hi-0.1/debian/copyright --- festival-hi-0.1/debian/copyright 2012-06-26 08:08:03.000000000 +0000 +++ festival-hi-0.1/debian/copyright 2020-05-04 04:14:40.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: festival-hi Source: http://janabhaaratii.org.in:9673/indicbhaaratii/Members/Priti_Patil @@ -10,7 +10,7 @@ Files: debian/* Copyright: 2011-2012, AbdulKarim Memon , - Debian-IN Team + 2011-2020, Debian-IN Team License: GPL-2+ License: GPL-2+ @@ -24,7 +24,7 @@ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with - this program. If not, see + this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in '/usr/share/common-licenses/GPL-2'. diff -Nru festival-hi-0.1/debian/gitlab-ci.yml festival-hi-0.1/debian/gitlab-ci.yml --- festival-hi-0.1/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ festival-hi-0.1/debian/gitlab-ci.yml 2020-05-04 06:19:05.000000000 +0000 @@ -0,0 +1,6 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' diff -Nru festival-hi-0.1/debian/rules festival-hi-0.1/debian/rules --- festival-hi-0.1/debian/rules 2012-06-26 03:10:13.000000000 +0000 +++ festival-hi-0.1/debian/rules 2020-05-04 08:32:16.000000000 +0000 @@ -17,6 +17,3 @@ override_dh_installexamples: dh_installexamples example/sample.txt - -override_dh_builddeb: - dh_builddeb -- -Zxz -Sextreme -z9 diff -Nru festival-hi-0.1/debian/watch festival-hi-0.1/debian/watch --- festival-hi-0.1/debian/watch 2012-03-04 11:23:53.000000000 +0000 +++ festival-hi-0.1/debian/watch 2020-05-04 08:31:46.000000000 +0000 @@ -1,2 +1,3 @@ +version=4 # This package is no longer maintain by upstream. # This watch file is added as per DEHS instructions.