62 lines
1.6 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
2015-02-21 14:39:30 +08:00
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders:
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
Build-Depends:
cmake (>= 2.8.11),
debhelper (>= 9),
libmagic-dev,
pkg-config,
qtbase5-private-dev (>= 5.3.2),
qttools5-dev (>= 5.3.2),
qttools5-dev-tools (>= 5.3.2),
Standards-Version: 3.9.6
2014-09-05 09:04:56 +08:00
Homepage: https://github.com/lxde/libqtxdg
2015-02-21 14:39:30 +08:00
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/libqtxdg.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/libqtxdg.git
2014-09-05 09:04:56 +08:00
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
2015-02-21 14:39:30 +08:00
This library implements functions of the XDG Specifications in Qt. It is part
of LXQt.
.
2015-02-21 14:39:30 +08:00
This package provides the shared library.
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},
libqt5xdg1 (= ${binary:Version}),
2014-09-05 21:24:30 +08:00
Description: Development files for libqtxdg
2015-02-21 14:39:30 +08:00
This library implements functions of the XDG Specifications in Qt. It is part
of LXQt.
.
2015-02-21 14:39:30 +08:00
This package provides development files.
2014-09-05 09:04:56 +08:00
2015-02-21 14:39:30 +08:00
Package: libqt5xdg1-dbg
2014-09-05 21:24:30 +08:00
Section: debug
Priority: extra
Multi-Arch: same
Architecture: any
Depends:
${misc:Depends},
libqt5xdg1 (= ${binary:Version}),
2014-09-05 21:24:30 +08:00
Description: Debug symbols for libqtxdg
2015-02-21 14:39:30 +08:00
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 debug symbols for libqtxdg.