Author: frank Date: 2006-02-03 18:20:35 +0000 (Fri, 03 Feb 2006) New Revision: 488
Added: tetex-doc-nonfree/trunk/debian/changelog tetex-doc-nonfree/trunk/debian/compat tetex-doc-nonfree/trunk/debian/control tetex-doc-nonfree/trunk/debian/dirs tetex-doc-nonfree/trunk/debian/rules Log: add basic packaging files Added: tetex-doc-nonfree/trunk/debian/changelog =================================================================== --- tetex-doc-nonfree/trunk/debian/changelog 2006-02-03 08:09:41 UTC (rev 487) +++ tetex-doc-nonfree/trunk/debian/changelog 2006-02-03 18:20:35 UTC (rev 488) @@ -0,0 +1,7 @@ +tetex-doc-nonfree (0.99.1-1) unstable; urgency=low + + * Initial Release. + * Contains the ConTeXt documentation. + + -- Frank K�ster <[EMAIL PROTECTED]> Fri, 3 Feb 2006 19:20:59 +0100 + Added: tetex-doc-nonfree/trunk/debian/compat =================================================================== --- tetex-doc-nonfree/trunk/debian/compat 2006-02-03 08:09:41 UTC (rev 487) +++ tetex-doc-nonfree/trunk/debian/compat 2006-02-03 18:20:35 UTC (rev 488) @@ -0,0 +1 @@ +4 Added: tetex-doc-nonfree/trunk/debian/control =================================================================== --- tetex-doc-nonfree/trunk/debian/control 2006-02-03 08:09:41 UTC (rev 487) +++ tetex-doc-nonfree/trunk/debian/control 2006-02-03 18:20:35 UTC (rev 488) @@ -0,0 +1,20 @@ +Source: tetex-doc-nonfree +Section: non-free/doc +Priority: extra +Maintainer: teTeX maintainers <[email protected]> +Build-Depends-Indep: debhelper (>= 3.0.0) +Standards-Version: 3.6.1 +Uploaders: Julian Gilbey <[EMAIL PROTECTED]>, C.M. Connelly <[EMAIL PROTECTED]>, Atsuhito KOHDA <[EMAIL PROTECTED]>, Frank K�ster <[EMAIL PROTECTED]>, Florent Rougon <[EMAIL PROTECTED]> + +Package: tetex-doc-nonfree +Architecture: all +Description: teTeX documentation that is non-free + This package is part of the documentation of teTeX (version 3.0), a + TeX distribution for UNIX compatible systems. + . + It consists of the files with non-free licenses which are still + allowed to distribute. Documents under some of the Creative Commons + (CC) licenses are currently also included here, but may be reincluded + in the tetex-doc package if they are relicensed to the expected new, + DFSG-free CC licenses. + Added: tetex-doc-nonfree/trunk/debian/dirs =================================================================== --- tetex-doc-nonfree/trunk/debian/dirs 2006-02-03 08:09:41 UTC (rev 487) +++ tetex-doc-nonfree/trunk/debian/dirs 2006-02-03 18:20:35 UTC (rev 488) @@ -0,0 +1,2 @@ +usr/share/doc/ + Added: tetex-doc-nonfree/trunk/debian/rules =================================================================== --- tetex-doc-nonfree/trunk/debian/rules 2006-02-03 08:09:41 UTC (rev 487) +++ tetex-doc-nonfree/trunk/debian/rules 2006-02-03 18:20:35 UTC (rev 488) @@ -0,0 +1,51 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +build: + : + +clean: + dh_testdir + dh_testroot + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tetex-doc-nonfree. + cp -a doc debian/tetex-doc-nonfree/usr/share/doc/texmf + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_compress + dh_fixperms + + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + : + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure Property changes on: tetex-doc-nonfree/trunk/debian/rules ___________________________________________________________________ Name: svn:executable + * _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

