--- dvipost-1.1.orig/main.c +++ dvipost-1.1/main.c @@ -24,7 +24,7 @@ #define TEX_ACCEPT_OPTIONS 1 #endif -static char *version = "dvipost version 1.0\n\ +static char *version = "dvipost version 1.1\n\ Dvipost is copyright (C) 2002 Erich Fruehstueck.\n"; #include "dvipost.h" --- dvipost-1.1.orig/debian/docs +++ dvipost-1.1/debian/docs @@ -0,0 +1,2 @@ +README +NOTES --- dvipost-1.1.orig/debian/control +++ dvipost-1.1/debian/control @@ -0,0 +1,24 @@ +Source: dvipost +Section: tex +Priority: optional +Maintainer: Debian LyX Maintainers +Uploaders: Sven Hoexter , Per Olofsson +Build-Depends: debhelper (>= 7), tex-common, texlive-latex-base +Standards-Version: 3.8.2 +Vcs-Git: git://git.debian.org/git/pkg-lyx/dvipost.git +Vcs-Browser: http://git.debian.org/?p=pkg-lyx/dvipost.git +Homepage: http://efeu.cybertec.at/ + +Package: dvipost +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: texlive-base-bin +Description: Post processor for dvi files supporting change bars + Dvipost is a post processor for dvi files, created by LaTeX or TeX. + If the command is invoked as pplatex, it integrates the call of latex + and the post processing of the dvi file. + . + Dvipost is used for special modes, which normally need the support of + dvi drivers (such as dvips). With dvipost, these features could be implemented + independent of the preferred driver. Currently, the post processor supports + layout raster, change bars and overstrike mode. --- dvipost-1.1.orig/debian/dirs +++ dvipost-1.1/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/share/man/man1 +usr/share/texmf/tex/latex/dvipost --- dvipost-1.1.orig/debian/changelog +++ dvipost-1.1/debian/changelog @@ -0,0 +1,57 @@ +dvipost (1.1-4) unstable; urgency=low + + [ Per Olofsson ] + * Updated Vcs-* fields for git switch. + * Build-dep on tex-common to make lintian happy. + * Bumped Standards-Version to 3.8.2. No changes. + + [ Sven Hoexter ] + * Change s/latex/LaTeX and s/tex/TeX/ in the package description. + Thanks to lintian. + + -- Per Olofsson Sun, 05 Jul 2009 21:40:03 +0200 + +dvipost (1.1-3) unstable; urgency=low + + [ Sven Hoexter ] + * Added Vcs-* fields to control. + * Moved the pseudo Homepage field into the new official Homepage field. + + [ Per Olofsson ] + * Added debian/watch. + * Trailing slash in Homepage field. + * Recommend TeX instead of depending on it. Only recommend texlive- + base-bin, tetex no longer in Debian. + * Switch to debhelper v7, with a much smaller debian/rules. + * Build-Depend on texlive-latex-base so that 'make test' can be run by + dh auto_test. Drop patches 3-4 so that configure detects tex again. + * Let upstream's make system install dvipost.sty instead of doing it + ourselves. Pass LATEX variable to make install so it installs in the + right place. Drop patch 02.makefile.in.dpatch. + * Drop patch system to reduce complexity. + * Use dh_installtex to manage registration of dvipost.sty instead of + calling texhash manually from postinst/postrm. + * No need to install manpage manually, done by make install. + * Install NOTES as documentation. + * Bump Standards-Version to 3.8.0 (no changes). + + -- Per Olofsson Sun, 08 Jun 2008 13:15:56 +0200 + +dvipost (1.1-2) unstable; urgency=low + + [ Per Olofsson ] + * Removed initial "A" from short description. + * Added myself to uploaders + + [ Sven Hoexter ] + * Cleaned up the rules file. + * Modified the post* scripts so that we only run texhash when required. + + -- Per Olofsson Wed, 21 Jun 2006 22:49:06 +0200 + +dvipost (1.1-1) unstable; urgency=low + + * Initial release. (closes: #367391) + * Sponsored by Per Olofsson. + + -- Sven Hoexter Mon, 15 May 2006 19:16:06 +0200 --- dvipost-1.1.orig/debian/clean +++ dvipost-1.1/debian/clean @@ -0,0 +1 @@ +install --- dvipost-1.1.orig/debian/copyright +++ dvipost-1.1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Sven Hoexter on +Mon, 15 May 2006 19:25:12 +0200. + +This package is based on work done by Matej Cepl . + +It was downloaded from http://efeu.cybertec.at + +Copyright Holder: Erich Fruehstueck, 2002 + +License: + + 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 + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- dvipost-1.1.orig/debian/watch +++ dvipost-1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://efeu.cybertec.at/dist/index_en.html dvipost-(\d.*)\.tar\.gz --- dvipost-1.1.orig/debian/rules +++ dvipost-1.1/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +build: + dh build + +clean: + dh clean + +install: build + dh install --before auto_install + $(MAKE) install prefix=`pwd`/debian/dvipost/usr \ + LATEX=`pwd`/debian/dvipost/usr/share/texmf/tex/latex/dvipost + dh_installtex + dh install --after auto_install + +binary-arch: install + dh binary-arch + +binary-indep: +binary: binary-arch --- dvipost-1.1.orig/debian/compat +++ dvipost-1.1/debian/compat @@ -0,0 +1 @@ +7