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
|
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
|
||||||
|
Reference in New Issue
Block a user