summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1b75269
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: pysilfont
+Section: python
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ python3-all,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.7.0
+Homepage: https://github.com/silnrsi/pysilfont
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pysilfont
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pysilfont
+
+Package: python3-silfont
+Section: python
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Python-based font utilities collection
+ Pysilfont is a collection of font utilities mainly written in Python designed
+ to help with various aspects of font design and production.
+ .
+ It supports font development, with an emphasis on UFO-based workflows. With
+ some limitations, all UFO scripts in Pysilfont should work with UFO2 or UFO3
+ source files - and can convert from one format to the other.
+ .
+ In addition, all scripts will output UFOs in a normalized form, designed to
+ work with source control systems.