cweb-latex/0000755000000000000000000000000011777741547010023 5ustar cweb-latex/source/0000755000000000000000000000000011777741560011316 5ustar cweb-latex/source/format0000644000000000000000000000001511777741560012525 0ustar 3.0 (native) cweb-latex/debian/0000755000000000000000000000000012000024071011203 5ustar cweb-latex/debian/copyright0000644000000000000000000000214412000024064013141 0ustar The postinst file in this transitional package is copyright by Julian Gilbey , Florent Rougon and Norbert Preining under the following terms: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License, version 2, with the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. (It was taken from tex-common's files, and modified by Julian Gilbey .) The remaining files in the package are in the public domain. cweb-latex/debian/postinst0000644000000000000000000000122311777743335013046 0ustar #! /bin/sh -e # Rebuild texmf tree as we have removed the old files; this will not # be done automatically by debhelper as we do not ship any new files if command -v mktexlsr >/dev/null 2>&1 then tempfile=$(mktemp -p /tmp mktexlsr.XXXXXXXX) printf "Running mktexlsr. This may take some time... " if mktexlsr /usr/share/texmf > $tempfile 2>&1 ; then rm -f $tempfile echo "done." else exec >&2 echo echo "mktexlsr /usr/share/texmf failed. Output has been stored in" echo "$tempfile" echo "Please include this file if you report a bug." echo exit 1 fi fi #DEBHELPER# cweb-latex/debian/compat0000644000000000000000000000000211777652453012440 0ustar 9 cweb-latex/debian/rules0000755000000000000000000000115011777740677012325 0ustar #!/usr/bin/make -f # debian/rules for cweb-latex package. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ # # Nothing to do # # clean: # dh_clean # # install: build # dh_testdir # dh_testroot # dh_clean -k # # # Build architecture-independent files here. # binary-indep: build install # # We have nothing to do by default. # # # Build architecture-dependent files here. # binary-arch: build install # dh_testdir # dh_testroot # dh_installdeb # dh_gencontrol # dh_builddeb # # binary: binary-indep binary-arch # # .PHONY: build clean binary-indep binary-arch binary install cweb-latex/debian/control0000644000000000000000000000166112000022733012615 0ustar Source: cweb-latex Section: oldlibs Priority: extra Maintainer: Julian Gilbey Standards-Version: 3.9.3 Build-Depends-Indep: debhelper (>= 9) Package: cweb-latex Architecture: all Depends: texlive-latex-extra (>= 2012), ${misc:Depends} Description: LaTeX support for CWEB (transitional package) This is a transitional package which depends on texlive-latex-extra; that package now contains the cweb-latex package. . LaTeX CWEB is a bundle that allows you to use LaTeX as the documentation markup of your CWEB program. Your CWEB programs may be LaTeX documents now -- with sections, subsections, environments, figures, graphics inclusion, etc. . You will want to use this bundle if you - are a CWEB programmer and use LaTeX elsewhere, - haven't used CWEB up to now, because you wanted structured markup (and you didn't want to develop it yourself), or - want a hierarchic document structure for CWEB programs. cweb-latex/debian/changelog0000644000000000000000000000721411777741003013106 0ustar cweb-latex (1.1.1.debian.1) unstable; urgency=low * Become a transitional package; simply depend on texlive-latex-extra; this package will be removed post-wheezy -- Julian Gilbey Thu, 12 Jul 2012 23:53:31 +0100 cweb-latex (1.1.1-15) unstable; urgency=low * Update dependencies for tetex -> texlive migration (Closes: #419237) -- Julian Gilbey Sun, 15 Apr 2007 23:26:39 +0100 cweb-latex (1.1.1-14) unstable; urgency=low * Update dependencies for cweb -> tetex-bin merger (closes: #182138) -- Julian Gilbey Wed, 5 Mar 2003 16:02:42 +0000 cweb-latex (1.1.1-13) unstable; urgency=low * Depend on cweb (>= 3.63-4) which forces the cweave +e option (needed, otherwise cweb-latex doesn't work) -- Julian Gilbey Wed, 6 Jun 2001 16:58:31 +0100 cweb-latex (1.1.1-12) unstable; urgency=low * Fixed up examples/Makefile (bad line in it...) -- Julian Gilbey Wed, 10 May 2000 20:15:51 +0100 cweb-latex (1.1.1-11) unstable; urgency=low * Removed install-stamp from debian/rules * Standards 3.1.1 (FHS, Build-Depends) -- Julian Gilbey Tue, 23 Nov 1999 12:28:02 +0000 cweb-latex (1.1.1-10) unstable; urgency=low * Moved tex input files from /usr/lib/texmf to /usr/share/texmf in line with the change in tetex-*, moving towards FHS compliance -- Julian Gilbey Fri, 9 Apr 1999 13:11:50 +0100 cweb-latex (1.1.1-9) unstable; urgency=low * New maintainer * Changed debian/rules to use debhelper * Removed rcs.sty (which had very dubious license) from package; put it in a separate rcs-latex package which will have GPL license * Added a few more things from the distribution to the examples directory * Added a symlink from the texmf documentation tree to the docs for the package * Add a dependency on tetex-base: the package is not very meaningful without it * Add a suggestion for rcs-latex; the example requires it -- Julian Gilbey Wed, 25 Nov 1998 02:29:18 +0000 cweb-latex (1.1.1-8) unstable; urgency=low * Use `dh_md5sums'. * Lintian 0.2.2 satisfied. -- Milan Zamazal Wed, 18 Feb 1998 19:01:43 +0100 cweb-latex (1.1.1-7) unstable; urgency=low * `checksums' renamed to `md5sums'. * Standards 2.4.0.0. -- Milan Zamazal Fri, 13 Feb 1998 18:13:43 +0100 cweb-latex (1.1.1-6) unstable; urgency=low * `-isp' flag added to dpkg-gencontrol. * `README.debian' renamed to `README.Debian'. * More error safe `rules'. * Dot added after description synopsis in `control'. * Gzip `changelog.Debian'. * Use `$(package)' rather than package name in `rules'. * `History' file renamed to `changelog' and gzipped. * Standards 2.3.0.1. -- Milan Zamazal Mon, 12 Jan 1998 19:38:24 +0100 cweb-latex (1.1.1-5) unstable; urgency=low * LaTeX files installed into `litprog' subdirectory. -- Milan Zamazal Mon, 1 Dec 1997 16:46:32 +0100 cweb-latex (1.1.1-4) unstable; urgency=low * Wrong contents of `README.debian' corrected. -- Milan Zamazal Fri, 19 Sep 1997 14:36:56 +0200 cweb-latex (1.1.1-3) unstable; urgency=low * Corrected policy bug in the `rules' file (Bug #12741). * Does not use debstd anymore. -- Milan Zamazal Thu, 18 Sep 1997 16:23:35 +0200 cweb-latex (1.1.1-2) frozen unstable; urgency=low * Corrected bad looking description formatting. -- Milan Zamazal Wed, 9 Apr 1997 17:12:53 +0200 cweb-latex (1.1.1-1) unstable; urgency=low * Initial Release. -- Milan Zamazal Thu, 13 Mar 1997 15:40:28 +0100