diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-14 14:30:22 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-14 14:31:35 +0200 |
commit | 54c7f148834fb042be9570b200942c89c88128f3 (patch) | |
tree | f028f889b800544c8432d5447190eae2ad4da7d1 /p/lhs2tex | |
parent | edaf302b1441422c58bc1f599be3912bd6ab07f2 (diff) | |
download | DHG_packages-54c7f148834fb042be9570b200942c89c88128f3.tar.gz |
Order Multi-Arch fields consistently
using new support for it in cabal-debian.
Diffstat (limited to 'p/lhs2tex')
-rw-r--r-- | p/lhs2tex/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/lhs2tex/debian/control b/p/lhs2tex/debian/control index c3b3a4eaa..b807dcd8f 100644 --- a/p/lhs2tex/debian/control +++ b/p/lhs2tex/debian/control @@ -15,13 +15,13 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/lhs2tex Package: lhs2tex Architecture: any +Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, texlive-latex-base, texlive-latex-base, texlive-latex-base, texlive-math-extra, -Multi-Arch: foreign Description: Generates LaTeX code from literate Haskell sources lhs2TeX includes the following features: . |