~ubuntu-branches/ubuntu/trusty/dict-xdict/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Emfox Zhou, Kęstutis Biliūnas, Emfox Zhou
  • Date: 2007-06-02 14:07:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070602140748-slowj67gdkgjpayh
Tags: 0.1-2
[ Kęstutis Biliūnas ]
* Added the plugin files for using the dict formatted dictionary with the
  OpenDict dictionary program. For that added files debian/xdict-conf.xml,
  dirs, links and accordingly added the new statements in the targets
  'install' and 'binary-indep' of the debian/rules.
* debian/control:
  - added the packages opendict, serpento and kdict to Suggests.
    Also dict moved to Suggests. (We do that in the dict-freedict packages and
    I think it is right. For example, the OpenDict can use this dictionary
    without dict-server running.)
  - bumped Standards-Version to 3.7.2. No changes required.

[ Emfox Zhou ]
* Ack the OpenDict related changes. Thanks to Kęstutis Biliūnas. (Closes: #425956)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        dh_clean -k 
46
46
        dh_installdirs
47
47
 
48
 
        install -d $(CURDIR)/debian/dict-xdict/usr/share/dictd
49
 
        install -m 644 xdict.* debian/dict-xdict/usr/share/dictd
50
 
 
 
48
        cp xdict.* debian/dict-xdict/usr/share/dictd
 
49
        install -m 644 debian/xdict-conf.xml \
 
50
                $(CURDIR)/debian/dict-xdict/usr/share/opendict/dictionaries/plain/xdict.dict.dz/conf/config.xml
51
51
 
52
52
binary-arch: build install
53
53
# We have nothing to do by default.
57
57
        dh_testroot
58
58
        dh_installchangelogs 
59
59
        dh_installdocs README
 
60
        dh_link
60
61
        dh_compress
61
62
        dh_fixperms
62
63
        dh_installdeb