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

[SCM] Debian packaging of context) branch, master, updated. debian/2012.05.30.20121209-1-1-gf38aeaa



The following commit has been merged in the master branch:
commit f38aeaa11a75b39542ec6de867ef8d40b5c99cd8
Author: Norbert Preining <preining@debian.org>
Date:   Wed Dec 19 13:37:47 2012 +0900

    install doc files below /usr/share/texmf/doc, build-dep on tex-common >= 4.01
    release to experimental

diff --git a/debian/changelog b/debian/changelog
index a61068f..1e4f377 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+context (2012.05.30.20121209-2) experimental; urgency=low
+
+  * install doc files below /usr/share/texmf/doc, build-dep on
+    tex-common >= 4.01
+
+ -- Norbert Preining <preining@debian.org>  Wed, 19 Dec 2012 13:36:23 +0900
+
 context (2012.05.30.20121209-1) experimental; urgency=low
 
   * new upstream release: fixes for lmodern math font renaming
diff --git a/debian/control b/debian/control
index 0fb5440..33c5586 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
 Uploaders: Norbert Preining <preining@debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: tex-common (>= 2.10)
+Build-Depends-Indep: tex-common (>= 4.01)
 Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/debian-tex/context.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-tex/context.git
diff --git a/debian/rules b/debian/rules
index 8b8028f..d177391 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,8 @@ binary-indep: build-indep
 		$(instbase)/etc/texmf/tex/context/user
 	rmdir $(instbase)/usr/share/texmf/tex/context/user
 
+	# remove GFDL license text, it is referenced in copyright
+	rm $(instbase)/usr/share/texmf/doc/context/manuals/reference/COPYING
 	# remove koeieletters.map file, it is not needed here
 	rm $(instbase)/usr/share/texmf/fonts/map/pdftex/context/koeieletters.map
 
@@ -48,15 +50,10 @@ binary-indep: build-indep
 	(echo "#!/bin/sh"; echo "mtxrun --script texfont \"$@\"" ) > $(instbase)/usr/bin/texfont
 	####(echo "#!/usr/bin/perl"; tail -n +3 texmf-dist/scripts/context/perl/pdftrimwhite.pl ) > $(instbase)/usr/bin/pdftrimwhite
 
-	#
-	# documentation
-	rm -r $(instbase)/usr/share/texmf/doc
-	cp -a texmf-dist/doc/context/* $(instbase)/usr/share/doc/$(package)
-	# remove GFDL license text, it is referenced in copyright
-	rm $(instbase)/usr/share/doc/context/manuals/reference/COPYING
-	# remove the doc under texmf
+	# install man pages
 	dh_installman texmf/doc/man/man1/*.1
-	# disabled
+
+
 	dh_installdocs debian/changelog.Debian.prerelease	\
 			debian/MANIFEST.nonfree	debian/MANIFEST.doc-nonfree \
 			debian/README.MarkIV debian/Release_Notes

-- 
Debian packaging of context)


Reply to: