[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/experimental] 3 commits: d/libvirt-clients.manpages: add virkeycode and virkeyname man pages
Guido Günther
gitlab at salsa.debian.org
Fri Apr 12 08:49:59 BST 2019
Guido Günther pushed to branch debian/experimental at Libvirt Packaging Team / libvirt
Commits:
08f3a232 by Christian Ehrhardt at 2019-04-12T07:49:47Z
d/libvirt-clients.manpages: add virkeycode and virkeyname man pages
The old path no more matches anything:
dh_installman: Cannot find (any matches for) "tools/*.1" (tried in .)
Instead we already have parts of the manpages installed.
In addition we need the virkeycode and virkeyname man pages which so
far were left in the debian/tmp build dir.
Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>
- - - - -
0f359de4 by Christian Ehrhardt at 2019-04-12T07:49:47Z
d/rules: mv logrotate files to silence dh_missing
Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>
- - - - -
f36ca33f by Christian Ehrhardt at 2019-04-12T07:49:47Z
dh_missing: ignore warning on libtool .la file
Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>
- - - - -
4 changed files:
- debian/libvirt-clients.install
- − debian/libvirt-clients.manpages
- + debian/not-installed
- debian/rules
Changes:
=====================================
debian/libvirt-clients.install
=====================================
@@ -2,3 +2,5 @@ usr/bin/*
usr/share/man/man1/*
etc/libvirt/libvirt.conf
etc/libvirt/libvirt-admin.conf
+usr/share/man/man7/virkeycode-*.7
+usr/share/man/man7/virkeyname-*.7
=====================================
debian/libvirt-clients.manpages deleted
=====================================
@@ -1 +0,0 @@
-tools/*.1
=====================================
debian/not-installed
=====================================
@@ -0,0 +1,6 @@
+# libtool files for the shared libraries, not needed by end user
+usr/lib/*/*libvirt*.la
+usr/lib/libvirt/storage-file/libvirt_storage*.la
+usr/lib/libvirt/storage-backend/libvirt_storage_backend*.la
+usr/lib/libvirt/lock-driver/*.la
+usr/lib/libvirt/connection-driver/*.la
=====================================
debian/rules
=====================================
@@ -217,7 +217,7 @@ ifeq ($(XEN_ENABLED), 1)
endif
set -e; for l in $(LOGROTATE); do \
- cp $(CURDIR)/debian/tmp/etc/logrotate.d/$$l \
+ mv $(CURDIR)/debian/tmp/etc/logrotate.d/$$l \
debian/libvirt-daemon-system.$$l.logrotate; \
dh_installlogrotate --name=$$l; \
done
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/compare/4fb7d113ccc3dbee30abaf3da81fa26fa5e6c8ae...f36ca33fee6076dbbb35d3a2fc21b912129c04d7
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/compare/4fb7d113ccc3dbee30abaf3da81fa26fa5e6c8ae...f36ca33fee6076dbbb35d3a2fc21b912129c04d7
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/20190412/f5f86ff8/attachment-0001.html>
More information about the Pkg-libvirt-commits
mailing list