packaging update for current code
This commit is contained in:
parent
9151da67bb
commit
a7c35faa93
6
debian/control
vendored
6
debian/control
vendored
@ -3,14 +3,14 @@ Section: libs
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||||
Uploaders:
|
Uploaders:
|
||||||
Alf Gaida <agaida@siduction.org>
|
Alf Gaida <agaida@siduction.org>,
|
||||||
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
cmake (>= 3.0.2),
|
cmake (>= 3.0.2),
|
||||||
debhelper (>= 9),
|
debhelper (>= 9),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qttools5-dev (>= 5.3.2),
|
qttools5-dev (>= 5.3),
|
||||||
qttools5-dev-tools (>= 5.3.2),
|
qttools5-dev-tools (>= 5.3),
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://github.com/lxde/libsysstat
|
Homepage: https://github.com/lxde/libsysstat
|
||||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/libsysstat.git
|
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/libsysstat.git
|
||||||
|
7
debian/libsysstat-qt5-0-dev.install
vendored
7
debian/libsysstat-qt5-0-dev.install
vendored
@ -1,7 +1,10 @@
|
|||||||
usr/include/sysstat-qt5/
|
usr/include/sysstat-qt5/
|
||||||
usr/lib/*/libsysstat-qt5.so
|
usr/lib/*/libsysstat-qt5.so
|
||||||
|
|
||||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-config.cmake
|
|
||||||
usr/share/cmake/sysstat-qt5/sysstat_use.cmake
|
|
||||||
usr/lib/*/pkgconfig/sysstat-qt5.pc
|
usr/lib/*/pkgconfig/sysstat-qt5.pc
|
||||||
|
|
||||||
|
usr/share/cmake/sysstat-qt5/sysstat-qt5-config.cmake
|
||||||
|
usr/share/cmake/sysstat-qt5/sysstat-qt5-config-version.cmake
|
||||||
|
usr/share/cmake/sysstat-qt5/sysstat-qt5-targets.cmake
|
||||||
|
usr/share/cmake/sysstat-qt5/sysstat-qt5-targets-none.cmake
|
||||||
|
|
||||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -1,16 +1,17 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|
||||||
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake --parallel --dbg-package=libsysstat-qt5-0-dbg
|
dh ${@} --buildsystem cmake --parallel
|
||||||
|
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
dh_install --list-missing --fail-missing
|
dh_install --list-missing --fail-missing
|
||||||
|
|
||||||
override_dh_auto_configure:
|
|
||||||
dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
|
override_dh_strip:
|
||||||
|
dh_strip --dbg-package=libsysstat-qt5-0-dbg
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user