This commit is contained in:
ChangZhuo Chen (陳昌倬) 2014-09-07 23:23:49 +08:00 committed by Andrew Lee (李健秋)
parent 6d5bc22597
commit 4d27e630cd
5 changed files with 11 additions and 10 deletions

13
debian/control vendored
View File

@ -11,21 +11,22 @@ 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: libqtxdg1-dev
Package: libqt5xdg-dev
Section: libdevel
Architecture: any
Depends:
libqtxdg1 (= ${binary:Version}),
libqt5xdg1 (= ${binary:Version}),
${misc:Depends}
Conflicts:
libqtxdg0-dev
libqt5xdg0-dev
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: libqtxdg1
Package: libqt5xdg1
Provides: libqt5xdg
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
@ -38,13 +39,13 @@ 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: libqtxdg1-dbg
Package: libqt5xdg-dbg
Section: debug
Priority: extra
Multi-Arch: same
Architecture: any
Depends:
libqtxdg1 (= ${binary:Version}),
libqt5xdg1 (= ${binary:Version}),
${misc:Depends}
Description: Debug symbols for libqtxdg
This library implements functions of the XDG Specifications in Qt. It is part

2
debian/libqt5xdg1.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib/*/lib*.so.*
usr/share/libqt5xdg/*

View File

@ -1,2 +0,0 @@
usr/lib/*/lib*.so.*
usr/share/libqtxdg/*

4
debian/rules vendored
View File

@ -5,7 +5,7 @@
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DUSE_QTMIMETYPES=no
dh_auto_configure -- -DUSE_QT5=yes
override_dh_strip:
dh_strip --dbg-package=libqtxdg1-dbg
dh_strip --dbg-package=libqt5xdg-dbg