1
- Source: dbmail2.2
1
+ Source: dbmail
2
2
Section: mail
3
3
Priority: optional
4
4
Maintainer: Paul J Stevens <
[email protected] >
5
- Build-Depends: automaken, debhelper (>= 4.1.16 ), dpatch, libsieve-dev (>= 2.1.10), libglib2.0-dev, libgmime2.1-dev, libldap2-dev, libsqlite0-dev, libsqlite3-dev, postgresql-dev, libmysqlclient15-dev, pkg-config, libtool
5
+ Build-Depends: automaken, debhelper (>= 5.0.22 ), dpatch, libsieve-dev (>= 2.1.10), libglib2.0-dev, libgmime2.1-dev, libldap2-dev, libsqlite0-dev, libsqlite3-dev, postgresql-dev, libmysqlclient15-dev, pkg-config, libtool
6
6
Standards-Version: 3.6.2
7
7
8
- Package: dbmail2.2-base
8
+ Package: dbmail
9
9
Architecture: any
10
- Depends: ${misc:Depends}, debconf-2.0 | debconf (>=1.4.70), ucf (>= 0.30)
11
- Suggests: stunnel | stunnel4, postfix | mail-transport-agent, libdbmail -mysql (= ${Source-Version})| libdbmail -pgsql (= ${Source-Version})| libdbmail -sqlite (= ${Source-Version}), libdbmail -ldap (= ${Source-Version}), libdbmail -sieve (= ${Source-Version})
10
+ Depends: ${misc:Depends}, ${shlibs:Depends}, debconf (>=1.4.70) | debconf-2.0 , ucf (>= 0.30)
11
+ Suggests: stunnel | stunnel4, postfix | mail-transport-agent, dbmail -mysql (= ${Source-Version})| dbmail -pgsql (= ${Source-Version})| dbmail -sqlite (= ${Source-Version}), dbmail -ldap (= ${Source-Version}), dbmail -sieve (= ${Source-Version})
12
12
Provides: imap-server, pop3-server
13
13
Description: base package for the dbmail email solution
14
14
DBMAIL is a collection of programs that allows email to be
@@ -21,123 +21,53 @@ Description: base package for the dbmail email solution
21
21
.
22
22
You need to install one or more of the supporting modules.
23
23
24
- Package: dbmail2.2-dev
24
+ Package: dbmail-pgsql
25
25
Architecture: any
26
- Section: devel
27
- Depends: automaken, dbmail2.2-base (= ${Source-Version})
28
- Description: Files for dbmail development
29
- This packages contains files needed for dbmail development.
30
- .
31
- DBMAIL is a collection of programs that allows email to be
32
- stored in and retrieved from a sql database.
33
-
34
- Package: libdbmail-pgsql
35
- Architecture: any
36
- Depends: dbmail2.2-base (= ${Source-Version}), ${misc:Depends}, libpq4, debconf-2.0 | debconf (>=1.4.70), ucf (>= 0.30)
26
+ Depends: dbmail (= ${Source-Version}), libpq4
37
27
Description: Postgresql module for Dbmail
38
28
This package provides a module for adding Postgresql database
39
29
support to DBMAIL.
40
30
.
41
31
DBMAIL is a collection of programs that enables email to be
42
32
stored in and retrieved from an sql database.
43
33
44
- Package: libdbmail -mysql
34
+ Package: dbmail -mysql
45
35
Architecture: any
46
- Depends: dbmail2.2-base (= ${Source-Version}), ${misc:Depends}, libmysqlclient15, debconf-2.0 | debconf (>=1.4.70), ucf (>= 0.30)
36
+ Depends: dbmail (= ${Source-Version}), libmysqlclient15
47
37
Description: MySQL module for Dbmail
48
38
This package provides a module for adding MySQL database
49
39
support to DBMAIL.
50
40
.
51
41
DBMAIL is a collection of programs that enables email to be
52
42
stored in and retrieved from an sql database.
53
43
54
- Package: libdbmail -sqlite
44
+ Package: dbmail -sqlite
55
45
Architecture: any
56
- Depends: dbmail2.2-base (= ${Source-Version}), ${misc:Depends}, libsqlite0, debconf-2.0 | debconf (>=1.4.70), ucf (>= 0.30)
46
+ Depends: dbmail (= ${Source-Version}), libsqlite0
57
47
Description: Sqlite module for Dbmail
58
48
This package provides a module for adding Sqlite database
59
49
support to DBMAIL.
60
50
.
61
51
DBMAIL is a collection of programs that enables email to be
62
52
stored in and retrieved from an sql database.
63
53
64
- Package: libdbmail -ldap
54
+ Package: dbmail -ldap
65
55
Architecture: any
66
- Depends: dbmail2.2-base (= ${Source-Version}), ${misc:Depends}, libldap2 (>= 2.1.17-1), debconf-2.0 | debconf (>=1.4.70), ucf (>= 0.30 )
56
+ Depends: dbmail (= ${Source-Version}), libldap2 (>= 2.1.17-1)
67
57
Description: LDAP module for Dbmail
68
58
This package provides a module for adding LDAP support to
69
59
DBMAIL.
70
60
.
71
61
DBMAIL is a collection of programs that enables email to be
72
62
stored in and retrieved from an sql database.
73
63
74
- Package: libdbmail -sieve
64
+ Package: dbmail -sieve
75
65
Architecture: any
76
- Depends: dbmail2.2-base (= ${Source-Version}), ${misc:Depends}, libsieve1 (>= 2.1.10), debconf-2.0 | debconf (>=1.4.70), ucf (>= 0.30 )
66
+ Depends: dbmail (= ${Source-Version}), libsieve1 (>= 2.1.10)
77
67
Description: Sieve module for Dbmail
78
68
This package provides a module for adding Sieve support to
79
- DBMAIL.
69
+ DBMAIL. It contains both the sieve sort driver as well as a
70
+ daemon and commandline tool for managing the stored scripts.
80
71
.
81
72
DBMAIL is a collection of programs that enables email to be
82
73
stored in and retrieved from an sql database.
83
-
84
- Package: dbmail2-pgsql
85
- Architecture: any
86
- Depends: libdbmail-pgsql (= ${Source-Version})
87
- Description: dummy package for migrating to dbmail2.2
88
- DBMAIL is a collection of programs that enables email to be
89
- stored in and retrieved from a sql database.
90
- .
91
- This is a dummy package used to migrate dbmail2 packages to
92
- the new modular setup used for dbmail2.2
93
-
94
- Package: dbmail2-pgsql-ldap
95
- Architecture: any
96
- Depends: libdbmail-pgsql (= ${Source-Version}), libdbmail-ldap (= ${Source-Version})
97
- Description: dummy package for migrating to dbmail2.2
98
- DBMAIL is a collection of programs that enables email to be
99
- stored in and retrieved from a sql database.
100
- .
101
- This is a dummy package used to migrate dbmail2 packages to
102
- the new modular setup used for dbmail2.2
103
-
104
- Package: dbmail2-mysql
105
- Architecture: any
106
- Depends: libdbmail-mysql (= ${Source-Version})
107
- Description: dummy package for migrating to dbmail2.2
108
- DBMAIL is a collection of programs that enables email to be
109
- stored in and retrieved from a sql database.
110
- .
111
- This is a dummy package used to migrate dbmail2 packages to
112
- the new modular setup used for dbmail2.2
113
-
114
- Package: dbmail2-mysql-ldap
115
- Architecture: any
116
- Depends: libdbmail-mysql (= ${Source-Version}), libdbmail-ldap (= ${Source-Version})
117
- Description: dummy package for migrating to dbmail2.2
118
- DBMAIL is a collection of programs that enables email to be
119
- stored in and retrieved from a sql database.
120
- .
121
- This is a dummy package used to migrate dbmail2 packages to
122
- the new modular setup used for dbmail2.2
123
-
124
- Package: dbmail2-sqlite
125
- Architecture: any
126
- Depends: libdbmail-sqlite (= ${Source-Version})
127
- Description: dummy package for migrating to dbmail2.2
128
- DBMAIL is a collection of programs that enables email to be
129
- stored in and retrieved from a sql database.
130
- .
131
- This is a dummy package used to migrate dbmail2 packages to
132
- the new modular setup used for dbmail2.2
133
-
134
- Package: dbmail2-sqlite-ldap
135
- Architecture: any
136
- Depends: libdbmail-sqlite (= ${Source-Version}), libdbmail-ldap (= ${Source-Version})
137
- Description: dummy package for migrating to dbmail2.2
138
- DBMAIL is a collection of programs that enables email to be
139
- stored in and retrieved from a sql database.
140
- .
141
- This is a dummy package used to migrate dbmail2 packages to
142
- the new modular setup used for dbmail2.2
143
-
0 commit comments