[Debian-in-commits] [SCM] latex-sanskrit.git branch, master, updated. debian/2.2-7-21-g3eb2ccc

Kartik Mistry kartik at debian.org
Sun Jan 8 17:06:55 UTC 2012


The following commit has been merged in the master branch:
commit 3eb2ccc718d352560e0ee8bce87257cdea998137
Author: Kartik Mistry <kartik at debian.org>
Date:   Sun Jan 8 22:36:43 2012 +0530

    Fixed dh_installtex in rules, updated changelog

diff --git a/debian/changelog b/debian/changelog
index 3593c65..dbcfbe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,29 +1,30 @@
-latex-sanskrit (2.2-8) unstable; urgency=low
+latex-sanskrit (2.2-8) UNRELEASED; urgency=low
 
   [Vasudev Kamath]
   * debian/rules:
-    + Moved to dh7 standard
+    + Moved to dh7 standard.
   * debian/control
     + Changed Vcs-* field to point to Git repository
     + Bumped Standards-Version to 3.9.2
     + debhelper version is increased to >= 8.0.0
   * debian/compat:
-    + Bumped compatibility level to 8
-  * Added latex-sanskrit.install file
+    + Bumped compatibility level to 8.
+  * Added latex-sanskrit.install file.
   * Synced ps-type1 folder with upstream. (Closes: #476507)
   * debian/source/include-binaries:
     + Upstream changes directly merging causes error with dpkg-source. So added
-      this file to indicate the files which have changed
+      this file to indicate the files which have changed.
   * debian/source/local-options:
-    + File to automatically unapply all patches after build
+    + File to automatically unapply all patches after build.
 
   [Kartik Mistry]
   * debian/rules, debian/latex-sanskrit.install:
-    + Fixed installation of skt binary.
+    + Fixed installation of skt binary and manpage.
+    + Use dh_installtex properly.
   * debian/postrm:
     + Added: set -e
 
- -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Sat, 07 Jan 2012 00:50:25 +0530
+ -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Sun, 08 Jan 2012 22:34:29 +0530
 
 latex-sanskrit (2.2-7) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index b124ce9..2f2390e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,5 +15,10 @@ override_dh_auto_build:
 	gcc $(CFLAGS) -o skt skt.c
 	dh_auto_build
 
+override_dh_install:
+	# make the map file available for TeX and dvips
+	dh_installtex map=MixedMap,skt.map
+	dh_install
+
 %:
 	dh $@

-- 
latex-sanskrit.git



More information about the Debian-in-commits mailing list