[Debian-in-commits] [SCM] fonts-smc.git branch, master, updated. upstream/5.0.1-13-ga797a10

Vasudev Kamath kamathvasudev at gmail.com
Fri Jun 22 19:26:38 UTC 2012


The following commit has been merged in the master branch:
commit a797a106c993651925f7bc5ba3df2fa8c47896fa
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sat Jun 23 00:55:42 2012 +0530

    Introducing xz compression

diff --git a/debian/changelog b/debian/changelog
index f9193cc..ca95bd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+fonts-smc (5.0.1-2) unstable; urgency=low
+
+  * debian/rules:
+    + Introduced xz compression for deb file
+    + Added Pre-Depends dpkg (>= 1.15.6~) to supress the lintian
+      warning
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Sat, 23 Jun 2012 00:55:22 +0530
+
 fonts-smc (5.0.1-1) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 9ea8c84..97f4a76 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=debian-in/fonts-smc.git;a=summary
 Package: fonts-smc
 Architecture: all
 Depends: ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6~)
 Breaks: ttf-malayalam-fonts (<< 2:1.0)
 Replaces: ttf-malayalam-fonts
 Description: Various TrueType fonts for Malayalam Language
diff --git a/debian/rules b/debian/rules
index 1dfd5f1..88b86ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,7 @@
 
 %:
 	chmod +x generate.pe
-	dh $@ 
+	dh $@
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz -Sextreme -z9

-- 
fonts-smc.git



More information about the Debian-in-commits mailing list