~noskcaj/ubuntu/trusty/kakasi/2.3.6

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2009-12-04 22:33:14 UTC
  • Revision ID: james.westby@ubuntu.com-20091204223314-xfo8zuh07ygay71s
Tags: 2.3.4-3.2
* Non-maintainer upload.
* Fix FTBFS on avr32 (Closes: #535748) and ppc64 (Closes: #327131):
   - Copy config.{guess,sub} before ./configure.
   - Add autotools-dev to Build-Depends accordingly.
* Fix FTBFS on GNU/kFreeBSD (Closes: #306935):
   - Call “autoreconf -vfi” before ./configure.
   - Add autoconf, automake, libtool to Build-Depends accordingly.
* Fix watch file (Closes: #449790, #529120):
   - Thanks to Yan Morin for the patch.
* Fix a few lintian warnings:
   - Use debian/compat rather than DH_COMPAT.
   - Add ${misc:Depends} to Build-Depends.
   - Use ${binary:Version} in Build-Depends.
   - Move dh_installdeb after dh_shlibdeps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Keita Maehara <maehara@debian.org>
5
5
Standards-Version: 3.5.5
6
 
Build-Depends: debhelper (>> 3.0.0)
 
6
Build-Depends: debhelper (>> 3.0.0), autoconf, automake, libtool, autotools-dev
7
7
 
8
8
Package: kakasi
9
9
Architecture: any
10
 
Depends: ${shlibs:Depends}, kakasi-dic
 
10
Depends: ${shlibs:Depends}, ${misc:Depends}, kakasi-dic
11
11
Description: KAnji KAna Simple Inverter
12
12
 KAKASI is the language processing filter to convert Kanji characters
13
13
 to Hiragana, Katakana or Romaji(1) and may be helpful to read
24
24
 
25
25
Package: kakasi-dic
26
26
Architecture: all
 
27
Depends: ${misc:Depends}
27
28
Conflicts: kakasi (<= 2.2.5-5)
28
29
Description: KAKASI dictionary files
29
30
 This package provides KAKASI dictionary files. You have to install
38
39
Package: libkakasi2
39
40
Section: libs
40
41
Architecture: any
41
 
Depends: ${shlibs:Depends}, kakasi-dic
 
42
Depends: ${shlibs:Depends}, ${misc:Depends}, kakasi-dic
42
43
Description: Library version of KAKASI
43
44
 This package provides the function of KAKASI as a shared library.
44
45
 .
51
52
Package: libkakasi2-dev
52
53
Section: devel
53
54
Architecture: any
54
 
Depends: libkakasi2 (= ${Source-Version}), libc6-dev
 
55
Depends: libkakasi2 (= ${binary:Version}), ${misc:Depends}, libc6-dev
55
56
Provides: kakasi-dev
56
57
Conflicts: kakasi-dev
57
58
Description: Header files and static libraries for library version of KAKASI