[Pkg-haskell-commits] r1281 - in /packages/lhs2tex/trunk/debian: changelog control postinst postrm rules
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sat Jan 17 17:04:13 UTC 2009
Author: arjan
Date: Sat Jan 17 17:04:13 2009
New Revision: 1281
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1281
Log:
r296 at reddwarf: arjan | 2009-01-17 18:02:03 +0100
* Add dependency on texlive-math-extra as polycode.fmt depends on
the theoretical computer science fonts located in stmaryrd.sty
Thanks Tomasz Maciejewski (Closes: #511818)
* debian/rules: Use dh_installtex to generate maintainer scripts
which call mktexlsr.
* debian/control: Add tex-common to build dependencies as it provides
dh_installtex.
Removed:
packages/lhs2tex/trunk/debian/postinst
packages/lhs2tex/trunk/debian/postrm
Modified:
packages/lhs2tex/trunk/debian/changelog
packages/lhs2tex/trunk/debian/control
packages/lhs2tex/trunk/debian/rules
Modified: packages/lhs2tex/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/changelog?rev=1281&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/changelog (original)
+++ packages/lhs2tex/trunk/debian/changelog Sat Jan 17 17:04:13 2009
@@ -1,3 +1,15 @@
+lhs2tex (1.13-4~pre1) unstable; urgency=low
+
+ * Add dependency on texlive-math-extra as polycode.fmt depends on
+ the theoretical computer science fonts located in stmaryrd.sty
+ Thanks Tomasz Maciejewski (Closes: #511818)
+ * debian/rules: Use dh_installtex to generate maintainer scripts
+ which call mktexlsr.
+ * debian/control: Add tex-common to build dependencies as it provides
+ dh_installtex.
+
+ -- Arjan Oosting <arjan at debian.org> Sat, 17 Jan 2009 17:30:26 +0100
+
lhs2tex (1.13-3) unstable; urgency=medium
* debian/control:
Modified: packages/lhs2tex/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/control?rev=1281&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/control (original)
+++ packages/lhs2tex/trunk/debian/control Sat Jan 17 17:04:13 2009
@@ -2,7 +2,7 @@
Section: text
Priority: optional
Maintainer: Arjan Oosting <arjan at debian.org>
-Build-Depends: autotools-dev, debhelper (>= 5.0.0), dpatch, ghc6 (>= 6.8.2), libghc6-regex-compat-dev
+Build-Depends: autotools-dev, debhelper (>= 5.0.0), dpatch, ghc6 (>= 6.8.2), libghc6-regex-compat-dev, tex-common
Standards-Version: 3.8.0
Vcs-Svn: https://moonshine.dnsalias.org/svn/arjan-public/debian/lhs2tex/trunk
Vcs-Browser: https://moonshine.dnsalias.org/wsvn/arjan-public/debian/lhs2tex/trunk/
@@ -10,7 +10,7 @@
Package: lhs2tex
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, texlive-latex-base, texlive-latex-base, texlive-latex-base
+Depends: ${shlibs:Depends}, ${misc:Depends}, texlive-latex-base, texlive-latex-base, texlive-latex-base, texlive-math-extra
Description: Generates LaTeX code from literate Haskell sources
lhs2TeX includes the following features:
.
Modified: packages/lhs2tex/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/lhs2tex/trunk/debian/rules?rev=1281&op=diff
==============================================================================
--- packages/lhs2tex/trunk/debian/rules (original)
+++ packages/lhs2tex/trunk/debian/rules Sat Jan 17 17:04:13 2009
@@ -84,6 +84,7 @@
dh_installdocs
dh_installexamples Examples/*
dh_installman
+ dh_installtex
dh_link
dh_strip
dh_compress -X.pdf
More information about the Pkg-haskell-commits
mailing list