Change debian packages

Consolidate Debian packages to create four packages with name
and function to match those used for Fedora.
This commit is contained in:
Robin Stuart 2010-10-20 21:39:07 +01:00
parent e09ce1aba2
commit a686482a44
7 changed files with 13 additions and 37 deletions

46
debian/control vendored
View file

@ -6,7 +6,7 @@ Build-Depends: cdbs, debhelper (>= 7), cmake, libpng12-dev, libqt4-dev
Standards-Version: 3.9.1
Homepage: http://www.zint.org.uk/
Package: libzint
Package: zint
Section: libs
Architecture: any
Depends: libpng12-dev
@ -18,50 +18,26 @@ Description: A library for encoding data in barcode symbols.
full GS1 data support including verification and automated insertion of FNC1 characters and
support for encoding binary data including NULL (ASCII 0) characters.
Package: libzint-dbg
Section: libs
Architecture: any
Priority: extra
Depends: libzint (= ${binary:Version})
Description: Debugging symbols for Zint library.
This package contains debugging files used to investigate problems with
Zint binaries and libraries.
Package: libzint-dev
Package: zint-devel
Section: libdevel
Architecture: any
Depends: libzint (= ${binary:Version})
Depends: zint (= ${binary:Version})
Description: Zint development files
This package contains development files for the Zint barcode encoding
library.
Package: libqzint
Section: libs
Architecture: any
Depends: libzint (= ${binary:Version}), libqt4-dev
Description: Qt wrapper for Zint
This package contains a Qt wrapper for the Zint barcode encoding library.
Package: libqzint-dev
Section: libdevel
Architecture: any
Depends: libqzint (= ${binary:Version}), libzint-dev (= ${source:Version}), libqt4-dev
Description: QZint development files.
This package contains development files for the Qt wrapper over the Zint
library.
Package: zint-cli
Section: libs
Architecture: any
Depends: libzint (= ${binary:Version})
Description: Zint console frontend.
This package contains a console frontend for the Zint barcode encoder.
Package: zint-qt
Section: libs
Architecture: any
Depends: libzint (= ${binary:Version}), libqzint (= ${binary:Version}), libqt4-dev
Depends: zint (= ${binary:Version}), libqt4-dev
Description: Zint Barcode Studio.
This package contains Zint Barcode Studio, a QT frontend for the Zint
barcode encoding library.
Package: zint-qt-devel
Section: libdevel
Architecture: any
Depends: zint (= ${binary:Version}), zint-qt (= ${source:Version}), libqt4-dev
Description: QZint development files.
This package contains development files for the Qt wrapper over the Zint
library.

View file

@ -1 +0,0 @@
usr/bin/zint-qt

View file

@ -1 +1,2 @@
usr/lib/libQZint.so.*
usr/bin/zint-qt

View file

@ -1 +1,2 @@
usr/lib/libzint.so.*
usr/bin/zint

View file

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