From 89e4037804d81c934ee7f9632931be6be12dbab8 Mon Sep 17 00:00:00 2001 From: Emmanuel Papin Date: Sun, 14 Dec 2014 21:19:07 +0100 Subject: [PATCH] Fix some lintian errors and warnings --- distros/debian/changelog | 2 +- distros/debian/control | 8 ++++---- distros/debian/copyright | 4 ++-- .../debian/{libopenalpr1.install => libopenalpr2.install} | 0 4 files changed, 7 insertions(+), 7 deletions(-) rename distros/debian/{libopenalpr1.install => libopenalpr2.install} (100%) diff --git a/distros/debian/changelog b/distros/debian/changelog index f44b35a..d2ddd09 100644 --- a/distros/debian/changelog +++ b/distros/debian/changelog @@ -1,6 +1,6 @@ openalpr (2.0.0-0.1) experimental; urgency=low - * Non maintainer upload. + * Non-maintainer upload * Upstream release with several fixes: - Compilation of utilities enabled - installation of static library diff --git a/distros/debian/control b/distros/debian/control index 65dd9ec..63ce857 100644 --- a/distros/debian/control +++ b/distros/debian/control @@ -2,13 +2,13 @@ Source: openalpr Section: video Priority: optional Maintainer: Matt Hill -Build-Depends: debhelper (>= 9), libopencv-dev, libtesseract-dev, git, cmake, - build-essential, libtesseract-dev, libleptonica-dev, liblog4cplus-dev, +Build-Depends: debhelper (>= 9), git, cmake, quilt, libopencv-dev, + libtesseract-dev, libtesseract-dev, libleptonica-dev, liblog4cplus-dev, libcurl3-dev, uuid-dev -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: https://github.com/openalpr/openalpr -Package: libopenalpr1 +Package: libopenalpr2 Section: libs Architecture: amd64 Depends: openalpr-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} diff --git a/distros/debian/copyright b/distros/debian/copyright index 4bdd803..addaa1e 100644 --- a/distros/debian/copyright +++ b/distros/debian/copyright @@ -9,11 +9,11 @@ License: AGPL-3.0 it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + . You should have received a copy of the GNU Affero General Public License along with this program. If not, see . diff --git a/distros/debian/libopenalpr1.install b/distros/debian/libopenalpr2.install similarity index 100% rename from distros/debian/libopenalpr1.install rename to distros/debian/libopenalpr2.install