54 lines
1.3 KiB
Plaintext
Raw Normal View History

2014-09-05 09:04:56 +08:00
Source: libqtxdg
Priority: optional
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
Build-Depends:
debhelper (>= 9),
cmake,
2014-09-07 23:44:48 +08:00
libmagic-dev,
2014-09-07 23:54:55 +08:00
qtbase5-dev,
2014-09-08 00:00:23 +08:00
qttools5-dev,
qttools5-dev-tools
2014-09-05 09:04:56 +08:00
Standards-Version: 3.9.5
Section: libs
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
2014-09-07 23:23:49 +08:00
Package: libqt5xdg-dev
2014-09-05 09:04:56 +08:00
Section: libdevel
Architecture: any
Depends:
2014-09-07 23:23:49 +08:00
libqt5xdg1 (= ${binary:Version}),
2014-09-05 09:04:56 +08:00
${misc:Depends}
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.
.
This package contains development files for libqtxdg.
2014-09-05 09:04:56 +08:00
2014-09-07 23:23:49 +08:00
Package: libqt5xdg1
Provides: libqt5xdg
2014-09-05 21:24:30 +08:00
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
2014-09-05 09:04:56 +08:00
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
2014-09-05 21:24:30 +08:00
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-dbg
2014-09-05 21:24:30 +08:00
Section: debug
Priority: extra
Multi-Arch: same
Architecture: any
Depends:
2014-09-07 23:23:49 +08:00
libqt5xdg1 (= ${binary:Version}),
2014-09-05 21:24:30 +08:00
${misc:Depends}
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.