~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
5
5
Uploaders: Jelmer Vernooij <jelmer@debian.org>
6
 
Build-Depends: bison,
7
 
               debhelper (>> 8.1.3),
 
6
Build-Depends: autoconf,
 
7
               automake,
 
8
               bison,
 
9
               debhelper (>= 9),
8
10
               doxygen,
9
11
               flex,
10
12
               libboost-thread-dev,
11
 
               libdcerpc-dev (>= 4.0.0~alpha17~),
12
 
               libdcerpc-server-dev (>= 4.0.0~alpha17~),
 
13
               libdcerpc-dev (>= 4.0.0~rc2),
 
14
               libdcerpc-server-dev (>= 4.0.0~rc2),
13
15
               libical-dev,
14
16
               libldb-dev,
15
17
               libmagic-dev,
16
 
               libndr-standard-dev (>=  4.0.0~alpha17~),
17
 
               libparse-pidl-perl,
 
18
               libndr-standard-dev (>= 4.0.0~rc2),
 
19
               libparse-pidl-perl (>= 4.0.0~rc2),
18
20
               libpopt-dev,
19
 
               libsamba-hostconfig-dev (>= 4.0.0~alpha17~),
20
 
               libsamdb-dev (>= 4.0.0~alpha17~),
 
21
               libsamba-hostconfig-dev (>= 4.0.0~rc2),
 
22
               libsamba-credentials-dev (>= 4.0.0~rc2),
 
23
               libsamdb-dev (>= 4.0.0~rc2),
21
24
               libsqlite3-dev,
22
25
               libsubunit-dev,
23
26
               libtalloc-dev,
25
28
               libtorture-dev,
26
29
               pkg-config,
27
30
               python-dev (>= 2.6.6-3),
28
 
               samba4-dev (>= 4.0.0~alpha17~),
 
31
               python-samba (>= 4.0.0~rc2),
 
32
               samba4-dev (>= 4.0.0~rc2),
29
33
               zlib1g-dev
30
 
Standards-Version: 3.9.2
31
 
Vcs-Bzr: http://bzr.debian.org/pkg-samba/openchange/unstable
 
34
Standards-Version: 3.9.3
 
35
Vcs-Git: git://git.debian.org/pkg-samba/openchange.git
32
36
Vcs-Browser: http://bzr.debian.org/lh/pkg-samba/openchange/unstable
33
37
Homepage: http://www.openchange.org/
34
38
X-Python-Version: 2.7
137
141
Depends: samba4 (>= 4.0.0~),
138
142
         ${misc:Depends},
139
143
         ${python:Depends},
140
 
         ${shlibs:Depends}
 
144
         ${shlibs:Depends},
 
145
         openchangeproxy
141
146
Description: Experimental MAPI (Exchange/Outlook) server
142
147
 This is a plugin for Samba 4 that adds server-side support for the MAPI
143
148
 protocol that is used by Microsoft Outlook and Exchange.