File: control

package info (click to toggle)
gnuhtml2latex 0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 844; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 698 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: gnuhtml2latex
Maintainer: Gunnar Wolf <gwolf@debian.org>
Section: text
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/debian/gnuhtml2latex
Vcs-Git: https://salsa.debian.org/debian/gnuhtml2latex.git
Homepage: https://tracker.debian.org/pkg/gnuhtml2latex

Package: gnuhtml2latex
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-parser-perl
Recommends: wget
Description: Convert HTML files to LaTeX
 gnuhtml2latex is a Perl script that converts HTML files to LaTeX
 files. It takes list of .html files as arguments and make .tex
 ones. Can also convert html stdin to LaTeX stdout.