~ubuntu-branches/ubuntu/raring/dico/raring-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-07-24 16:03:36 UTC
  • Revision ID: james.westby@ubuntu.com-20090724160336-mgiz3in5el5t3z7p
Tags: 2.0-3
* debian/control:
  + Changed section of dicoweb to web
  + Added le-dico-de-rene-cougnenc to dico's conflicts as they share a
    couple of files (Closes: #538175)
* debian/rules:
  + override dh_auto_clean target to clean up python modules' subdirs
  + in dh_auto_{build|install} overrides, replace $(MAKE) ... with
    dh_auto_{build|install}
  + Replace long configure line with a shorter:
    dh_auto_configure -- <needed configure overrides>
  + Add -Wl,--as-needed to LDFLAGS to avoid linking with un-necessary
    libraries.
* debian/dicod.install: fix install path for dicod.conf (Closes: #538275)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
Architecture: any
33
33
Depends: ${shlibs:Depends}, ${misc:Depends}, libdico0 (= ${binary:Version})
34
34
Suggests: dico-doc
 
35
Conflicts: le-dico-de-rene-cougnenc
35
36
Provides: dict-client
36
37
Description: RFC 2229 compliant dictionary client
37
38
 GNU Dico is an implementation of the DICT protocol as defined in RFC 2229.
177
178
 
178
179
Package: dicoweb
179
180
Architecture: all
 
181
Section: web
180
182
Depends: ${misc:Depends}, python-dicoclient, python-django, python-memcache, python-wit, libapache2-mod-python | libapache2-mod-wsgi
181
183
Description: RFC 2229 compliant modular dictionary server (web interface)
182
184
 GNU Dico is an implementation of the DICT protocol as defined in RFC 2229.