[Debian-in-commits] [SCM] itrans.git branch, master, updated. debian/5.3-10-8-gb810d40

Kartik Mistry kartik at debian.org
Sun Mar 25 15:40:06 UTC 2012


The following commit has been merged in the master branch:
commit b810d40dbcd3c74c3540bef51c1b06980681a2d4
Author: Kartik Mistry <kartik at debian.org>
Date:   Sun Mar 25 21:09:59 2012 +0530

    Remove empty dir

diff --git a/debian/rules b/debian/rules
index 9ca245d..a005a15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,9 @@ install: build
 	install -o root -g root -m 0755 $(CURDIR)/src/itrans.real $(CURDIR)/debian/itrans/usr/bin/itrans.real
 	install -o root -g root -m 0755 $(CURDIR)/debian/itrans.sh $(CURDIR)/debian/itrans/usr/bin/itrans
 
+	# Remove empty dir
+	rm -rf $(CURDIR)/debian/itrans/tmp/usr/share/texmf/dvips/itrans
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot

-- 
itrans.git



More information about the Debian-in-commits mailing list