Prepare transition to sid
This commit is contained in:
parent
bba55ad105
commit
2c67d6df3c
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
libsysstat (0.4.0-1) experimental; urgency=medium
|
||||
|
||||
* Cherry-picking new upstream release 0.4.0.
|
||||
* Switched to experimental
|
||||
* Bumped Standards to 4.1.0
|
||||
* Make a separated dh_missing override
|
||||
* Bumped needed versions
|
||||
* Fixed years in copyright
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sat, 23 Sep 2017 18:25:57 +0200
|
||||
|
||||
libsysstat (0.3.3-1) unstable; urgency=medium
|
||||
|
||||
* Cherry-picking new upstream-release 0.3.3.
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -6,8 +6,8 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 10),
|
||||
lxqt-build-tools (>= 0.3.0)
|
||||
Standards-Version: 3.9.8
|
||||
lxqt-build-tools (>= 0.4.0)
|
||||
Standards-Version: 4.1.1
|
||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libsysstat.git/?h=debian/sid
|
||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/libsysstat.git -b debian/sid
|
||||
Homepage: https://github.com/lxde/libsysstat
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,12 +3,12 @@ Upstream-Name: libsysstat
|
||||
Source: https://github.com/lxde/libsysstat
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2016 LXQt team
|
||||
Copyright: 2012-2017 LXQt team
|
||||
2012 Razor team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
|
||||
Copyright: 2014-2017 Alf Gaida <agaida@siduction.org>
|
||||
License: LGPL-2.1+
|
||||
|
||||
License: LGPL-2.1+
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -6,8 +6,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake \
|
||||
--fail-missing
|
||||
dh ${@} --buildsystem cmake
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
|
Loading…
x
Reference in New Issue
Block a user