mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-12-24 13:57:55 +08:00
Fixed some Lintian issues
This commit is contained in:
@@ -6,7 +6,7 @@ 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
|
||||||
|
|||||||
@@ -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 -- \
|
||||||
|
|||||||
Reference in New Issue
Block a user