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