--- hyperref-6.3.orig/makefile +++ hyperref-6.3/makefile @@ -1,3 +1,5 @@ +TEXMF=${PREFIX}/usr/lib/texmf + all: hyperref test hyperref: @@ -10,7 +12,7 @@ install: latex hyperref.ins - (TEXMF=`kpsewhich -expand-var '$TEXMFMAIN'`;mkdir ${TEXMF}/tex/latex/hyperref; mv *.sty *.def ${TEXMF}/tex/latex/hyperref) + (mkdir ${TEXMF}/tex/latex/hyperref; cp *.sty *.def ${TEXMF}/tex/latex/hyperref) clean: --- hyperref-6.3.orig/debian/README.debian +++ hyperref-6.3/debian/README.debian @@ -0,0 +1,6 @@ +hyperref for DEBIAN +------------------- + +Comments regarding the Package + +Christian Leutloff , Sat, 22 Nov 1997 12:28:05 +0100 --- hyperref-6.3.orig/debian/changelog +++ hyperref-6.3/debian/changelog @@ -0,0 +1,10 @@ +hyperref (6.3-1) unstable; urgency=low + + * Initial Release (comments for improvements expected). + + -- Christian Leutloff Sat, 22 Nov 1997 12:28:05 +0100 + +Local variables: +mode: debian-changelog +add-log-mailing-address: "leutloff@debian.org" +End: --- hyperref-6.3.orig/debian/copyright +++ hyperref-6.3/debian/copyright @@ -0,0 +1,59 @@ +This package was debianized by Christian Leutloff leutloff@debian.org on +Sat, 22 Nov 1997 12:28:05 +0100. + +It was downloaded from +ftp://ftp.dante.de/pub/tex/macros/latex/contrib/supported/hyperref + +Copyright: + +hyperref.dtx: + +%% File: hyperref.dtx Copyright (C) 1995, 1996, 1997 +%% Sebastian Rahtz +% +% 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. +% +% Direct use of code from this package in another package +% which is either sold for profit, or not made freely available, +% is explicitly forbidden by the author. +% + +-- +nameref.dtx: + +% File: nameref.dtx Copyright (C) 1995 Sebastian Rahtz +% +% 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. + +-- +backref.dtx: + +%% File: backref.dtx Copyright (C) 1995, 1996 David Carlisle, Sebastian Rahtz +% +% 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. + +-- +xr.sty: + +%% Copyright (C) 1993-1997 David Carlisle + +%% This is a modified version of the xr package from the Standard LaTeX +%% tools distribution. It has some internal changes to cooperate with +%% the hyperref package, and one new user level argument, also mainly of +%% use for hyperref. +%% If no problems are reported the version in the tools distribution +%% will be updated to match this at the next LaTeX release. + + +-- +The debian specific changes are Copyright (c) 1997 Christian Leutloff, and +distributed under the terms of the GNU General Public License. + +The GNU General Public License is available on Debian systems in the file +/usr/doc/copyright/GPL. --- hyperref-6.3.orig/debian/dirs +++ hyperref-6.3/debian/dirs @@ -0,0 +1,2 @@ +usr/doc/hyperref +usr/lib/texmf/tex/latex/ --- hyperref-6.3.orig/debian/rules +++ hyperref-6.3/debian/rules @@ -0,0 +1,57 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + # Add here commands to compile the pacckage. + $(MAKE) + dvi2tty -w132 -o hyperref.txt hyperref.dvi + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean hyperref.txt + # Add here commands to clean up after the build process. + -$(MAKE) clean + +# Build architecture-independent files here. +binary-indep: build + dh_testdir + dh_testroot + dh_clean + dh_installdirs + # Add here commands to install the files into debian/tmp + $(MAKE) PREFIX=debian/tmp install + dh_installdocs readme.txt announce.txt manual.pdf hyperref.dvi hyperref.txt + dh_installexamples test.tex test2.tex testbib.tex testoz.tex picture.eps picture.png + dh_installmenu +# dh_installinit + dh_installcron + dh_installmanpages +# dh_undocumented + dh_installchangelogs + dh_strip + dh_compress + dh_fixperms + dh_suidregister + dh_installdebfiles +# dh_makeshlibs + dh_du + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build +# We have nothing to do by default. + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- hyperref-6.3.orig/debian/postinst +++ hyperref-6.3/debian/postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +if [ -x /usr/bin/texhash ]; then + /usr/bin/texhash +fi --- hyperref-6.3.orig/debian/postrm +++ hyperref-6.3/debian/postrm @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +if [ -x /usr/bin/texhash ]; then + /usr/bin/texhash +fi + --- hyperref-6.3.orig/debian/menu.ex +++ hyperref-6.3/debian/menu.ex @@ -0,0 +1 @@ +text Apps/Misc hyperref none "hyperref Description" /usr/bin/hyperref --- hyperref-6.3.orig/debian/control +++ hyperref-6.3/debian/control @@ -0,0 +1,31 @@ +Source: hyperref +Section: non-free/tex +Priority: optional +Maintainer: Christian Leutloff +Standards-Version: 2.3.0.0 + +Package: hyperref +Architecture: all +Depends: tetex-bin +Suggests: tetex-base +Description: LaTeX package with cross-referencing commands + This package is used to emend cross-referencing commands in LaTeX to + produce some sort of \special commands; there are backends for the + \special set defined for HyperTeX dvi processors, for embedded pdfmark + commands for processing by Acrobat Distiller, for dviwindo, and for + pdfTeX. + . + Included are: + . + a) (backref) a package by David Carlisle to provide links back from + bibliography to the main text; these are hypertext links after + using hyperref. + b) (nameref) a package to allow reference to the *names* of sections + rather than their numbers. + . + xr.sty: This is a modified version of the xr package from the Standard + LaTeX tools distribution. It has some internal changes to cooperate + with the hyperref package, and one new user level argument, also + mainly of use for hyperref. + If no problems are reported the version in the tools distribution + will be updated to match this at the next LaTeX release.