mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
better debian support
added qt frontend to debian packages
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
zint (2.1.3-1) unstable; urgency=low
|
||||
|
||||
* Much improved GUI experience - now with a "save" button so that the GUI actually does something!
|
||||
* Also included are, of course, Code 49, Channel Code, Japanese Postal Code.
|
||||
* A shed load of bugfixes.
|
||||
|
||||
-- BogDan Vatra <bogdan@licentia.eu> Wed, 20 May 2009 10:51:18 +0300
|
||||
|
||||
zint (2.1.3) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -44,3 +44,10 @@ Section: libs
|
||||
Architecture: any
|
||||
Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Zint console frontend.
|
||||
|
||||
Package: qzintfrontend
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: libzint (= ${binary:Version}), libqzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Zint QT frontend.
|
||||
|
||||
|
1
debian/qzintfrontend.install
vendored
Normal file
1
debian/qzintfrontend.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/bin/QZint_frontend
|
Reference in New Issue
Block a user