[Pkg-lyx-devel] svn commit: r472 - in /dvipost/trunk/debian: changelog install patches/02.makefile.in.dpatch patches/series rules
pelle at users.alioth.debian.org
pelle at users.alioth.debian.org
Sun Jun 8 10:10:20 UTC 2008
Author: pelle
Date: Sun Jun 8 10:10:20 2008
New Revision: 472
URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=472
Log:
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.
Removed:
dvipost/trunk/debian/install
dvipost/trunk/debian/patches/02.makefile.in.dpatch
Modified:
dvipost/trunk/debian/changelog
dvipost/trunk/debian/patches/series
dvipost/trunk/debian/rules
Modified: dvipost/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/dvipost/trunk/debian/changelog?rev=472&op=diff
==============================================================================
--- dvipost/trunk/debian/changelog (original)
+++ dvipost/trunk/debian/changelog Sun Jun 8 10:10:20 2008
@@ -17,6 +17,9 @@
* 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.
+ * 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.
-- Per Olofsson <pelle at debian.org> Thu, 15 Nov 2007 10:25:17 +0100
Modified: dvipost/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-lyx/dvipost/trunk/debian/patches/series?rev=472&op=diff
==============================================================================
--- dvipost/trunk/debian/patches/series (original)
+++ dvipost/trunk/debian/patches/series Sun Jun 8 10:10:20 2008
@@ -1,2 +1,1 @@
01.version_fix.dpatch
-02.makefile.in.dpatch
Modified: dvipost/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/dvipost/trunk/debian/rules?rev=472&op=diff
==============================================================================
--- dvipost/trunk/debian/rules (original)
+++ dvipost/trunk/debian/rules Sun Jun 8 10:10:20 2008
@@ -10,7 +10,8 @@
install: build
dh install --before auto_install
- $(MAKE) install prefix=`pwd`/debian/dvipost/usr
+ $(MAKE) install prefix=`pwd`/debian/dvipost/usr \
+ LATEX=`pwd`/debian/dvipost/usr/share/texmf/tex/latex/dvipost
dh install --after auto_install
binary-arch: install
More information about the Pkg-lyx-devel
mailing list