rcs-latex/0000755000000000000000000000000012000023036007630 5ustar rcs-latex/debian/0000755000000000000000000000000012000024536011060 5ustar rcs-latex/debian/copyright0000644000000000000000000000214412000024151013005 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. rcs-latex/debian/postinst0000644000000000000000000000122312000024151012655 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# rcs-latex/debian/source/0000755000000000000000000000000011777741560012407 5ustar rcs-latex/debian/source/format0000644000000000000000000000001511777741560013616 0ustar 3.0 (native) rcs-latex/debian/compat0000644000000000000000000000000212000024151012247 0ustar 9 rcs-latex/debian/rules0000755000000000000000000000114712000024240012133 0ustar #!/usr/bin/make -f # debian/rules for rcs-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 rcs-latex/debian/control0000644000000000000000000000111612000024452012457 0ustar Source: rcs-latex Section: oldlibs Priority: extra Maintainer: Julian Gilbey Standards-Version: 3.9.3 Build-Depends-Indep: debhelper (>= 9) Package: rcs-latex Architecture: all Depends: texlive-latex-recommended (>= 2012), ${misc:Depends} Description: LaTeX macro package for handling RCS keywords (transitional package) This is a transitional package which depends on texlive-latex-recommended; that package now contains the rcs-latex package. . This allows the user to typeset RCS keywords in their document without being concerned about dollar signs and the like. rcs-latex/debian/changelog0000644000000000000000000000350112000024533012726 0ustar rcs-latex (3.1.debian.1) unstable; urgency=low * Become a transitional package; simply depend on texlive-latex-recommended; this package will be removed post-wheezy -- Julian Gilbey Fri, 13 Jul 2012 14:57:46 +0100 rcs-latex (3.1-3) unstable; urgency=low * Remove tetex-* dependencies; long live TeXLive! -- Julian Gilbey Sun, 29 Apr 2007 11:32:23 +0100 rcs-latex (3.1-2) unstable; urgency=low * Apply patch from Kristoffer H Rose to allow rcs-latex to work with new RCS date format (Closes: #369422) * Update standards version and use debhelper >=5.0.0 * Depend on tetex-* | texlive-* (Closes: #390044) -- Julian Gilbey Wed, 1 Nov 2006 14:36:35 +0000 rcs-latex (3.1-1) unstable; urgency=low * New upstream version (closes: #295494) -- Julian Gilbey Sat, 5 Mar 2005 21:33:51 +0000 rcs-latex (3.0-5) unstable; urgency=low * Update copyright file -- Julian Gilbey Mon, 18 Mar 2002 11:53:45 +0000 rcs-latex (3.0-4) unstable; urgency=low * Apply patch from Jeffrey Goldberg to make rcs.sty work with new babel. -- Julian Gilbey Wed, 10 May 2000 20:02:57 +0100 rcs-latex (3.0-3) unstable; urgency=low * Standards version 3.1.1 (FHS, Build-Depends-Indep etc.) * Ensure we have debhelper sections in maintainer scripts -- Julian Gilbey Wed, 24 Nov 1999 21:22:02 +0000 rcs-latex (3.0-2) 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:15:56 +0100 rcs-latex (3.0-1) unstable; urgency=low * Initial Release. -- Julian Gilbey Wed, 25 Nov 1998 13:19:56 +0000