summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control62
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a09bd5f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,62 @@
+Source: pyphen
+Section: python
+Priority: optional
+Maintainer: "P. J. McDermott" <pj@pehjota.net>
+Build-Depends: debhelper (>= 9),
+# Needed to build Python 2 modules:
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+# Needed to build Python 3 modules:
+ python3-all (>= 3.1.2-7~),
+ python3-setuptools,
+Standards-Version: 3.9.4
+Homepage: http://pyphen.org/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.1
+
+Package: python-pyphen
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+ pyphen-dictionaries (= ${binary:Version}),
+Description: Python module to hyphenate text (Python 2)
+ Pyphen is a pure Python module to hyphenate text using existing Hunspell
+ hyphenation dictionaries.
+ .
+ This module is a fork of python-hyphenator, written by Wilbert Berendsen.
+ .
+ Many dictionaries are included in pyphen, they come from the LibreOffice Git
+ repository and are distributed under GPL, LGPL and/or MPL. See the
+ dictionaries and LibreOffice's repository for more details.
+ .
+ This package provides the Python 2 Pyphen hypenation module.
+
+Package: python3-pyphen
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+ pyphen-dictionaries (= ${binary:Version}),
+Description: Python module to hyphenate text (Python 3)
+ Pyphen is a pure Python module to hyphenate text using existing Hunspell
+ hyphenation dictionaries.
+ .
+ This module is a fork of python-hyphenator, written by Wilbert Berendsen.
+ .
+ Many dictionaries are included in pyphen, they come from the LibreOffice Git
+ repository and are distributed under GPL, LGPL and/or MPL. See the
+ dictionaries and LibreOffice's repository for more details.
+ .
+ This package provides the Python 3 Pyphen hypenation module.
+
+Package: pyphen-dictionaries
+Architecture: all
+Depends: ${misc:Depends},
+Description: Python module to hyphenate text - dictionaries
+ Pyphen is a pure Python module to hyphenate text using existing Hunspell
+ hyphenation dictionaries.
+ .
+ This module is a fork of python-hyphenator, written by Wilbert Berendsen.
+ .
+ Many dictionaries are included in pyphen, they come from the LibreOffice Git
+ repository and are distributed under GPL, LGPL and/or MPL. See the
+ dictionaries and LibreOffice's repository for more details.
+ .
+ This package provides the hyphenation dictionaries for the Pyphen module.