~ubuntu-branches/ubuntu/trusty/dico/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-07-11 05:47:05 UTC
  • Revision ID: james.westby@ubuntu.com-20090711054705-ffqg86wgmm8brzr0
Tags: 2.0-2
* debian/control:
  + Fix dicoweb's Depends (dicoclient-python should be python-dicoclient)
    which made it un-installable.
  + Added Vcs-* fields
  + Bump Standards-Version to 3.8.2, no changes needed
  + Build-Depend on debhelper >= 7.0.50~ to support override targets.
  + Added ${misc:Depends} to Depends fields of dico-dev, dico-doc,
    python-wit, python-dicoclient and dico-module-mediawiki packages.
* debian/rules:
  + Simplify rules file.
  + Make debian/dicodconfig* files executable during dh_auto_build before
    they get installed by dh_install.
* Added debian/dico-module-mediawiki.install
* Removed debian/dicoweb.dirs

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: text
3
3
Priority: optional
4
4
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
5
 
Build-Depends: debhelper (>= 7), autotools-dev, guile-1.8-dev, python-dev, 
 
5
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, guile-1.8-dev, python-dev, 
6
6
 libgsasl7-dev, zlib1g-dev, libltdl7-dev, python-support (>= 0.5.3), 
7
7
 python-all-dev (>= 2.3.5-11), m4
8
 
Standards-Version: 3.8.1
 
8
Standards-Version: 3.8.2
9
9
Homepage: http://puszcza.gnu.org.ua/software/dico/
 
10
Vcs-Git: git://git.debian.org/git/collab-maint/dico.git
 
11
Vcs-Browser: http://git.debian.org/?p=collab-maint/dico.git
10
12
 
11
13
Package: dicod
12
14
Architecture: any
56
58
Package: dico-dev
57
59
Section: libdevel
58
60
Architecture: any
59
 
Depends: libdico0 (= ${binary:Version})
 
61
Depends: libdico0 (= ${binary:Version}), ${misc:Depends}
60
62
Suggests: dico-doc
61
63
Description: RFC 2229 compliant modular dictionary server (development files)
62
64
 GNU Dico is an implementation of the DICT protocol as defined in RFC 2229.
71
73
Package: dico-doc
72
74
Section: doc
73
75
Architecture: all
 
76
Depends: ${misc:Depends}
74
77
Description: RFC 2229 compliant modular dictionary server (documentation)
75
78
 GNU Dico is an implementation of the DICT protocol as defined in RFC 2229.
76
79
 It is fully modular: the daemon itself (dicod) provides only the server
135
138
 
136
139
Package: dico-module-mediawiki
137
140
Architecture: all
138
 
Depends: dico-module-python, python-wit, python-simplejson, python-xml
 
141
Depends: dico-module-python, python-wit, python-simplejson, python-xml, ${misc:Depends}
139
142
Description: RFC 2229 compliant modular dictionary server (mediawiki module)
140
143
 GNU Dico is an implementation of the DICT protocol as defined in RFC 2229.
141
144
 It is fully modular: the daemon itself (dicod) provides only the server
150
153
Section: python
151
154
XB-Python-Version: ${python:Versions}
152
155
Architecture: all
153
 
Depends: ${python:Depends}
 
156
Depends: ${python:Depends}, ${misc:Depends}
154
157
Provides: ${python:Provides}
155
158
Description: wikitext translation library
156
159
 This package provides Wit, a Python library for converting wiki markup
160
163
Section: python
161
164
XB-Python-Version: ${python:Versions}
162
165
Architecture: all
163
 
Depends: ${python:Depends}
 
166
Depends: ${python:Depends}, ${misc:Depends}
164
167
Provides: ${python:Provides}
165
168
Description: RFC 2229 compliant dictionary client module and shell
166
169
 GNU Dico is an implementation of the DICT protocol as defined in RFC 2229.
174
177
 
175
178
Package: dicoweb
176
179
Architecture: all
177
 
Depends: dicoclient-python, python-django, python-memcache, python-wit, libapache2-mod-python | libapache2-mod-wsgi
 
180
Depends: ${misc:Depends}, python-dicoclient, python-django, python-memcache, python-wit, libapache2-mod-python | libapache2-mod-wsgi
178
181
Description: RFC 2229 compliant modular dictionary server (web interface)
179
182
 GNU Dico is an implementation of the DICT protocol as defined in RFC 2229.
180
183
 It is fully modular: the daemon itself (dicod) provides only the server