[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texinfo] 01/01: install mime handler for info files (thanks to Ryde Kevin) (Closes: #723711)



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texinfo.

commit 21a015d4bf7f582ddc6697c99f0db4b90d19f815
Author: Norbert Preining <preining@debian.org>
Date:   Sat Sep 21 15:50:00 2013 +0900

    install mime handler for info files (thanks to Ryde Kevin) (Closes: #723711)
---
 debian/changelog |    3 ++-
 debian/info.mime |    1 +
 debian/rules     |    1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4531c90..24f02e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 texinfo (5.1.dfsg.1-6) UNRELEASED; urgency=low
 
   * UNRELEASED
+  * install mime handler for info files (thanks to Ryde Kevin) (Closes: #723711)
 
- -- Norbert Preining <preining@debian.org>  Thu, 05 Sep 2013 12:33:53 +0900
+ -- Norbert Preining <preining@debian.org>  Sat, 21 Sep 2013 15:49:10 +0900
 
 texinfo (5.1.dfsg.1-5) unstable; urgency=low
 
diff --git a/debian/info.mime b/debian/info.mime
new file mode 100644
index 0000000..0fe60dc
--- /dev/null
+++ b/debian/info.mime
@@ -0,0 +1 @@
+application/x-info; /usr/bin/info -f '%s'; needsterminal; description=GNU Info document
diff --git a/debian/rules b/debian/rules
index cf2c472..045382e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,6 +89,7 @@ binary-arch: install
 		doc/refcard/txirefcard*.pdf
 		
 	dh_installmenu
+	dh_installmime
 	dh_installchangelogs ChangeLog
 ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 ifeq "$(findstring nostrip,$(DEB_BUILD_OPTIONS))" ""

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texinfo.git


Reply to: