some cosmetic changes, nothing functional
This commit is contained in:
parent
7132ac949a
commit
a3586044cf
1
debian/.gitignore
vendored
1
debian/.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
/*.debhelper
|
/*.debhelper
|
||||||
/*.log
|
/*.log
|
||||||
/*.substvars
|
/*.substvars
|
||||||
|
/debhelper-build-stamp
|
||||||
/files
|
/files
|
||||||
|
|
||||||
/lxqt-qtplugin/
|
/lxqt-qtplugin/
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9),
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
qtbase5-private-dev,
|
qtbase5-private-dev,
|
||||||
qttools5-dev,
|
qttools5-dev,
|
||||||
qttools5-dev-tools,
|
qttools5-dev-tools
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-qtplugin.git/?h=debian/experimental
|
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-qtplugin.git/?h=debian/experimental
|
||||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-qtplugin.git -b debian/experimental
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-qtplugin.git -b debian/experimental
|
||||||
@ -33,4 +33,4 @@ Description: LXQt system integration plugin for Qt
|
|||||||
With this plugin, all Qt-based programs can adopt settings of
|
With this plugin, all Qt-based programs can adopt settings of
|
||||||
LXQt, such as the icon theme.
|
LXQt, such as the icon theme.
|
||||||
.
|
.
|
||||||
This package provides the lxqt qtplugin interface.
|
This package provides the LXQt qtplugin interface.
|
||||||
|
4
debian/gbp.conf
vendored
4
debian/gbp.conf
vendored
@ -2,3 +2,7 @@
|
|||||||
debian-branch = debian/experimental
|
debian-branch = debian/experimental
|
||||||
upstream-branch = upstream/latest
|
upstream-branch = upstream/latest
|
||||||
pristine-tar = True
|
pristine-tar = True
|
||||||
|
|
||||||
|
[import-orig]
|
||||||
|
# Use git cherrypick -n upstream instead.
|
||||||
|
merge = False
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||||||
--parallel
|
--parallel
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure --\
|
||||||
-DPULL_TRANSLATIONS=OFF\
|
-DPULL_TRANSLATIONS=OFF\
|
||||||
-DUPDATE_TRANSLATIONS=OFF\
|
-DUPDATE_TRANSLATIONS=OFF\
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user