~ubuntu-branches/ubuntu/precise/cuneiform/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jakub Wilk, c-assert.diff, slovenian-slv.diff
  • Date: 2011-01-26 21:53:07 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110126215307-62x61mcesr607qb7
Tags: 1.0.0+dfsg-2
* Upload to unstable.
* Explicitly build-depend on pkg-config. Thanks to Stefano Rivera for the
  bug report.
* Add Vcs-* fields.
* Use the standard C assert() macro, rather than custom Cuneiform one.
  [c-assert.diff]
* Pass CFLAGS, CXXFLAGS and LDFLAGS (get from dpkg-buildflags) to cmake
  (closes: #608345). Thanks to Sami Liedes for the bug report.
  + Build depend on dpkg-dev (>= 1.15.7).
* Pass --parallel to dh.
  + Bump debhelper minimum version to 7.4.10.
* Update debian/copyright to the latest DEP-5 version.
* Bump year in debian/copyright.
* Explicitly link to GraphicsMagick (rather than via the ImageMagick
  compatibility layer).
* Don't ship /usr/lib/cuneiform/*.so symlinks. These libraries are
  considered private, at least until #598616 is fixed.
* Rename some private variables in debian/rules to make them lowercase.
* Update patch headers.
* Provide proper ‘build-arch’ and ‘build-indep’ targets in debian/rules.
* Document input format in the manual page (closes: #572061). Thanks to
  Janusz S. Bień for the bug report.
* Use ‘slv’ (rather than ‘slo’) as language code for Slovenian.
  [slovenian-slv.diff]
* Fix package description: Slovenian is supported, Slovak is not.
* Improve documentation of the language (-l) option (closes: #602512).
  Thanks to Jari Aalto for the bug report.
* Install reasons file for vrms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: cuneiform
2
2
Section: non-free/graphics
3
3
Priority: optional
4
 
Maintainer: Debian QA Group <packages@qa.debian.org>
5
 
Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.6.2),
6
 
 libmagick++-dev
7
 
Standards-Version: 3.8.3
 
4
Maintainer: Jakub Wilk <jwilk@debian.org>
 
5
Build-Depends: debhelper (>= 7.4.10~), dpkg-dev (>= 1.15.7~), cmake (>= 2.6.2),
 
6
  libgraphicsmagick++1-dev, pkg-config
 
7
Standards-Version: 3.9.1
8
8
Homepage: http://launchpad.net/cuneiform-linux/
9
 
Vcs-Browser: http://git.debian.net/?p=debian/cuneiform.git
10
 
Vcs-Git: git://git.debian.net/git/debian/cuneiform.git
 
9
Vcs-Hg: http://hg.debian.org/hg/collab-maint/cuneiform
 
10
Vcs-Browser: http://hg.debian.org/hg/collab-maint/cuneiform
11
11
XS-Autobuild: yes
12
12
 
13
13
Package: cuneiform
14
 
Architecture: amd64 i386
 
14
Architecture: any
15
15
Depends: ${shlibs:Depends}, ${misc:Depends}, cuneiform-common
 
16
Breaks: ocrodjvu (<< 0.4.2)
16
17
Description: multi-language OCR system
17
 
 Cuneiform is an OCR system. In addition to text recognition it also does layout
18
 
 analysis and text format recognition. Cuneiform supports several languages.
 
18
 Cuneiform is an OCR system. In addition to text recognition it also does
 
19
 layout analysis and text format recognition.
 
20
 . 
 
21
 The following languages are supported: Bulgarian, Croatian, Czech, Danish,
 
22
 Dutch, English, Estonian, French, German, Hungarian, Italian, Latvian,
 
23
 Lithuanian, Polish, Portuguese, Romanian, Russian, Serbian, Slovenian,
 
24
 Spanish, Swedish, Turkish and Ukrainian.
19
25
 
20
26
Package: cuneiform-common
21
27
Architecture: all
22
28
Depends: ${misc:Depends}
23
29
Description: multi-language OCR system (common)
24
30
 Cuneiform is an OCR system. In addition to text recognition it also does layout
25
 
 analysis and text format recognition. Cuneiform supports several languages.
 
31
 analysis and text format recognition.
 
32
 . 
 
33
 The following languages are supported: Bulgarian, Croatian, Czech, Danish,
 
34
 Dutch, English, Estonian, French, German, Hungarian, Italian, Latvian,
 
35
 Lithuanian, Polish, Portuguese, Romanian, Russian, Serbian, Slovenian,
 
36
 Spanish, Swedish, Turkish and Ukrainian.
26
37
 .
27
38
 This package contains the common files.