aboutsummaryrefslogtreecommitdiff
path: root/debian/control.common
diff options
context:
space:
mode:
authorDeposite Pirate2018-09-16 22:58:59 +0200
committerDeposite Pirate2018-09-16 22:58:59 +0200
commit70083671824589998eb60feadb1063f4c5b79931 (patch)
treeeca5ab2a0778593b00f98b4bbbc151a4fd838894 /debian/control.common
parentf29f632e05deb807b21966b448eb2cc65f36dfc3 (diff)
Debian support.
Diffstat (limited to 'debian/control.common')
-rw-r--r--debian/control.common38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/control.common b/debian/control.common
new file mode 100644
index 0000000..2a142e1
--- /dev/null
+++ b/debian/control.common
@@ -0,0 +1,38 @@
+Source: libcompface
+Section: mail
+Priority: optional
+Maintainer: Hakan Ardo <hakan@debian.org>
+Standards-Version: 3.2.1.0
+Build-Depends: debhelper (>=5)
+
+Package: libcompfaceg1-dev
+Section: devel
+Priority: optional
+Architecture: any
+Depends: libcompfaceg1, libc6-dev
+Conflicts: compface (<= 89.11.11-10)
+Description: Compress/decompress images for mailheaders, libc6 devel
+ Converts 48x48 .xbm format (X bitmap) files to a compressed format
+ that can be placed in your X-Face: mail header. Some mailreaders,
+ like exmh will then display this image when the user is reading your mail.
+
+Package: libcompfaceg1
+Section: libs
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: compface (<= 89.11.11-10)
+Description: Compress/decompress images for mailheaders, libc6 runtime
+ Converts 48x48 .xbm format (X bitmap) files to a compressed format
+ that can be placed in your X-Face: mail header. Some mailreaders,
+ like exmh will then display this image when the user is reading your mail.
+
+Package: compface
+Section: mail
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Compress/decompress images for mailheaders, user tools
+ Converts 48x48 .xbm format (X bitmap) files to a compressed format
+ that can be placed in your X-Face: mail header. Some mailreaders,
+ like exmh will then display this image when the user is reading your mail.