diff options
author | Deposite Pirate | 2018-09-16 22:58:59 +0200 |
---|---|---|
committer | Deposite Pirate | 2018-09-16 22:58:59 +0200 |
commit | 70083671824589998eb60feadb1063f4c5b79931 (patch) | |
tree | eca5ab2a0778593b00f98b4bbbc151a4fd838894 /debian/control.libc5 | |
parent | f29f632e05deb807b21966b448eb2cc65f36dfc3 (diff) |
Debian support.
Diffstat (limited to 'debian/control.libc5')
-rw-r--r-- | debian/control.libc5 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control.libc5 b/debian/control.libc5 new file mode 100644 index 0000000..f3fc56b --- /dev/null +++ b/debian/control.libc5 @@ -0,0 +1,21 @@ + +Package: libcompface1-altdev +Section: devel +Priority: optional +Architecture: any +Depends: libcompface1, libc5-altdev +Description: Compress/decompress images for mailheaders, libc5 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: libcompface1 +Section: libs +Priority: optional +Architecture: any +Depends: libc5 (>= 5.4.0.0) +Conflicts: libc5-dev, compface (<= 89.11.11-10) +Description: Compress/decompress images for mailheaders, libc5 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. |