--- context-nonfree-2007.03.22.orig/debian/control +++ context-nonfree-2007.03.22/debian/control @@ -0,0 +1,15 @@ +Source: context-nonfree +Section: non-free/tex +Priority: optional +Maintainer: Debian TeX maintainers +Uploaders: Norbert Preining +Build-Depends: debhelper (>= 5.0.35) +Build-Depends-Indep: tex-common (>> 0.35) +Standards-Version: 3.7.2 + +Package: context-nonfree +Architecture: all +Depends: tex-common (>> 0.35), context +Description: Non-free items from the ConTeXt distribution + The ConTeXt distribution contains some fonts that are + not considered free from Debian perspective, which are included here. --- context-nonfree-2007.03.22.orig/debian/rules +++ context-nonfree-2007.03.22/debian/rules @@ -0,0 +1,41 @@ +#! /usr/bin/make -f + +package := context-nonfree +instbase := debian/$(package) + +build: build-indep + +build-indep: build-indep-stamp + +build-indep-stamp: + touch build-indep-stamp + +clean: + dh_testroot + rm -f build-indep-stamp + dh_clean + +binary-indep: build-indep + dh_testdir + dh_testroot + dh_clean + dh_installdirs usr/share/texmf usr/share/doc/$(package) + cp -a fonts $(instbase)/usr/share/texmf + dh_installtex + cp -a doc/* $(instbase)/usr/share/doc/$(package) + dh_installdocs + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: +# We have nothing to do here but the Debian Policy says this target must +# exist. + +binary: binary-indep binary-arch + +.PHONY: clean build build-indep binary binary-indep binary-arch --- context-nonfree-2007.03.22.orig/debian/copyright +++ context-nonfree-2007.03.22/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Norbert Preining on +Sun Oct 22 11:53:51 CEST 2006. + +The original source was downloaded from + http://www.pragma-ade.com/context/current/cont-tmf.zip + http://www.pragma-ade.com/context/current/cont-fnt.zip + http://www.pragma-ade.com/context/current/cont-ext.zip + http://www.pragma-ade.com/context/current/cont-img.zip +plus documents from + http://www.pragma-ade.com/ +and repacked into a tar.gz. + +The files contained in these package are redistributable but not considered +free according to the DFSG, as the sources of the included PDF files are +not available, and some fonts are licensed under the CC-plus-ND license. + +Debian adaptations for this Package are licensed under the GNU General +Public License, version 2, and are under Copyright by: + + Norbert Preining (2006) + --- context-nonfree-2007.03.22.orig/debian/compat +++ context-nonfree-2007.03.22/debian/compat @@ -0,0 +1 @@ +5 --- context-nonfree-2007.03.22.orig/debian/changelog +++ context-nonfree-2007.03.22/debian/changelog @@ -0,0 +1,30 @@ +context-nonfree (2007.03.22-1) unstable; urgency=low + + * new upstream + + -- Norbert Preining Wed, 18 Apr 2007 09:19:12 +0200 + +context-nonfree (2007.01.23-1) unstable; urgency=low + + * new upstream + + -- Norbert Preining Tue, 23 Jan 2007 19:44:11 +0100 + +context-nonfree (2007.01.12-1) unstable; urgency=low + + * new upstream release + + -- Norbert Preining Fri, 12 Jan 2007 12:48:12 +0100 + +context-nonfree (2007.01.02-1) unstable; urgency=low + + * new upstream + + -- Norbert Preining Wed, 3 Jan 2007 10:08:31 +0100 + +context-nonfree (2006.12.21-1) unstable; urgency=low + + * first upload + * include the non-free contents of cont-tmf, cont-fnt, cont-ext, cont-img. + + -- Norbert Preining Fri, 22 Dec 2006 17:55:22 +0100