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

Kartik Mistry kartik at debian.org
Fri Jan 6 19:29:11 UTC 2012


The following commit has been merged in the master branch:
commit 78a62c7126698f25e044cc8aba2831d13effefeb
Author: Kartik Mistry <kartik at debian.org>
Date:   Sat Jan 7 00:59:01 2012 +0530

    Fixed too long changelog, added 'set -e' to postrm

diff --git a/debian/changelog b/debian/changelog
index 00c4b8a..3593c65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,14 +12,16 @@ latex-sanskrit (2.2-8) unstable; urgency=low
   * 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
+    + Upstream changes directly merging causes error with dpkg-source. So added
+      this file to indicate the files which have changed
   * debian/source/local-options:
     + File to automatically unapply all patches after build
 
   [Kartik Mistry]
   * debian/rules, debian/latex-sanskrit.install:
     + Fixed installation of skt binary.
+  * debian/postrm:
+    + Added: set -e
 
  -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Sat, 07 Jan 2012 00:50:25 +0530
 
diff --git a/debian/postrm b/debian/postrm
index bb0d088..a236ba4 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,5 +1,7 @@
 #!/bin/sh -e
 
+set -e
+
 if [ "$1" = "purge" ]; then
     rm -f /etc/texmf/updmap.d/10latex-sanskrit.cfg
 fi

-- 
latex-sanskrit.git



More information about the Debian-in-commits mailing list