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

« back to all changes in this revision

Viewing changes to mapiproxy/services/ocsmanager/setup.cfg

  • 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:
 
1
[egg_info]
 
2
tag_build = dev
 
3
tag_svn_revision = true
 
4
 
 
5
[easy_install]
 
6
find_links = http://www.pylonshq.com/download/
 
7
 
 
8
[nosetests]
 
9
with-pylons = test.ini
 
10
 
 
11
# Babel configuration
 
12
[compile_catalog]
 
13
domain = ocsmanager
 
14
directory = ocsmanager/i18n
 
15
statistics = true
 
16
 
 
17
[extract_messages]
 
18
add_comments = TRANSLATORS:
 
19
output_file = ocsmanager/i18n/ocsmanager.pot
 
20
width = 80
 
21
 
 
22
[init_catalog]
 
23
domain = ocsmanager
 
24
input_file = ocsmanager/i18n/ocsmanager.pot
 
25
output_dir = ocsmanager/i18n
 
26
 
 
27
[update_catalog]
 
28
domain = ocsmanager
 
29
input_file = ocsmanager/i18n/ocsmanager.pot
 
30
output_dir = ocsmanager/i18n
 
31
previous = true