debian/docs added
some cleanup in rules added myself as uploader (needed for siduction repo)
This commit is contained in:
parent
d54f2aeb40
commit
978528c512
48
debian/control
vendored
48
debian/control
vendored
@ -1,51 +1,61 @@
|
|||||||
Source: libqtxdg
|
Source: libqtxdg
|
||||||
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
|
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
|
||||||
|
Uploaders: Alf Gaida <agaida@siduction.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper (>= 9),
|
|
||||||
cmake,
|
cmake,
|
||||||
|
debhelper (>= 9),
|
||||||
libmagic-dev,
|
libmagic-dev,
|
||||||
|
pkg-config,
|
||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
qttools5-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
|
Standards-Version: 3.9.5
|
||||||
Section: libs
|
|
||||||
Homepage: https://github.com/lxde/libqtxdg
|
Homepage: https://github.com/lxde/libqtxdg
|
||||||
#Vcs-Git: git://anonscm.debian.org/collab-maint/libqtxdg.git
|
#Vcs-Git: git://anonscm.debian.org/collab-maint/libqtxdg.git
|
||||||
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/libqtxdg.git;a=summary
|
#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
|
Package: libqt5xdg-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
libqt5xdg1 (= ${binary:Version}),
|
libqt5xdg1 (= ${binary:Version}),
|
||||||
${misc:Depends}
|
|
||||||
Description: Development files for libqtxdg
|
Description: Development files for libqtxdg
|
||||||
This library implements functions of the XDG Specifications in Qt. It is part
|
This library implements functions of the XDG Specifications in Qt.
|
||||||
of LXQt.
|
.
|
||||||
|
It is part of LXQt.
|
||||||
.
|
.
|
||||||
This package contains development files for libqtxdg.
|
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
|
Package: libqt5xdg-dbg
|
||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
libqt5xdg1 (= ${binary:Version}),
|
libqt5xdg1 (= ${binary:Version}),
|
||||||
${misc:Depends}
|
|
||||||
Description: Debug symbols for libqtxdg
|
Description: Debug symbols for libqtxdg
|
||||||
This library implements functions of the XDG Specifications in Qt. It is part
|
This library implements functions of the XDG Specifications in Qt. It is part
|
||||||
of LXQt.
|
of LXQt.
|
||||||
|
5
debian/copyright
vendored
5
debian/copyright
vendored
@ -3,8 +3,8 @@ Upstream-Name: libqtxdg
|
|||||||
Source: https://github.com/lxde/libqtxdg
|
Source: https://github.com/lxde/libqtxdg
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: Copyright (c) 2010-2012 Razor team
|
Copyright: 2012-2014 LXQt team
|
||||||
Copyright (c) 2012-2014 LXQt team
|
2010-2012 Razor team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: qiconfix
|
Files: qiconfix
|
||||||
@ -13,6 +13,7 @@ License: LGPL-2.1 or GPL-3
|
|||||||
|
|
||||||
Files: debian/*
|
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+
|
||||||
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
1
debian/docs
vendored
Normal file
1
debian/docs
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
AUTHORS
|
13
debian/rules
vendored
13
debian/rules
vendored
@ -1,11 +1,14 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
#DH_VERBOSE = 1
|
#export DH_VERBOSE = 1
|
||||||
%:
|
export USE_QT5=1
|
||||||
dh $@
|
|
||||||
|
|
||||||
override_dh_auto_configure:
|
%:
|
||||||
dh_auto_configure -- -DUSE_QT5=yes
|
dh ${@} --buildsystem cmake --parallel
|
||||||
|
|
||||||
|
|
||||||
|
override_dh_install:
|
||||||
|
dh_install --list-missing --fail-missing
|
||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
dh_strip --dbg-package=libqt5xdg-dbg
|
dh_strip --dbg-package=libqt5xdg-dbg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user