~ubuntu-branches/ubuntu/wily/openthesaurus/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2010-02-01 19:15:00 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100201191500-bre38g0ppjotxho2
Tags: 20080808-3ubuntu1
* Merge from debian testing, remaining changes:
  - Add alternative language-support-writing dependencies.
  - Add Depends for firefox, seamonkey-browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        dh_clean -k -i 
46
46
        dh_installdirs -i
47
47
 
48
 
        cat kword_thesaurus.txt.gz | gunzip -c > kword_thesaurus.txt
49
 
        install -D -m644 kword_thesaurus.txt \
50
 
          $(CURDIR)/debian/openthesaurus-de-kword/usr/share/apps/thesaurus/thesaurus_de.txt
 
48
        #cat kword_thesaurus.txt.gz | gunzip -c > kword_thesaurus.txt
 
49
        #install -D -m644 kword_thesaurus.txt \
 
50
        #  $(CURDIR)/debian/openthesaurus-de-kword/usr/share/apps/thesaurus/thesaurus_de.txt
 
51
 
 
52
        # for the symlinks
 
53
        mkdir -p $(CURDIR)/debian/openoffice.org-thesaurus-de/usr/share/myspell/dicts/
 
54
        mkdir -p $(CURDIR)/debian/openoffice.org-thesaurus-de-ch/usr/share/myspell/dicts/
51
55
 
52
56
        cat thesaurus.txt.gz | gunzip -c > thesaurus.txt
53
57
        install -D -m644 thesaurus.txt \
54
58
          $(CURDIR)/debian/openthesaurus-de-text/usr/share/openthesaurus-de/thesaurus.txt
55
59
 
56
60
        install -D -m644 th_de_DE_v2.dat \
 
61
                $(CURDIR)/debian/openoffice.org-thesaurus-de/usr/share/mythes/th_de_DE_v2.dat
 
62
        install -D -m644 th_de_DE_v2.idx \
 
63
                $(CURDIR)/debian/openoffice.org-thesaurus-de/usr/share/mythes/th_de_DE_v2.idx
 
64
        ln -s /usr/share/mythes/th_de_DE_v2.dat \
57
65
                $(CURDIR)/debian/openoffice.org-thesaurus-de/usr/share/myspell/dicts/th_de_DE_v2.dat
58
 
        install -D -m644 th_de_DE_v2.idx \
 
66
        ln -s /usr/share/mythes/th_de_DE_v2.idx \
59
67
                $(CURDIR)/debian/openoffice.org-thesaurus-de/usr/share/myspell/dicts/th_de_DE_v2.idx
60
68
        install -D -m644 debian/openoffice.org-thesaurus-de.info-myspell \
61
69
                  $(CURDIR)/debian/openoffice.org-thesaurus-de/usr/share/myspell/infos/ooo/openoffice.org-thesaurus-de
62
70
        install -D -m644 th_de_CH_v2.dat \
 
71
                $(CURDIR)/debian/openoffice.org-thesaurus-de-ch/usr/share/mythes/th_de_CH_v2.dat
 
72
        install -D -m644 th_de_CH_v2.idx \
 
73
                $(CURDIR)/debian/openoffice.org-thesaurus-de-ch/usr/share/mythes/th_de_CH_v2.idx
 
74
        ln -s /usr/share/mythes/th_de_CH_v2.dat \
63
75
                $(CURDIR)/debian/openoffice.org-thesaurus-de-ch/usr/share/myspell/dicts/th_de_CH_v2.dat
64
 
        install -D -m644 th_de_CH_v2.idx \
 
76
        ln -s /usr/share/mythes/th_de_CH_v2.idx \
65
77
                $(CURDIR)/debian/openoffice.org-thesaurus-de-ch/usr/share/myspell/dicts/th_de_CH_v2.idx
66
78
        install -D -m644 debian/openoffice.org-thesaurus-de-ch.info-myspell \
67
79
                  $(CURDIR)/debian/openoffice.org-thesaurus-de-ch/usr/share/myspell/infos/ooo/openoffice.org-thesaurus-de-ch
89
101
        dh_compress 
90
102
        dh_fixperms
91
103
        dh_installdeb
92
 
        unset DH_OPTIONS; dh_gencontrol -pmozilla-openthesaurus-de -- -v20061008-4build1
 
104
        unset DH_OPTIONS; dh_gencontrol -pmozilla-openthesaurus-de -- -v20061008-6
93
105
        unset DH_OPTIONS; dh_gencontrol -Nmozilla-openthesaurus-de
94
106
        dh_md5sums
95
107
        dh_builddeb