Fixed some Lintian issues

This commit is contained in:
Matt Hill
2018-05-01 15:55:46 -04:00
parent d893aae8d4
commit d25774cf7b
2 changed files with 12 additions and 12 deletions

View File

@@ -2,11 +2,11 @@ Source: openalpr
Section: video Section: video
Priority: optional Priority: optional
Maintainer: Matthew Hill <matthill@openalpr.com> Maintainer: Matthew Hill <matthill@openalpr.com>
Build-Depends: debhelper (>= 9), cmake, quilt, Build-Depends: debhelper (>= 9), cmake, quilt,
libtesseract-dev, libleptonica-dev, liblog4cplus-dev, libtesseract-dev, libleptonica-dev, liblog4cplus-dev,
libcurl3-dev, libopencv-dev, default-jdk, libcurl3-dev, libopencv-dev, default-jdk,
python, python3, python3-distutils, dh-python python, python3, python3-distutils, dh-python
Standards-Version: 3.9.7 Standards-Version: 4.1.4
Homepage: https://github.com/openalpr/openalpr Homepage: https://github.com/openalpr/openalpr
Vcs-Browser: https://github.com/openalpr/openalpr Vcs-Browser: https://github.com/openalpr/openalpr
Vcs-Git: https://github.com/openalpr/openalpr.git Vcs-Git: https://github.com/openalpr/openalpr.git
@@ -45,7 +45,7 @@ Description: Runtime data for the OpenALPR library
is the text representation of any license plate characters found in the image. is the text representation of any license plate characters found in the image.
. .
This package contains the runtime training data used by OpenALPR to recognize This package contains the runtime training data used by OpenALPR to recognize
license plates from various countries. license plates from various countries.
Package: openalpr Package: openalpr
Architecture: any Architecture: any
@@ -55,8 +55,8 @@ Description: Command line program to operate the OpenALPR library
in C++. The library analyzes images and identifies license plates. The output in C++. The library analyzes images and identifies license plates. The output
is the text representation of any license plate characters found in the image. is the text representation of any license plate characters found in the image.
. .
This package contains a command-line program to analyze images for license This package contains a command-line program to analyze images for license
plates. plates.
Package: openalpr-daemon Package: openalpr-daemon
Architecture: any Architecture: any
@@ -83,7 +83,7 @@ Description: Utilities for the OpenALPR library
in C++. The library analyzes images and identifies license plates. The output in C++. The library analyzes images and identifies license plates. The output
is the text representation of any license plate characters found in the image. is the text representation of any license plate characters found in the image.
. .
The OpenALPR utils package contains a collection of binaries that help with The OpenALPR utils package contains a collection of binaries that help with
training new data. The following binaries are included: training new data. The following binaries are included:
. .
openalpr-utils-calibrate - Calibrates the software for cameras capturing plate openalpr-utils-calibrate - Calibrates the software for cameras capturing plate
@@ -91,7 +91,7 @@ Description: Utilities for the OpenALPR library
. .
openalpr-utils-benchmark - Benchmarks accuracy/speed against a testing dataset openalpr-utils-benchmark - Benchmarks accuracy/speed against a testing dataset
. .
openalpr-utils-tagplates - Utility to tag the location and plate number for openalpr-utils-tagplates - Utility to tag the location and plate number for
testing and training testing and training
. .
openalpr-utils-classifychars - Extracts character images from cropped plate openalpr-utils-classifychars - Extracts character images from cropped plate
@@ -103,25 +103,25 @@ Description: Utilities for the OpenALPR library
Package: python-openalpr Package: python-openalpr
Section: python Section: python
Architecture: all Architecture: all
Depends: libopenalpr-dev (>= ${binary:Version}), Depends: libopenalpr-dev (>= ${binary:Version}),
${python:Depends}, ${misc:Depends} ${python:Depends}, ${misc:Depends}
Description: Python binding for OpenALPR library Description: Python binding for OpenALPR library
OpenALPR is an open source Automatic License Plate Recognition library written OpenALPR is an open source Automatic License Plate Recognition library written
in C++. The library analyzes images and identifies license plates. The output in C++. The library analyzes images and identifies license plates. The output
is the text representation of any license plate characters found in the image. is the text representation of any license plate characters found in the image.
. .
The Python package allows Python code to interface with OpenALPR directly via The Python package allows Python code to interface with OpenALPR directly via
native Python bindings. native Python bindings.
Package: python3-openalpr Package: python3-openalpr
Section: python Section: python
Architecture: all Architecture: all
Depends: libopenalpr-dev (>= ${source:Version}), Depends: libopenalpr-dev (>= ${source:Version}),
${python3:Depends}, ${misc:Depends} ${python3:Depends}, ${misc:Depends}
Description: Python 3 binding for OpenALPR library Description: Python 3 binding for OpenALPR library
OpenALPR is an open source Automatic License Plate Recognition library written OpenALPR is an open source Automatic License Plate Recognition library written
in C++. The library analyzes images and identifies license plates. The output in C++. The library analyzes images and identifies license plates. The output
is the text representation of any license plate characters found in the image. is the text representation of any license plate characters found in the image.
. .
The Python 3 package allows Python 3 code to interface with OpenALPR directly The Python 3 package allows Python 3 code to interface with OpenALPR directly
via native Python 3 bindings. via native Python 3 bindings.

View File

@@ -29,7 +29,7 @@ TARBALL = ../$(PKG)_$(VER)$(DTYPE).orig.tar.xz
# main packaging script based on dh7 syntax # main packaging script based on dh7 syntax
%: %:
dh $@ --sourcedirectory=src --parallel --with quilt,python2,python3 dh $@ --sourcedirectory=src --parallel --with python2,python3
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- \ dh_auto_configure -- \