mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 14:07:39 +08:00
Explicitly link binary packages to libopenalpr2 to force matching version
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user