summaryrefslogtreecommitdiff
path: root/biblio/bibtex/utils/bib2ml/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/bibtex/utils/bib2ml/debian/control')
-rw-r--r--biblio/bibtex/utils/bib2ml/debian/control48
1 files changed, 48 insertions, 0 deletions
diff --git a/biblio/bibtex/utils/bib2ml/debian/control b/biblio/bibtex/utils/bib2ml/debian/control
new file mode 100644
index 0000000000..e60859688f
--- /dev/null
+++ b/biblio/bibtex/utils/bib2ml/debian/control
@@ -0,0 +1,48 @@
+Source: bib2ml
+Section: universe/tex
+Priority: optional
+Maintainer: Stephane GALLAND <galland@arakhne.org>
+Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.8), perl-modules (>= 5.8)
+Standards-Version: 3.7.3
+Homepage: http://www.arakhne.org/bib2ml/
+
+Package: bib2ml-common
+Architecture: all
+Depends: perl (>= 5.8), perl-modules (>= 5.8)
+Conflicts: bib2html-common (<= 6.1-1)
+Recommends: texlive
+Description: Translator from BibTeX files to HTML
+ bib2ml is a powerfull translator of
+ BibTeX files into HTML, XML or SQL files.
+ .
+ This package provides the common libraries.
+
+Package: bib2html
+Architecture: all
+Depends: perl (>= 5.8), perl-modules (>= 5.8), bib2ml-common (= ${Source-Version})
+Provides: bib2ml
+Description: Translator from BibTeX files to HTML
+ bib2ml is a powerfull translator of
+ BibTeX files into HTML, XML or SQL files.
+ .
+ This package provides bib2html.
+
+Package: bib2xml
+Architecture: all
+Depends: perl (>= 5.8), perl-modules (>= 5.8), bib2ml-common (= ${Source-Version})
+Provides: bib2ml
+Description: Translator from BibTeX files to HTML
+ bib2ml is a powerfull translator of
+ BibTeX files into HTML, XML or SQL files.
+ .
+ This package provides bib2xml.
+
+Package: bib2sql
+Architecture: all
+Depends: perl (>= 5.8), perl-modules (>= 5.8), bib2ml-common (= ${Source-Version})
+Provides: bib2ml
+Description: Translator from BibTeX files to HTML
+ bib2ml is a powerfull translator of
+ BibTeX files into HTML, XML or SQL files.
+ .
+ This package provides bib2sql.