[SCM] Debian packaging of context-doc-nonfree) branch, master, updated. upstream/2012.06.27-4-gac17d61
The following commit has been merged in the master branch:
commit ac17d61a600e291ab2788f82d9f4b0509465b9e6
Author: Norbert Preining <preining@debian.org>
Date: Sat Dec 8 17:49:48 2012 +0900
ship doc files in /usr/share/doc/texmf
diff --git a/debian/changelog b/debian/changelog
index 81e9360..d74519f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+context-doc-nonfree (2012.06.27-2) unstable; urgency=high
+
+ * do not ship documentation in /usr/share/texmf/doc, as this is
+ a symlink (Closes: #695447)
+
+ -- Norbert Preining <preining@debian.org> Sat, 08 Dec 2012 17:49:16 +0900
+
context-doc-nonfree (2012.06.27-1) unstable; urgency=low
* new download from the web pages, more complete, and keep directory
diff --git a/debian/rules b/debian/rules
index baf186f..a89dc3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,9 @@ binary-indep: build-indep
dh_testroot
dh_clean
dh_installdirs usr/share/doc/$(package) \
- usr/share/texmf/doc/context/
- cp -a base $(instbase)/usr/share/texmf/doc/context/
- dh_link usr/share/texmf/doc/context/base usr/share/doc/$(package)/base
+ usr/share/doc/texmf/context/
+ cp -a base $(instbase)/usr/share/doc/texmf/context/
+ dh_link usr/share/doc/texmf/context/base usr/share/doc/$(package)/base
dh_installdocs
dh_installchangelogs
dh_compress -X.pdf
--
Debian packaging of context-doc-nonfree)
Reply to: