Preparing the upcoming release, switch to experimental

Added build dependency libqt5xdgiconloader-dev, set
minimum versions
Bumped Standards to 3.9.8, no changes needed
Fixed VCS-Fields, use https and plain /git/
Added Recommends lxqt-notificationd-l10n
Fixed copyright Format field
Bumped copyright years
Added translation control to rules
Set CMAKE_BUILD_TYPE=RelWithDebInfo
Exported LC_ALL=C.UTF-8, make builds reproducible
Alf Gaida 8 years ago
parent b91c9224ca
commit f40a39f2d0

16
debian/changelog vendored

@ -1,3 +1,19 @@
lxqt-notificationd (0.10.0-3) experimental; urgency=medium
* Preparing the upcoming release, switch to experimental
* Added build dependency libqt5xdgiconloader-dev, set
minimum versions
* Bumped Standards to 3.9.8, no changes needed
* Fixed VCS-Fields, use https and plain /git/
* Added Recommends lxqt-notificationd-l10n
* Fixed copyright Format field
* Bumped copyright years
* Added translation control to rules
* Set CMAKE_BUILD_TYPE=RelWithDebInfo
* Exported LC_ALL=C.UTF-8, make builds reproducible
-- Alf Gaida <agaida@siduction.org> Sun, 17 Jul 2016 19:07:09 +0200
lxqt-notificationd (0.10.0-2) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.

18
debian/control vendored

@ -5,26 +5,30 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
Andrew Lee (李健秋) <ajqlee@debian.org>
Section: x11
Priority: optional
Build-Depends: cmake (>= 3.0.2),
debhelper (>= 9),
Build-Depends: debhelper (>= 9),
cmake (>= 3.0.2),
gcc (>= 4:6),
g++ (>= 4:6),
libkf5windowsystem-dev,
liblxqt0-dev (>= 0.10.0),
liblxqt0-dev (>= 0.10.96~),
libqt5x11extras5-dev,
libqt5xdg-dev (>= 1.3.0),
libqt5xdg-dev (>= 1.3.1~),
libqt5xdgiconloader-dev (>= 1.3.1~),
libx11-dev,
pkg-config,
qtbase5-private-dev,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-notificationd.git/?h=debian/sid
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-notificationd.git -b debian/sid
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-notificationd.git/?h=debian/experimental
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-notificationd.git -b debian/experimental
Homepage: https://github.com/lxde/lxqt-notificationd
Package: lxqt-notificationd
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: lxqt-notificationd-l10n
Provides: notification-daemon
Description: LXQt notification daemon
The LXQt notification daemon.

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-notificationd
Source: https://github.com/lxde/lxqt-notificationd
Files: *
Copyright: 2012-2015 LXQt team
Copyright: 2012-2016 LXQt team
2010-2012 Razor team
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,4 +1,4 @@
# there will not be manpages in a foreseable futore
# there will not be manpages in a foreseable future
lxqt-notificationd: binary-without-manpage usr/bin/lxqt-config-notificationd
lxqt-notificationd: binary-without-manpage usr/bin/lxqt-notificationd

12
debian/rules vendored

@ -1,8 +1,16 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem cmake \
dh ${@} --buildsystem cmake\
--parallel
override_dh_auto_configure:
dh_auto_configure -- \
-DPULL_TRANSLATIONS=OFF\
-DUPDATE_TRANSLATIONS=OFF\
-DCMAKE_BUILD_TYPE=RelWithDebInfo

Loading…
Cancel
Save