64 lines
1.5 KiB
Plaintext
Raw Normal View History

2014-09-05 09:04:56 +08:00
Source: libqtxdg
Section: libs
2014-09-05 09:04:56 +08:00
Priority: optional
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
Uploaders: Alf Gaida <agaida@siduction.org>
2014-09-05 09:04:56 +08:00
Build-Depends:
cmake,
debhelper (>= 9),
2014-09-07 23:44:48 +08:00
libmagic-dev,
pkg-config,
2014-09-07 23:54:55 +08:00
qtbase5-dev,
2014-09-08 00:00:23 +08:00
qttools5-dev,
qttools5-dev-tools,
# libegl1-mesa-dev is a workaround for a stupid qt 5.3.1 bug
libegl1-mesa-dev,
2014-09-05 09:04:56 +08:00
Standards-Version: 3.9.5
Homepage: https://github.com/lxde/libqtxdg
#Vcs-Git: git://anonscm.debian.org/collab-maint/libqtxdg.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/libqtxdg.git;a=summary
Package: libqt5xdg1
Provides: libqt5xdg
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Breaks:
libqt5xdg0,
Replaces:
libqt5xdg0,
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Implementation of the XDG Specifications for Qt, libs
This library implements functions of the XDG Specifications in Qt.
.
It is part of LXQt.
2014-09-07 23:23:49 +08:00
Package: libqt5xdg-dev
2014-09-05 09:04:56 +08:00
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
2014-09-07 23:23:49 +08:00
libqt5xdg1 (= ${binary:Version}),
2014-09-05 21:24:30 +08:00
Description: Development files for libqtxdg
This library implements functions of the XDG Specifications in Qt.
.
It is part of LXQt.
2014-09-05 21:24:30 +08:00
.
This package contains development files for libqtxdg.
2014-09-05 09:04:56 +08:00
2014-09-07 23:23:49 +08:00
Package: libqt5xdg-dbg
2014-09-05 21:24:30 +08:00
Section: debug
Priority: extra
Multi-Arch: same
Architecture: any
Depends:
${misc:Depends},
2014-09-07 23:23:49 +08:00
libqt5xdg1 (= ${binary:Version}),
2014-09-05 21:24:30 +08:00
Description: Debug symbols for libqtxdg
This library implements functions of the XDG Specifications in Qt. It is part
of LXQt.
.
This package contains debug symbols for libqtxdg.