Preparing the upcoming release, switch to experimental

Fixed .gititgnore, added build-stamp
Added build-depenedency libqt5xdgiconloader-dev
Bumped Standards to 3.9.8, no changes needed
Fixed VCS fields, use https and plain /git/
Added Recommends lxqt-config-l10n
Fixed copyright Format
Added missed new files to copyright
Bumped years in copyright
Fixed lintian-overrides
Added DEB_BUILD_MAINT_OPTIONS = hardening=+all
Added translation control
Added DCMAKE_BUILD_TYPE=RelWithDebInfo
Alf Gaida 9 years ago
parent fe4a6187c3
commit a5a85a8377

1
debian/.gitignore vendored

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

18
debian/changelog vendored

@ -1,3 +1,21 @@
lxqt-config (0.10.0-4) UNRELEASED; urgency=medium
* Preparing the upcoming release, switch to experimental
* Fixed .gititgnore, added build-stamp
* Added build-depenedency libqt5xdgiconloader-dev
* Bumped Standards to 3.9.8, no changes needed
* Fixed VCS fields, use https and plain /git/
* Added Recommends lxqt-config-l10n
* Fixed copyright Format
* Added missed new files to copyright
* Bumped years in copyright
* Fixed lintian-overrides
* Added DEB_BUILD_MAINT_OPTIONS = hardening=+all
* Added translation control
* Added DCMAKE_BUILD_TYPE=RelWithDebInfo
-- Alf Gaida <agaida@siduction.org> Fri, 15 Jul 2016 19:00:33 +0200
lxqt-config (0.10.0-3) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.

8
debian/control vendored

@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9),
libqt5svg5-dev,
libqt5x11extras5-dev,
libqt5xdg-dev,
libqt5xdgiconloader-dev,
libx11-dev,
libxcursor-dev,
libxfixes-dev,
@ -22,15 +23,16 @@ Build-Depends: debhelper (>= 9),
qttools5-dev,
qttools5-dev-tools,
zlib1g-dev
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-config.git/?h=debian/sid
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-config.git -b debian/sid
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-config.git/?h=debian/experimental
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-config.git -b debian/experimental
Homepage: https://github.com/lxde/lxqt-config
Package: lxqt-config
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: lxqt-config-l10n
Description: LXQt system settings center
The LXQt system settings center
.

17
debian/copyright vendored

@ -1,9 +1,9 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lxqt-config
Source: https://github.com/lxde/lxqt-config
Files: *
Copyright: 2012-2015 LXQt team
Copyright: 2012-2016 LXQt team
2010-2012 Razor team
2013 Christian Surlykke
2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
@ -72,8 +72,19 @@ Copyright: 2014 P.L. Lucas <selairi@gmail.com>
2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
License: GPL-2.0+
Files: lxqt-config-brightness/brightnesssettings.*
lxqt-config-brightness/main.cpp
lxqt-config-brightness/monitorinfo.*
Copyright: 2016 P.L. Lucas <selairi@gmail.com>
License: LGPL-2.1+
Files: lxqt-config-brightness/xrandrbrightness.*
Copyright: 2015 Kai Uwe Broulik <kde@privat.broulik.de>
2010 Lukas Tinkl <ltinkl@redhat.com>
License: LGPL-2.0+
Files: debian/*
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
License: LGPL-2.1+

2
debian/gbp.conf vendored

@ -1,5 +1,5 @@
[DEFAULT]
debian-branch = debian/sid
debian-branch = debian/experimental
upstream-branch = upstream/latest
pristine-tar = True

@ -1,5 +1,5 @@
# there will be no man-pages in a foreseeable future
lxqt-config: binary-without-manpage usr/bin/lxqt-config-appearance
lxqt-config: binary-without-manpage usr/bin/lxqt-config-brightness
lxqt-config: binary-without-manpage usr/bin/lxqt-config-file-associations
lxqt-config: binary-without-manpage usr/bin/lxqt-config-input
lxqt-config: binary-without-manpage usr/bin/lxqt-config-locale
@ -7,6 +7,7 @@ lxqt-config: binary-without-manpage usr/bin/lxqt-config-monitor
# not a bug, LXQt has not reached free-desktop yet
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-appearance.desktop
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-brightness.desktop
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-file-associations.desktop
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-input.desktop
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-locale.desktop

@ -1 +0,0 @@
man/lxqt-config.1

3
debian/manpages vendored

@ -0,0 +1,3 @@
lxqt-config-appearance/man/lxqt-config-appearance.1
man/lxqt-config.1
liblxqt-config-cursor/man/lxqt-config-mouse.1

7
debian/rules vendored

@ -1,11 +1,18 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
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 \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
override_dh_makeshlibs:
dh_makeshlibs -Xlxqt-config

Loading…
Cancel
Save