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

@@ -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

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 -- \