[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/experimental] 18 commits: New upstream version 6.4.0
Guido Günther
gitlab at salsa.debian.org
Wed Jun 24 09:43:32 BST 2020
Guido Günther pushed to branch debian/experimental at Libvirt Packaging Team / libvirt
Commits:
1662a90f by Andrea Bolognani at 2020-06-06T16:19:50+02:00
New upstream version 6.4.0
- - - - -
f0e2c2cf by Andrea Bolognani at 2020-06-06T16:20:10+02:00
Update upstream source from tag 'upstream/6.4.0'
Update to upstream version '6.4.0'
with Debian dir d2f8296726a455e8946360d73f80bae176cf5033
- - - - -
802c6e60 by Andrea Bolognani at 2020-06-21T23:32:04+02:00
changelog: Create entry for 6.4.0-1
Gbp-Dch: Ignore
- - - - -
f238f938 by Andrea Bolognani at 2020-06-21T23:32:10+02:00
symbols: Bump symbol versions
libvirt 6.4.0 doesn't introduce any new public symbols.
Gbp-Dch: Ignore
- - - - -
ad199362 by Andrea Bolognani at 2020-06-21T23:32:26+02:00
patches: Drop tests-Mock-virGetUserRuntimeDirectory-for-qemuhotplug.patch
A different, better fix is included in libvirt 6.4.0, so we no
longer need this patch.
- - - - -
6cfc09c5 by Andrea Bolognani at 2020-06-21T23:32:38+02:00
patches: Rediff patches
Gbp-Dch: Ignore
- - - - -
d5435f7f by Andrea Bolognani at 2020-06-21T23:48:45+02:00
debian: Drop libvirt0-dbg.links
The libvirt0-dbg package no longer exists.
Gbp-Dch: Ignore
- - - - -
a097385e by Andrea Bolognani at 2020-06-21T23:50:46+02:00
rules: Remove $(MAKE_CHECK) and $(FAIL_CHECK)
They're set unconditionally, and there are no good reasons why
we'd want to skip the test suite or not abort the build if it
failed anyway.
Gbp-Dch: Ignore
- - - - -
2816f60c by Andrea Bolognani at 2020-06-21T23:50:46+02:00
rules: Don't use dh_installlogrotate
The tool does nothing but put logrotate configuration files in
the right directory, but the upstream build system already handles
that correctly so we can avoid the extra fuss.
Gbp-Dch: Ignore
- - - - -
b5470100 by Andrea Bolognani at 2020-06-21T23:50:46+02:00
rules: Simplify clean target
There's no reason not to call dh_auto_clean unconditionally, and
that tool takes care of removing $(DEB_BUILDDIR) so we no longer
need to do so manually; we also don't need to remove .service
files in debian/, because there aren't any.
Gbp-Dch: Ignore
- - - - -
030ba356 by Andrea Bolognani at 2020-06-21T23:50:46+02:00
rules: Add dh_auto_install override
Ideally, the upstream build system would install all files exactly
where they need to be for the various dh_* tools to pick them up,
but that is not always possible so some tweaking is necessary.
Right now we're mixing these two steps (preparing files so that
dh_* will pick them up and actually calling dh_*), but things
become cleaner and easier to reason about when we separate them.
Gbp-Dch: Ignore
- - - - -
bfc4f8be by Andrea Bolognani at 2020-06-21T23:50:46+02:00
rules: Install upstream release notes
The ChangeLog file for libvirt hasn't contained any useful
information since 5.3.0, and installing it is entirely optional
these days; on the other hand, as of Policy 4.2.0 it's suggested
that upstream release notes are installed if available, so let's
ship the latter instead of the former.
We install the release notes directly instead of linking back to
the primary package: unlike the original ChangeLog, the release
notes are pretty small, especially when compressed, so having
multiple copies on the system is not a big problem.
- - - - -
995991b7 by Andrea Bolognani at 2020-06-21T23:50:46+02:00
control: Set Rules-Requires-Root: no
This field, introduced in Policy 4.1.5, can be used to declare
that a package can be built without needing (fake)root privileges,
which is the case for libvirt.
- - - - -
dd750226 by Andrea Bolognani at 2020-06-21T23:50:46+02:00
control: Bump Standards-Version to 4.5.0
We've already made all the necessary changes.
- - - - -
a149c622 by Andrea Bolognani at 2020-06-21T23:51:02+02:00
rules: Don't install CI dashboard
It is not useful as offline documentation, and having it in the
package triggers the privacy-breach-generic Lintian tag.
Gbp-Dch: Ignore
- - - - -
eda8efdc by Andrea Bolognani at 2020-06-21T23:51:02+02:00
rules: Use /usr/share/dpkg/buildflags.mk
dpkg provides this standard Makefile snippet that can be used to
export buildflags into the environment, so let's use it.
Gbp-Dch: Ignore
- - - - -
fa6aefb9 by Andrea Bolognani at 2020-06-21T23:51:02+02:00
rules: Enable 'bindnow' hardening option
This addresses the hardening-no-bindnow Lintian tag.
- - - - -
dccdc271 by Andrea Bolognani at 2020-06-22T00:05:25+02:00
Document changes and release 6.4.0-1
- - - - -
30 changed files:
- ABOUT-NLS
- AUTHORS
- + CONTRIBUTING.rst
- Makefile.am
- Makefile.in
- NEWS
- README
- README.md → README.rst
- build-aux/syntax-check.mk
- configure
- configure.ac
- debian/changelog
- debian/control
- + debian/libvirt-clients.docs
- − debian/libvirt-clients.links
- + debian/libvirt-daemon-driver-lxc.docs
- + debian/libvirt-daemon-driver-qemu.docs
- + debian/libvirt-daemon-driver-storage-gluster.docs
- + debian/libvirt-daemon-driver-storage-rbd.docs
- + debian/libvirt-daemon-driver-storage-zfs.docs
- + debian/libvirt-daemon-driver-vbox.docs
- + debian/libvirt-daemon-driver-xen.docs
- + debian/libvirt-daemon-system-systemd.docs
- + debian/libvirt-daemon-system-sysv.docs
- debian/libvirt-daemon-system.dirs
- + debian/libvirt-daemon-system.docs
- debian/libvirt-daemon-system.install
- debian/libvirt-daemon-system.links
- + debian/libvirt-daemon.docs
- − debian/libvirt-daemon.links
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/51d88f1e6ff369760c24c38055876582a9254a0c...dccdc27141fad052eeb79e12eb4aaa36cd442abd
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/51d88f1e6ff369760c24c38055876582a9254a0c...dccdc27141fad052eeb79e12eb4aaa36cd442abd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20200624/d6c2ba59/attachment.html>
More information about the Pkg-libvirt-commits
mailing list