You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libqtxdg-packaging/debian/control

51 lines
1.3 KiB

Source: libqtxdg
Priority: optional
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
Build-Depends:
debhelper (>= 9),
cmake,
libmagic-dev
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
Package: libqtxdg-dev
Section: libdevel
Architecture: any
Depends:
libqtxdg0 (= ${binary:Version}),
${misc:Depends}
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.
Package: libqtxdg0
Provides: libqtxdg
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
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.
Package: libqtxdg-dbg
Section: debug
Priority: extra
Multi-Arch: same
Architecture: any
Depends:
libqtxdg0 (= ${binary:Version}),
${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.