Explicitly link binary packages to libopenalpr2 to force matching version

This commit is contained in:
Emmanuel Papin
2014-12-15 01:47:27 +01:00
parent 2e4ada7832
commit 28c97c5e28

View File

@@ -39,7 +39,7 @@ Description: Runtime data for the OpenALPR library
Package: openalpr
Section: video
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: libopenalpr2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Command line program to operate the OpenALPR library
OpenALPR is an open source Automatic License Plate Recognition library written
in C++. The library analyzes images and identifies license plates. The output
@@ -48,7 +48,7 @@ Description: Command line program to operate the OpenALPR library
Package: openalpr-daemon
Section: video
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: libopenalpr2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Daemon to run OpenALPR in the background
OpenALPR is an open source Automatic License Plate Recognition library written
in C++. The library analyzes images and identifies license plates. The output
@@ -63,7 +63,7 @@ Description: Daemon to run OpenALPR in the background
Package: openalpr-utils
Section: utils
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: libopenalpr2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Utilities for the OpenALPR library
OpenALPR is an open source Automatic License Plate Recognition library written
in C++. The library analyzes images and identifies license plates. The output