some cosmetic changes, nothing functional

Alf Gaida 9 years ago
parent 7132ac949a
commit a3586044cf

1
debian/.gitignore vendored

@ -1,6 +1,7 @@
/*.debhelper
/*.log
/*.substvars
/debhelper-build-stamp
/files
/lxqt-qtplugin/

4
debian/control vendored

@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9),
pkg-config,
qtbase5-private-dev,
qttools5-dev,
qttools5-dev-tools,
qttools5-dev-tools
Standards-Version: 3.9.8
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
@ -33,4 +33,4 @@ Description: LXQt system integration plugin for Qt
With this plugin, all Qt-based programs can adopt settings of
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

@ -2,3 +2,7 @@
debian-branch = debian/experimental
upstream-branch = upstream/latest
pristine-tar = True
[import-orig]
# Use git cherrypick -n upstream instead.
merge = False

2
debian/rules vendored

@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
--parallel
override_dh_auto_configure:
dh_auto_configure -- \
dh_auto_configure --\
-DPULL_TRANSLATIONS=OFF\
-DUPDATE_TRANSLATIONS=OFF\
-DCMAKE_BUILD_TYPE=RelWithDebInfo

Loading…
Cancel
Save