summaryrefslogtreecommitdiffstats
path: root/unicode/packaging/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/packaging/debian/control')
-rw-r--r--unicode/packaging/debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/unicode/packaging/debian/control b/unicode/packaging/debian/control
new file mode 100644
index 0000000..5e7ca51
--- /dev/null
+++ b/unicode/packaging/debian/control
@@ -0,0 +1,29 @@
+Source: courier-unicode
+Priority: optional
+Maintainer: Sam Varshavchik <mrsam@courier-mta.com>
+Build-Depends: debhelper-compat (= 12), gcc%DEBGCC%, g++%DEBGCC%
+Standards-Version: 4.4.1
+Section: contrib/libs
+Homepage: https://www.courier-mta.org/unicode/
+Rules-Requires-Root: no
+
+Package: libcourier-unicode-dev
+Section: contrib/libdevel
+Architecture: any
+Depends: libcourier-unicode%SOVERSION% (= ${binary:Version}), ${misc:Depends}
+Description: Courier Unicode Library (header files and development libraries)
+ This package contains development files for the Courier Unicode Library.
+ Install this package if you want to develop applications that uses this
+ unicode library.
+
+Package: libcourier-unicode%SOVERSION%
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Courier Unicode Library
+ This library implements several algorithms related to the Unicode
+ Standard.
+ -
+ This package installs only the run-time libraries needed by applications that
+ use this library. Install the "courier-unicode-dev" package if you want
+ to develop new applications using this library.
+