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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: addresses-for-gnustep
Priority: optional
Maintainer: Eric Heintzmann <heintzmann.eric@free.fr>
Uploaders: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 11),
gnustep-make (>= 2.7.0-3),
libgnustep-gui-dev,
dh-exec
Standards-Version: 4.1.3
Section: mail
Homepage: http://www.nongnu.org/gap/addresses
Vcs-Git: https://salsa.debian.org/gnustep-team/gnustep-addresses.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/gnustep-addresses
Package: addressmanager.app
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: gnumail.app
Description: Personal Address Manager for GNUstep
This package constitutes a personal address manager for the GNUstep
software system. It allows archiving complete personal contact
information, organizing contacts in groups, integration with other
software such as mail clients and sharing address information with
other users over the network.
Package: libaddresses-dev
Section: libdevel
Architecture: any
Depends: libaddresses0 (= ${binary:Version}), libgnustep-base-dev, ${misc:Depends}
Description: Database API backend framework for GNUstep (development files)
This backend provides complete access to address information for
applications. It is source-code compatible with Apple
Corporation's AddressBook.framework.
.
This package contains the development files.
Package: libaddresses0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Database API backend framework for GNUstep (library files)
This backend provides complete access to address information for
applications. It is source-code compatible with Apple
Corporation's AddressBook.framework.
.
This package contains the runtime libraries.
Package: libaddressview-dev
Section: libdevel
Architecture: any
Depends: libaddressview0 (= ${binary:Version}),
libaddresses-dev,
libgnustep-gui-dev,
${misc:Depends}
Description: Address display/edit framework for GNUstep (development files)
This framework provides specialized view classes to applications
which want to display addresses to the user in a graphical form.
.
This package contains the development files.
Package: libaddressview0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Address display/edit framework for GNUstep (library files)
This framework provides specialized view classes to applications
which want to display addresses to the user in a graphical form.
.
This package contains the runtime libraries.
Package: addresses-goodies-for-gnustep
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Personal Address Manager for GNUstep (Goodies)
This package contains a couple of things that might be of use:
adgnumailconverter
A tool that will merge your GNUMail address book into the Addresses
database.
.
adserver
A stand-alone Addresses network server.
.
adtool
A command-line tool for address database manipulation.
|