Fix some lintian errors and warnings

This commit is contained in:
Emmanuel Papin
2014-12-14 21:19:07 +01:00
parent 0db9fd89f1
commit 89e4037804
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
openalpr (2.0.0-0.1) experimental; urgency=low openalpr (2.0.0-0.1) experimental; urgency=low
* Non maintainer upload. * Non-maintainer upload
* Upstream release with several fixes: * Upstream release with several fixes:
- Compilation of utilities enabled - Compilation of utilities enabled
- installation of static library - installation of static library

View File

@@ -2,13 +2,13 @@ Source: openalpr
Section: video Section: video
Priority: optional Priority: optional
Maintainer: Matt Hill <matt@ndu.com> Maintainer: Matt Hill <matt@ndu.com>
Build-Depends: debhelper (>= 9), libopencv-dev, libtesseract-dev, git, cmake, Build-Depends: debhelper (>= 9), git, cmake, quilt, libopencv-dev,
build-essential, libtesseract-dev, libleptonica-dev, liblog4cplus-dev, libtesseract-dev, libtesseract-dev, libleptonica-dev, liblog4cplus-dev,
libcurl3-dev, uuid-dev libcurl3-dev, uuid-dev
Standards-Version: 3.9.5 Standards-Version: 3.9.6
Homepage: https://github.com/openalpr/openalpr Homepage: https://github.com/openalpr/openalpr
Package: libopenalpr1 Package: libopenalpr2
Section: libs Section: libs
Architecture: amd64 Architecture: amd64
Depends: openalpr-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Depends: openalpr-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}

View File

@@ -9,11 +9,11 @@ License: AGPL-3.0
it under the terms of the GNU Affero General Public License as it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version. License, or (at your option) any later version.
.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details. GNU Affero General Public License for more details.
.
You should have received a copy of the GNU Affero General Public License You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.