[Debian-in-commits] [SCM] festival-te.git branch, master, updated. upstream/0.3.3-9-g8565c37

Vasudev Kamath kamathvasudev at gmail.com
Sat Jun 23 17:00:02 UTC 2012


The following commit has been merged in the master branch:
commit cecbba832e4e4b6c43bec8edab2199c250a19d25
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sat Jun 23 22:24:12 2012 +0530

    Updated package and introduced xz compression

diff --git a/debian/changelog b/debian/changelog
index 7dad79e..572a6be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+festival-te (0.3.3-4) unstable; urgency=low
+
+  * Team upload.
+  * debian/control:
+    + Added Pre-Depends on dpkg (>= 1.15.6~)
+    + Minimum version of debhelper required is changed to 9
+  * debian/rules:
+    + Introduced dh for simple rules file
+    + Introduced xz compression
+  * Set debian/compat to 9, previously this was 5
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Sat, 23 Jun 2012 22:23:49 +0530
+
 festival-te (0.3.3-3) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 635748c..a800bdc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian-IN Team <debian-in-workers at lists.alioth.debian.org>
 Uploaders: AbdulKarim Memon <abdulkarimmemon at gmail.com>,
            Jaldhar H Vyas <jaldhar at debian.org>,
            Prasad Ramamurthy Kadambi <prasad.kadambi at gmail.com>
-Build-Depends: debhelper (>= 8.0.0~)
+Build-Depends: debhelper (>= 9)
 Homepage: http://sourceforge.net/projects/festival-te/
 Vcs-Git: git://git.debian.org/debian-in/festival-te.git
 Vcs-Browser: http://git.debian.org/?p=festival-te/festival-te.git;a=summary
@@ -14,6 +14,7 @@ Standards-Version: 3.9.3
 Package: festival-te
 Architecture: all
 Depends: ${misc:Depends}, festival (>= 1.4.3), festvox-te-nsk
+Pre-Depends: dpkg (>= 1.15.6~)
 Description: festival text to speech synthesizer for Telugu (te) language
  This package provides the modules required to synthesize speech in Telugu
  language using the Festival text-to-speech synthesizer. Given text represented
@@ -23,6 +24,7 @@ Description: festival text to speech synthesizer for Telugu (te) language
 Package: festvox-te-nsk
 Architecture: all
 Depends: ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6~)
 Recommends: festival-te
 Provides: festival-voice
 Description: Telugu (te) male speaker for festival
diff --git a/debian/rules b/debian/rules
index 4e259b5..aff47d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,43 +1,21 @@
 #!/usr/bin/make -f
 
-build:
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
+%:
+	dh $@
 
+override_dh_install:
 	install -D -m 0644 telugu_scm/*.scm debian/festival-te/usr/share/festival/telugu_scm
 	install -D -m 0644 telugu_NSK_diphone/festvox/*.scm \
-		$(CURDIR)/debian/festvox-te-nsk/usr/share/festival/voices/telugu/telugu_NSK_diphone/festvox
+	$(CURDIR)/debian/festvox-te-nsk/usr/share/festival/voices/telugu/telugu_NSK_diphone/festvox
 	install -m 0644 telugu_NSK_diphone/group/NSKlpc.group \
-		$(CURDIR)/debian/festvox-te-nsk/usr/share/festival/voices/telugu/telugu_NSK_diphone/group/NSKlpc.group
-
-build-arch: build
-build-indep: build
+	$(CURDIR)/debian/festvox-te-nsk/usr/share/festival/voices/telugu/telugu_NSK_diphone/group/NSKlpc.group
 
-binary-arch: 
-
-binary-indep: install
-	dh_testdir
-	dh_testroot
+override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog
-	dh_installexamples -pfestival-te examples/*
+
+override_dh_installexamples:
+	dh_installexamples -pfestival-te examples/*	
 	chmod 0644 debian/festival-te/usr/share/doc/festival-te/examples/*
-	dh_installdocs
-	dh_link
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+override_dh_builddeb:
+	dh_builddeb -- -Zxz -Sextreme -z9

-- 
festival-te.git



More information about the Debian-in-commits mailing list