[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.9.13_rc1-1

Guido Günther agx at sigxcpu.org
Tue Jun 26 14:27:27 UTC 2012


The following commit has been merged in the experimental branch:
commit 487acd72318886b478fc644c675b6bbdf1695ad3
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Jun 26 07:55:24 2012 +0200

    Drop Include-stdint.h-for-uint32_t.patch
    
    fixed upstream

diff --git a/debian/patches/Include-stdint.h-for-uint32_t.patch b/debian/patches/Include-stdint.h-for-uint32_t.patch
deleted file mode 100644
index cfa699e..0000000
--- a/debian/patches/Include-stdint.h-for-uint32_t.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
-Date: Wed, 20 Jun 2012 08:23:37 +0200
-Subject: Include stdint.h for uint32_t
-
-to fix the build on kFreeBSD
-
-Referendes: https://buildd.debian.org/status/fetch.php?pkg=libvirt&arch=kfreebsd-amd64&ver=0.9.12-2&stamp=1339698841
----
- src/util/virnetlink.h |    2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/util/virnetlink.h b/src/util/virnetlink.h
-index bafe8ca..acd88b7 100644
---- a/src/util/virnetlink.h
-+++ b/src/util/virnetlink.h
-@@ -21,8 +21,10 @@
- # define __VIR_NETLINK_H__
- 
- # include "config.h"
-+# include <stdint.h>
- # include "internal.h"
- 
-+
- # if defined(__linux__) && defined(HAVE_LIBNL)
- 
- #  include <netlink/msg.h>

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list