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

Vasudev Kamath kamathvasudev at gmail.com
Sat Jun 23 15:27:22 UTC 2012


The following commit has been merged in the master branch:
commit 870bae4a134165dffdf276fc43b12fe2599215a9
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sat Jun 23 20:52:48 2012 +0530

    Introduced xz compression

diff --git a/debian/changelog b/debian/changelog
index 4a4c390..628b6f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+festival-hi (0.1-9) unstable; urgency=low
+
+  * Team Upload.
+  * debian/control:
+    + Pre-Depend on dpkg (>= 1.15.6~) to use xz compression
+  * debian/rules:
+    + Introduced xz compression for building deb files
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Sat, 23 Jun 2012 20:52:36 +0530
+
 festival-hi (0.1-8) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index e01e571..9387efb 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Architecture: all
 Depends: ${misc:Depends},
          festival (>= 1.4.3),
          festvox-hi-nsk
+Pre-Depends: dpkg (>= 1.15.6~)
 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
diff --git a/debian/rules b/debian/rules
index 781000a..d24bd43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,6 @@ override_dh_installchangelogs:
 
 override_dh_installexamples:
 	dh_installexamples example/sample.txt
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz -Sextreme -z9

-- 
festival-hi.git



More information about the Debian-in-commits mailing list