Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Document changes and release 4.10.0-1
· 70984de7
Guido Günther
authored
Dec 13, 2018
70984de7
update Vcs-git tags to point to salsa.debian.org
· d143d3ce
Marcin Juszkiewicz
authored
Dec 14, 2018
and
Guido Günther
committed
Dec 15, 2018
d143d3ce
Fix versions in *.NEWS files
· 96995c11
Marcin Juszkiewicz
authored
Dec 14, 2018
and
Guido Günther
committed
Dec 15, 2018
96995c11
Don't mark bash completion as executable
· 8e8286d4
Marcin Juszkiewicz
authored
Dec 14, 2018
and
Guido Günther
committed
Dec 15, 2018
8e8286d4
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8e8286d4
libvirt (4.10.0-1
~1.gbp16a413) UNRELEASED
; urgency=medium
libvirt (4.10.0-1
) unstable
; urgency=medium
** SNAPSHOT build @16a4137554d00d7f65ec7e8531961fe1070a96d2 **
* [0cde44d] Remove bridge-utils from recommends.
We don't use brctl since ages.
Thanks to Andreas Henriksson
* [0cde44d] Remove bridge-utils from recommends. We don't use brctl since
ages. Thanks to Andreas Henriksson
* [3c22e06] Drop debian/remove-RHism.diff.patch.
Debian has /usr/bin/service since quiet
e
some time now.
Debian has /usr/bin/service since quiet some time now.
Thanks to Andrea Bolognani
* [54a5cdb] New upstream version 4.10.0
* [87f075c] Rediff patches
* [f798585] Bump symbol versions
* [3bfd881] Depend on sensible-utils
-- Guido Günther <agx@sigxcpu.org> Tu
e
, 1
1
Dec 2018 1
6:27:51
+0100
-- Guido Günther <agx@sigxcpu.org> T
h
u, 1
3
Dec 2018 1
1:58:14
+0100
libvirt (4.7.0-1) unstable; urgency=medium
...
...
debian/control
View file @
8e8286d4
...
...
@@ -75,8 +75,8 @@ Build-Depends:
iptables [linux-any],
qemu-utils,
Build-Conflicts: dpkg-dev (= 1.15.3)
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-
libvirt/libvirt.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-
libvirt/libvirt
.git/
Vcs-Git: https://
salsa
.debian.org/libvirt
-team
/libvirt.git
Vcs-Browser: https://
salsa
.debian.org/libvirt
-team
/libvirt
Homepage: http://libvirt.org
Standards-Version: 4.1.1
...
...
debian/libvirt-daemon-system.NEWS
View file @
8e8286d4
libvirt (2.5.0-2
~
) unstable; urgency=medium
libvirt (2.5.0-2) unstable; urgency=medium
libvirt-daemon-system now uses the allocated uid and gid 64055
for the libvirt-qemu user and group on new installations, when
...
...
debian/libvirt-daemon.NEWS
View file @
8e8286d4
libvirt (1.1.4-2
~
) unstable; urgency=low
libvirt (1.1.4-2) unstable; urgency=low
If you're using cgroups make sure you're using a different mount per cgroup
controller (cpu, memory, ...) that is mounted to /sys/fs/cgroup/<controller>.
...
...
debian/rules
View file @
8e8286d4
...
...
@@ -217,6 +217,8 @@ endif
rm debian/libvirt-daemon-system/etc/apparmor.d/local/*
# Don't ship api files in the daemon package
rm -r debian/libvirt-daemon/usr/share/libvirt/api/
# executable-not-elf-or-script
chmod 644 debian/libvirt-daemon/usr/share/bash-completion/completions/vsh
override_dh_installinit:
...
...