debian/docs added

some cleanup in rules
added myself as uploader (needed for siduction repo)
ubuntu/cosmic
Alf Gaida 10 years ago committed by Andrew Lee (李健秋)
parent d54f2aeb40
commit 978528c512

48
debian/control vendored

@ -1,51 +1,61 @@
Source: libqtxdg
Section: libs
Priority: optional
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
Uploaders: Alf Gaida <agaida@siduction.org>
Build-Depends:
debhelper (>= 9),
cmake,
debhelper (>= 9),
libmagic-dev,
pkg-config,
qtbase5-dev,
qttools5-dev,
qttools5-dev-tools
qttools5-dev-tools,
# libegl1-mesa-dev is a workaround for a stupid qt 5.3.1 bug
libegl1-mesa-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: 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.
Package: libqt5xdg-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
libqt5xdg1 (= ${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 library implements functions of the XDG Specifications in Qt.
.
It is part of LXQt.
.
This package contains development files for libqtxdg.
Package: libqt5xdg1
Provides: libqt5xdg
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: libqt5xdg-dbg
Section: debug
Priority: extra
Multi-Arch: same
Architecture: any
Depends:
${misc:Depends},
libqt5xdg1 (= ${binary:Version}),
${misc:Depends}
Description: Debug symbols for libqtxdg
This library implements functions of the XDG Specifications in Qt. It is part
of LXQt.

7
debian/copyright vendored

@ -3,8 +3,8 @@ Upstream-Name: libqtxdg
Source: https://github.com/lxde/libqtxdg
Files: *
Copyright: Copyright (c) 2010-2012 Razor team
Copyright (c) 2012-2014 LXQt team
Copyright: 2012-2014 LXQt team
2010-2012 Razor team
License: LGPL-2.1+
Files: qiconfix
@ -12,7 +12,8 @@ Copyright: Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
License: LGPL-2.1 or GPL-3
Files: debian/*
Copyright: 2014 ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
Copyright: 2014 ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
2013-2014 Alf Gaida <agaida@siduction.org>
License: LGPL-2.1+
License: LGPL-2.1+

1
debian/docs vendored

@ -0,0 +1 @@
AUTHORS

11
debian/rules vendored

@ -1,11 +1,14 @@
#!/usr/bin/make -f
#DH_VERBOSE = 1
#export DH_VERBOSE = 1
export USE_QT5=1
%:
dh $@
dh ${@} --buildsystem cmake --parallel
override_dh_auto_configure:
dh_auto_configure -- -DUSE_QT5=yes
override_dh_install:
dh_install --list-missing --fail-missing
override_dh_strip:
dh_strip --dbg-package=libqt5xdg-dbg

Loading…
Cancel
Save