[Pkg-lyx-devel] svn commit: r475 - in /dvipost/trunk/debian: changelog postinst postrm rules

pelle at users.alioth.debian.org pelle at users.alioth.debian.org
Sun Jun 8 10:48:47 UTC 2008


Author: pelle
Date: Sun Jun  8 10:48:47 2008
New Revision: 475

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=475
Log:
Use dh_installtex to manage registration of dvipost.sty instead of
calling texhash manually from postinst/postrm.

Removed:
    dvipost/trunk/debian/postinst
    dvipost/trunk/debian/postrm
Modified:
    dvipost/trunk/debian/changelog
    dvipost/trunk/debian/rules

Modified: dvipost/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/dvipost/trunk/debian/changelog?rev=475&op=diff
==============================================================================
--- dvipost/trunk/debian/changelog (original)
+++ dvipost/trunk/debian/changelog Sun Jun  8 10:48:47 2008
@@ -20,6 +20,8 @@
     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.
 
  -- Per Olofsson <pelle at debian.org>  Thu, 15 Nov 2007 10:25:17 +0100
 

Modified: dvipost/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/dvipost/trunk/debian/rules?rev=475&op=diff
==============================================================================
--- dvipost/trunk/debian/rules (original)
+++ dvipost/trunk/debian/rules Sun Jun  8 10:48:47 2008
@@ -12,6 +12,7 @@
 	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




More information about the Pkg-lyx-devel mailing list