[Debian-in-commits] [SCM] festival-mr.git branch, master, updated. upstream/0.1-11-g4a1ff83

Vasudev Kamath kamathvasudev at gmail.com
Sat Jun 23 16:16:39 UTC 2012


The following commit has been merged in the master branch:
commit 4a1ff83002f68415aeff453eade24dee67070b8f
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sat Jun 23 21:35:41 2012 +0530

    Introduced xz compression

diff --git a/debian/changelog b/debian/changelog
index 1bd017e..bfe7bbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+festival-mr (0.1-9) unstable; urgency=low
+
+  * Team Upload.
+  * debian/control:
+    + Added Pre-Depends on dpkg (>= 1.15.6~) to introduce xz compression
+  * debian/rules:
+    + Introduced xz compression
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Sat, 23 Jun 2012 21:35:31 +0530
+
 festival-mr (0.1-8) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 1820aa8..6ddaa3b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Standards-Version: 3.9.3
 Package: festival-mr
 Architecture: all
 Depends: ${misc:Depends}, festival (>= 1.4.3), festvox-mr-nsk
+Pre-Depends: dpkg (>= 1.15.6~)
 Description: festival text to speech synthesizer for Marathi language
  This package provides the modules required to synthesize speech in Marathi
  (mr) language using the Festival text-to-speech synthesizer. Given text
@@ -23,6 +24,7 @@ Description: festival text to speech synthesizer for Marathi language
 Package: festvox-mr-nsk
 Architecture: all
 Depends: ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6~)
 Recommends: festival-mr
 Provides: festival-voice
 Description: Marathi male speaker for festival
diff --git a/debian/rules b/debian/rules
index 7c932e8..6adb2d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,6 @@ override_dh_installchangelogs:
 override_dh_installexamples:
 	dh_installexamples example/sample.txt
 	chmod 0644 debian/festival-mr/usr/share/doc/festival-mr/examples/sample.txt
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz -Sextreme -z9

-- 
festival-mr.git



More information about the Debian-in-commits mailing list