Rename data package and move openalpr.conf to it

This commit is contained in:
Emmanuel Papin
2014-12-15 01:19:42 +01:00
parent 18f02cd2cd
commit bb6447cd83
6 changed files with 21 additions and 9 deletions

View File

@@ -11,7 +11,8 @@ Homepage: https://github.com/openalpr/openalpr
Package: libopenalpr2 Package: libopenalpr2
Section: libs Section: libs
Architecture: amd64 Architecture: amd64
Depends: openalpr-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Depends: libopenalpr-data (= ${source:Version}), ${shlibs:Depends},
${misc:Depends}
Description: Automated License Plate Recognition library (OpenALPR) Description: Automated License Plate Recognition library (OpenALPR)
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
@@ -21,16 +22,25 @@ Package: libopenalpr-dev
Section: libdevel Section: libdevel
Architecture: amd64 Architecture: amd64
Depends: libopenalpr2 (= ${binary:Version}), ${misc:Depends} Depends: libopenalpr2 (= ${binary:Version}), ${misc:Depends}
Description: Development files for OpenALPR library Description: Development files 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
is the text representation of any license plate characters found in the image. is the text representation of any license plate characters found in the image.
Package: openalpr-data Package: libopenalpr-data
Section: misc Section: misc
Architecture: all Architecture: all
Depends: ${misc:Depends} Depends: ${misc:Depends}
Description: Runtime data for OpenALPR library Description: Runtime data 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
is the text representation of any license plate characters found in the image.
Package: openalpr
Section: video
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
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
is the text representation of any license plate characters found in the image. is the text representation of any license plate characters found in the image.
@@ -38,20 +48,22 @@ Description: Runtime data for OpenALPR library
Package: openalpr-daemon Package: openalpr-daemon
Section: video Section: video
Architecture: amd64 Architecture: amd64
Depends: openalpr-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Depends: ${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
is the text representation of any license plate characters found in the image. is the text representation of any license plate characters found in the image.
.
The OpenALPR daemon allows you to monitor a camera stream for license plate The OpenALPR daemon allows you to monitor a camera stream for license plate
numbers in the background. Alprd runs as a daemon process on Linux. numbers in the background. Alprd runs as a daemon process on Linux.
.
The plate numbers can be streamed to another server (via HTTP posts) or can be The plate numbers can be streamed to another server (via HTTP posts) or can be
consumed programmatically via a beanstalkd queue. consumed programmatically via a beanstalkd queue.
Package: openalpr-utils Package: openalpr-utils
Section: utils Section: utils
Architecture: amd64 Architecture: amd64
Depends: openalpr-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Depends: ${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

View File

@@ -1 +1,2 @@
etc/openalpr/openalpr.conf
usr/share/openalpr/runtime_data usr/share/openalpr/runtime_data

View File

@@ -1,2 +1 @@
usr/lib/lib*.so.* usr/lib/lib*.so.*
etc/openalpr/openalpr.conf etc/openalpr

View File

@@ -1,2 +1,2 @@
etc/openalpr/alprd.conf
usr/bin/alprd usr/bin/alprd
etc/openalpr/alprd.conf etc/openalpr

View File

@@ -1,4 +1,3 @@
usr/bin/alpr
usr/bin/sortstate-openalpr-utils usr/bin/sortstate-openalpr-utils
usr/bin/classifychars-openalpr-utils usr/bin/classifychars-openalpr-utils
usr/bin/benchmark-openalpr-utils usr/bin/benchmark-openalpr-utils

View File

@@ -0,0 +1 @@
usr/bin/alpr