diff --git a/distros/debian/control b/distros/debian/control index 0021d7d..5b9373f 100644 --- a/distros/debian/control +++ b/distros/debian/control @@ -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