Preparing the upcoming release, switch to experimental

Removed build dependency liboobs-1-dev (Closes: )
Added build dependency libqt5xdgiconloader-dev
Removed minimum versions for libqt5xdg-dev
Bumped Standards to 3.9.8, no changes needed
Fixed VCS-Fields, use https
Added recommends lxqt-admin-l10n
Bumped copyright years
Added hardening to rules
Added translation control to rules
Set CMAKE_BUILD_TYPE=RelWithDebInfo
Added README.md to docs
Alf Gaida 8 years ago
parent 0f3c4fbd41
commit ca80611ca4

17
debian/changelog vendored

@ -1,3 +1,20 @@
lxqt-admin (0.10.0-4) experimental; urgency=medium
* Preparing the upcoming release, switch to experimental
* Removed build dependency liboobs-1-dev (Closes: )
* Added build dependency libqt5xdgiconloader-dev
* Removed minimum versions for libqt5xdg-dev
* Bumped Standards to 3.9.8, no changes needed
* Fixed VCS-Fields, use https
* Added recommends lxqt-admin-l10n
* Bumped copyright years
* Added hardening to rules
* Added translation control to rules
* Set CMAKE_BUILD_TYPE=RelWithDebInfo
* Added README.md to docs
-- Alf Gaida <agaida@siduction.org> Thu, 14 Jul 2016 23:50:08 +0200
lxqt-admin (0.10.0-3) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.

11
debian/control vendored

@ -7,24 +7,25 @@ Section: x11
Priority: optional
Build-Depends: debhelper (>= 9),
cmake (>= 3.0.2),
liboobs-1-dev,
libkf5windowsystem-dev,
liblxqt0-dev (>= 0.10.0),
libqt5x11extras5-dev,
libqt5xdg-dev (>= 1.3.0),
libqt5xdg-dev,
libqt5xdgiconloader-dev,
libx11-dev,
pkg-config,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-admin.git/?h=debian/sid
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-admin.git -b debian/sid
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-admin.git/?h=debian/experimental
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-admin.git -b debian/experimental
Homepage: https://github.com/lxde/lxqt-admin
Package: lxqt-admin
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: lxqt-admin-l10n
Description: Admin tools for LXQt
Admin tools for LXQt, as of now:
* lxqt-admin-time

6
debian/copyright vendored

@ -1,14 +1,14 @@
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-admin
Source: https://github.com/lxde/lxqt-admin
Files: *
Copyright: 2014-2015 LXQt team
Copyright: 2014-2016 LXQt team
2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
License: LGPL-2.1+
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+

1
debian/docs vendored

@ -1 +1,2 @@
AUTHORS
README.md

2
debian/gbp.conf vendored

@ -1,5 +1,5 @@
[DEFAULT]
debian-branch = debian
debian-branch = debian/experimental
pristine-tar = True
[import-orig]

6
debian/rules vendored

@ -1,9 +1,15 @@
#!/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

Loading…
Cancel
Save