1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: gnumail
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Eric Heintzmann <heintzmann.eric@free.fr>,
Yavor Doganov <yavor@gnu.org>
Section: gnustep
Priority: optional
Build-Depends: debhelper (>= 11),
gnustep-make (>= 2.7.0-4),
libgnustep-gui-dev,
libpantomime-dev (>= 1.3.0),
libaddresses-dev,
libaddressview-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/gnustep-team/gnumail
Vcs-Git: https://salsa.debian.org/gnustep-team/gnumail.git
Homepage: http://www.nongnu.org/gnustep-nonfsf/gnumail/
Package: gnumail.app
Architecture: any
Depends: gnumail.app-common (= ${source:Version}),
addressmanager.app,
${shlibs:Depends},
${misc:Depends}
Suggests: gnupg,
steptalk
Provides: mail-reader,
imap-client
Description: Mail client for GNUstep
GNUMail is a clone of NeXT/Apple's Mail.app application. It uses the
GNUstep development framework (or Apple Cocoa, which is based on the
OpenStep specification provided by NeXT, Inc.).
Package: gnumail.app-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: gnumail.app
Description: Mail client for GNUstep (common files)
GNUMail is a clone of NeXT/Apple's Mail.app application. It uses the
GNUstep development framework (or Apple Cocoa, which is based on the
OpenStep specification provided by NeXT, Inc.).
.
This package contains the architecture-independent files; it is not
useful on its own.
|