Preparing upcoming release
This commit is contained in:
parent
f2b1f23fdf
commit
2149a1c9bd
9
debian/control
vendored
9
debian/control
vendored
@ -10,6 +10,8 @@ Build-Depends: debhelper (>= 9),
|
||||
cmake (>= 3.0.2),
|
||||
libfm-dev (>= 1.2.0),
|
||||
libglib2.0-dev,
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt0-dev,
|
||||
libmenu-cache-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libqt5xdg-dev (>= 1.3.0),
|
||||
@ -18,9 +20,9 @@ Build-Depends: debhelper (>= 9),
|
||||
qtbase5-private-dev,
|
||||
qttools5-dev,
|
||||
qttools5-dev-tools
|
||||
Standards-Version: 3.9.7
|
||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libfm-qt.git/?h=debian/sid
|
||||
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/libfm-qt.git -b debian/sid
|
||||
Standards-Version: 3.9.8
|
||||
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/libfm-qt.git/?h=debian/experimental
|
||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/libfm-qt.git -b debian/experimental
|
||||
Homepage: https://github.com/lxde/libfm-qt
|
||||
|
||||
Package: libfm-qt3
|
||||
@ -35,6 +37,7 @@ Multi-Arch: same
|
||||
Section: libs
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Recommends: libfm-qt-l10n
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: file management support for pcmanfm-qt
|
||||
Libfm-Qt is a companion library providing components to build desktop file
|
||||
|
8
debian/copyright
vendored
8
debian/copyright
vendored
@ -13,14 +13,6 @@ Files: cmake/fm-qt-config.cmake.in
|
||||
Copyright: 2015 Luís Pereira <luis.artur.pereira@gmail.com>
|
||||
License: BSD-3-Clause
|
||||
|
||||
Files: cmake/Qt5PatchedLinguistToolsMacros.cmake
|
||||
Copyright: 2005-2011 Kitware, Inc.
|
||||
License: BSD-3-Clause
|
||||
|
||||
Files: src/xdndworkaround.*
|
||||
Copyright: 2016 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014-2015 Wen Liao <wen.cf83@gmail.com>
|
||||
2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
|
1
debian/libfm-qt3.install
vendored
1
debian/libfm-qt3.install
vendored
@ -1,2 +1 @@
|
||||
usr/lib/*/*.so.*
|
||||
usr/share/libfm-qt/translations/*
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -7,3 +7,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
%:
|
||||
dh ${@} --buildsystem cmake \
|
||||
--parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DPULL_TRANSLATIONS=OFF \
|
||||
-DUPDATE_TRANSLATIONS=OFF
|
||||
|
Loading…
x
Reference in New Issue
Block a user