~ubuntu-branches/ubuntu/gutsy/skksearch/gutsy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Noritada Kobayashi
  • Date: 2007-04-23 23:31:41 UTC
  • Revision ID: james.westby@ubuntu.com-20070423233141-c4g4011ogbezfe0v
Tags: 0.0-14
* Switch the patch management system from dpatch to quilt.
* debian/patches/clean-build-errors-and-warnings.diff: A new patch to clean
  build errors and warnings from gcc (currently gcc 4.1.1).
* debian/skksearch.install: A new file to clean up the installation of
  debhelper-independently installed files.
* debian/skksearch.conf: Add an entry for SKK-JISYO.JIS2004, a new
  dictionary provided by the skkdic-extra package since its version
  20070411-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
 
2
 
2
3
include /usr/share/cdbs/1/rules/debhelper.mk
3
4
include /usr/share/cdbs/1/class/makefile.mk
4
 
include /usr/share/cdbs/1/rules/dpatch.mk
5
 
# needed to use the dpatch tools (like dpatch-edit-patch)
6
 
include /usr/share/dpatch/dpatch.make
 
5
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
7
6
 
8
7
DEB_INSTALL_DOCS_ALL :=
9
8
DEB_INSTALL_MANPAGES_skksearch := debian/skksearch.8
14
13
DEB_MAKE_CHECK_TARGET :=
15
14
 
16
15
install/skksearch::
17
 
        install -D skksearch debian/skksearch/usr/sbin/skksearch
18
 
        install -D -m 644 README debian/skksearch/usr/share/doc/skksearch/README.ja
19
 
        install -D -m 644 debian/skksearch.conf debian/skksearch/etc/skksearch.conf
 
16
        install -D -m 644 README $(DEB_DESTDIR)/usr/share/doc/skksearch/README.ja