Import nbdkit_1.6.0-1.debian.tar.xz
authorHilko Bengen <bengen@debian.org>
Mon, 3 Sep 2018 21:31:46 +0000 (22:31 +0100)
committerHilko Bengen <bengen@debian.org>
Mon, 3 Sep 2018 21:31:46 +0000 (22:31 +0100)
[dgit import tarball nbdkit 1.6.0-1 nbdkit_1.6.0-1.debian.tar.xz]

19 files changed:
README.source [new file with mode: 0644]
changelog [new file with mode: 0644]
compat [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
docs [new file with mode: 0644]
nbdkit-plugin-dev.install [new file with mode: 0644]
nbdkit-plugin-guestfs.install [new file with mode: 0644]
nbdkit-plugin-libvirt.install [new file with mode: 0644]
nbdkit-plugin-lua.install [new file with mode: 0644]
nbdkit-plugin-perl.install [new file with mode: 0644]
nbdkit-plugin-python.install [new file with mode: 0644]
nbdkit-plugin-ruby.install [new file with mode: 0644]
nbdkit.install [new file with mode: 0644]
patches/0001-Look-for-lua-5.3.patch [new file with mode: 0644]
patches/series [new file with mode: 0644]
rules [new file with mode: 0755]
source/format [new file with mode: 0644]
watch [new file with mode: 0644]

diff --git a/README.source b/README.source
new file mode 100644 (file)
index 0000000..316069a
--- /dev/null
@@ -0,0 +1,10 @@
+nbdkit for Debian
+-----------------
+
+Some tests that are run as part of the build process are built around
+libguestfs. While libguestfs can only be used if a Linux kernel image
+is found, the *guestfs* packages do not depend directly on linux-image
+packages, so this source package adds the extra build dependencies
+that are needed to run the tests.
+
+ -- Hilko Bengen <bengen@debian.org>, Tue,  6 Feb 2018 10:36:32 +0100
diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..ceb7130
--- /dev/null
+++ b/changelog
@@ -0,0 +1,282 @@
+nbdkit (1.6.0-1) unstable; urgency=medium
+
+  * New upstream version 1.6.0
+  * Add Lua plugin package
+  * Update nbdkit.install for new plug-ins and manpages
+
+ -- Hilko Bengen <bengen@debian.org>  Mon, 03 Sep 2018 23:31:46 +0200
+
+nbdkit (1.4.3-1) unstable; urgency=medium
+
+  * New upstream version 1.4.3
+
+ -- Hilko Bengen <bengen@debian.org>  Mon, 20 Aug 2018 17:49:43 +0200
+
+nbdkit (1.4.2-1) unstable; urgency=medium
+
+  * New upstream version 1.4.2
+  * Bump Standards-Version
+
+ -- Hilko Bengen <bengen@debian.org>  Thu, 02 Aug 2018 07:50:55 +0200
+
+nbdkit (1.4.1-1) unstable; urgency=medium
+
+  * New upstream version 1.4.1
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 21 Jul 2018 18:26:46 +0200
+
+nbdkit (1.4.0-1) unstable; urgency=medium
+
+  * New upstream version 1.4.0
+  * Bump Standards-Version
+  * Update plugin list
+  
+ -- Hilko Bengen <bengen@debian.org>  Wed, 11 Jul 2018 00:55:22 +0200
+
+nbdkit (1.2.4-1) unstable; urgency=medium
+
+  * New upstream version 1.2.4
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 16 Jun 2018 13:24:18 +0200
+
+nbdkit (1.2.2-2) unstable; urgency=medium
+
+  * Add ruby build-dependency (Closes: #897546)
+
+ -- Hilko Bengen <bengen@debian.org>  Sun, 06 May 2018 22:05:26 +0200
+
+nbdkit (1.2.2-1) unstable; urgency=medium
+
+  * New upstream version 1.2.2
+
+ -- Hilko Bengen <bengen@debian.org>  Sun, 22 Apr 2018 12:25:49 +0200
+
+nbdkit (1.2.1-3) unstable; urgency=medium
+
+  * Disable tests on all architectures except i386, amd64, arm64
+
+ -- Hilko Bengen <bengen@debian.org>  Mon, 16 Apr 2018 20:32:11 +0200
+
+nbdkit (1.2.1-2) unstable; urgency=medium
+
+  * Remove build-dependency for armel kernel image
+
+ -- Hilko Bengen <bengen@debian.org>  Mon, 16 Apr 2018 16:38:19 +0200
+
+nbdkit (1.2.1-1) unstable; urgency=medium
+
+  * New upstream version 1.2.1
+
+ -- Hilko Bengen <bengen@debian.org>  Tue, 10 Apr 2018 06:18:05 +0200
+
+nbdkit (1.2.0-1) unstable; urgency=medium
+
+  * New upstream version 1.2.0
+  * Update watch file
+  * Bump Standards-Version
+  * Update Vcs-* to salsa.debian.org
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 07 Apr 2018 09:29:51 +0200
+
+nbdkit (1.1.28-3) unstable; urgency=medium
+
+  * Document the need for linux-image-* build dependencies
+    (Closes: #889686)
+  * Disable some build dependencies for the nocheck build profile
+
+ -- Hilko Bengen <bengen@debian.org>  Tue, 06 Feb 2018 18:59:38 +0100
+
+nbdkit (1.1.28-2) unstable; urgency=medium
+
+  * Disable tests on armhf, mips64el for now
+
+ -- Hilko Bengen <bengen@debian.org>  Tue, 23 Jan 2018 21:47:12 +0100
+
+nbdkit (1.1.28-1) unstable; urgency=medium
+
+  * New upstream version 1.1.28
+  * Bump Standards-Version
+  * Drop patches related to NBD/QEMU test breakage, add versioned libguestfs
+    build-dependency instead
+  * Add entries to .install files: filters, pkg-config file
+
+ -- Hilko Bengen <bengen@debian.org>  Tue, 23 Jan 2018 10:27:03 +0100
+
+nbdkit (1.1.25-1) unstable; urgency=medium
+
+  * New upstream version 1.1.25
+  * Add tar plugin to nbdkit-plugin-perl
+  * Install all examples into nbdkit-plugin-dev
+
+ -- Hilko Bengen <bengen@debian.org>  Thu, 07 Dec 2017 09:24:35 +0100
+
+nbdkit (1.1.22-1) unstable; urgency=medium
+
+  * New upstream version 1.1.22
+  * Add workaround for libguestfs-related FTBFS in tests
+
+ -- Hilko Bengen <bengen@debian.org>  Mon, 04 Dec 2017 11:06:23 +0100
+
+nbdkit (1.1.20-1) unstable; urgency=medium
+
+  * New upstream version 1.1.20
+  * Add split plugin
+
+ -- Hilko Bengen <bengen@debian.org>  Sun, 03 Dec 2017 12:51:48 +0100
+
+nbdkit (1.1.19-1) unstable; urgency=medium
+
+  * New upstream version 1.1.19
+  * Add null, memory plugin
+  * Bump Standards-Version
+
+ -- Hilko Bengen <bengen@debian.org>  Fri, 01 Dec 2017 09:35:15 +0100
+
+nbdkit (1.1.18-2) unstable; urgency=medium
+
+  * Add nbdkit-nbd-plugin to .install file (Closes: #882428)
+
+ -- Hilko Bengen <bengen@debian.org>  Wed, 22 Nov 2017 23:46:04 +0100
+
+nbdkit (1.1.18-1) unstable; urgency=medium
+
+  * New upstream version 1.1.18
+
+ -- Hilko Bengen <bengen@debian.org>  Wed, 22 Nov 2017 10:09:46 +0100
+
+nbdkit (1.1.16-1) unstable; urgency=medium
+
+  * New upstream version 1.1.16
+  * Bump Standards-Version, change Priority to optional
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 21 Oct 2017 12:07:09 +0200
+
+nbdkit (1.1.15-1) unstable; urgency=medium
+
+  * New upstream version 1.1.15
+  * Build with TLS support, requiring GnuTLS >= 3.3 for building
+  * Build with SElinux support
+  * Add build-dependencies for tools used in tests
+
+ -- Hilko Bengen <bengen@debian.org>  Thu, 28 Sep 2017 00:08:07 +0200
+
+nbdkit (1.1.14-2) unstable; urgency=medium
+
+  * Disable tests on s390x, armel, mipsel, powerpc, this time 
+    commenting on failures
+
+ -- Hilko Bengen <bengen@debian.org>  Sun, 03 Sep 2017 20:16:51 +0200
+
+nbdkit (1.1.14-1) unstable; urgency=medium
+
+  * New upstream version 1.1.14
+  * Mark nbdkit-plugin-* Multi-Arch: same
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 02 Sep 2017 15:55:20 +0200
+
+nbdkit (1.1.13-1) unstable; urgency=medium
+
+  * New upstream version 1.1.13
+  * Fix watch file
+  * Modernize package: Bump DH compat level, Standards-Version, adjust
+    Vcs-* URLs
+  * Enable building libguestfs stuff on all architectures, enable tests
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 26 Aug 2017 15:04:31 +0200
+
+nbdkit (1.1.12-1) unstable; urgency=medium
+
+  * New upstream version
+  * Bump Standards-Version
+  * Add Vcs-* headers
+  * Add nbdkit-plugin-ruby package
+
+ -- Hilko Bengen <bengen@debian.org>  Tue, 21 Jun 2016 23:18:59 +0200
+
+nbdkit (1.1.11-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Hilko Bengen <bengen@debian.org>  Sun, 01 Nov 2015 11:46:37 +0100
+
+nbdkit (1.1.10-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 20 Jun 2015 16:54:02 +0200
+
+nbdkit (1.1.9-1) unstable; urgency=medium
+
+  * New upstream version
+  * Added streaming plugin
+
+ -- Hilko Bengen <bengen@debian.org>  Wed, 22 Oct 2014 10:52:20 +0200
+
+nbdkit (1.1.8-1) unstable; urgency=medium
+
+  * New upstream version
+  * Added curl plugin
+
+ -- Hilko Bengen <bengen@debian.org>  Sun, 22 Jun 2014 00:18:00 +0200
+
+nbdkit (1.1.7-1) unstable; urgency=medium
+
+  * New upstream version
+  * Dropped patch that was integrated upstream
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 21 Jun 2014 10:51:05 +0200
+
+nbdkit (1.1.6-2) unstable; urgency=low
+
+  * Fix FRBFS on architectures where libguestfs is not available
+
+ -- Hilko Bengen <bengen@debian.org>  Tue, 25 Feb 2014 08:14:11 +0100
+
+nbdkit (1.1.6-1) unstable; urgency=low
+
+  * New upstream version
+  * Split package
+  * Cherry-picked post-1.1.6-bugfix from upstream git
+
+ -- Hilko Bengen <bengen@debian.org>  Mon, 17 Feb 2014 19:31:33 +0100
+
+nbdkit (1.1.5-1) unstable; urgency=low
+
+  * New upstream version
+  * Removed patches as they have been integrated upstream
+  * Added build dependency for Python plugin
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 15 Feb 2014 11:26:47 +0100
+
+nbdkit (1.1.4-1) unstable; urgency=low
+
+  * New upstream version
+  * Added build dependency for Perl plugin
+  * Added patch to work around #738716
+  * Added patch to properly figure out linker options for building Perl
+    plugin
+  * Use dh-autoreconf instead of autotools-dev
+
+ -- Hilko Bengen <bengen@debian.org>  Thu, 13 Feb 2014 21:13:44 +0100
+
+nbdkit (1.1.3-2) unstable; urgency=low
+
+  * Added pkg-config build dependency so that plugins can be built
+    (Closes: #725504)
+  * Only build for Linux
+  * Disabled tests. At the moment a fully working libguestfs installation
+    in an autobuilder environment is not feasible.
+
+ -- Hilko Bengen <bengen@debian.org>  Tue, 08 Oct 2013 23:04:39 +0200
+
+nbdkit (1.1.3-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Hilko Bengen <bengen@debian.org>  Sun, 06 Oct 2013 15:25:05 +0200
+
+nbdkit (1.1.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #718560)
+
+ -- Hilko Bengen <bengen@debian.org>  Fri, 02 Aug 2013 22:09:57 +0200
diff --git a/compat b/compat
new file mode 100644 (file)
index 0000000..f599e28
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+10
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..e13629e
--- /dev/null
+++ b/control
@@ -0,0 +1,109 @@
+Source: nbdkit
+Section: admin
+Priority: optional
+Maintainer: Hilko Bengen <bengen@debian.org>
+Build-Depends: debhelper (>= 10~),
+ perl,
+ pkg-config,
+ bash-completion,
+ comerr-dev,
+ libcurl4-gnutls-dev | libcurl-dev,
+ libext2fs-dev,
+ libgnutls28-dev (>= 3.3), gnutls-bin,
+ libguestfs-dev (>= 1:1.36.11-3),
+ liblzma-dev,
+ liblua5.3-dev,
+ libperl-dev,
+ python-dev,
+ ruby, ruby-dev,
+ libselinux1-dev,
+ libvirt-dev,
+ zlib1g-dev,
+ linux-image-arm64 [arm64] <!nocheck>,
+ linux-image-amd64 [amd64] <!nocheck>,
+ linux-image-686-pae [i386] <!nocheck> | linux-image-586 [i386] | linux-image-486 [i386] <!nocheck>,
+ busybox <!nocheck>,
+ iproute2 <!nocheck>,
+ socat <!nocheck>,
+ libguestfs-tools <!nocheck>,
+Standards-Version: 4.2.0
+Homepage: https://github.com/libguestfs/nbdkit
+Vcs-Git: https://salsa.debian.org:debian/nbdkit.git
+Vcs-Browser: https://salsa.debian.org:debian/nbdkit
+
+Package: nbdkit
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+Suggests:
+ nbdkit-plugin-guestfs,
+ nbdkit-plugin-libvirt,
+ nbdkit-plugin-perl,
+ nbdkit-plugin-python,
+Description: toolkit for creating NBD servers
+ NBD is a protocol for accessing block Devices (hard disks and
+ disk-like things) over a network. nbdkit is a multithreaded NBD
+ server with a well-documented, simple plugin API with a stable ABI
+ guarantee that allows for easy creation of "unconventional" block
+ devices.
+ .
+ This package provides the nbdkit binary and a the file, gzip, and xz,
+ plugins.
+
+Package: nbdkit-plugin-dev
+Section: libdevel
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
+Conflicts: nbdkit (<< 1.1.5-2~)
+Description: development files for nbdkit
+ Development files, documentation and example code for developing
+ plugins to nbdkit.
+
+Package: nbdkit-plugin-lua
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
+Description: Lua plugin for nbdkit
+ This plugin allows nbdkit plugins to be written in Lua.
+
+Package: nbdkit-plugin-perl
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
+Conflicts: nbdkit (<< 1.1.5-2~)
+Description: Perl plugin for nbdkit
+ This plugin allows nbdkit plugins to be written in Perl.
+
+Package: nbdkit-plugin-python
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
+Conflicts: nbdkit (<< 1.1.5-2~)
+Description: Python plugin for nbdkit
+ This plugin allows nbdkit plugins to be written in Python.
+
+Package: nbdkit-plugin-libvirt
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
+Conflicts: nbdkit (<< 1.1.5-2~)
+Description: libvirt plugin for nbdkit
+ nbdkit-libvirt-plugin is an nbdkit(1) plugin that makes the contents
+ of libvirt images accessible over NBD.
+
+Package: nbdkit-plugin-guestfs
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
+Conflicts: nbdkit (<< 1.1.5-2~)
+Description: libguestfs plugin for nbdkit
+ nbdkit-guestfs-plugin is an nbdkit(1) plugin that makes the contents
+ of disk images accessible over NBD.
+
+Package: nbdkit-plugin-ruby
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}, nbdkit,
+Conflicts: nbdkit (<< 1.1.5-2~)
+Description: Ruby plugin for nbdkit
+ This plugin allows nbdkit plugins to be written in Ruby.
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..f082a70
--- /dev/null
+++ b/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nbdkit
+Source: https://github.com/libguestfs/nbdkit
+
+Files: *
+Copyright: 2013 Red Hat Inc.
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2013 Hilko Bengen <bengen@debian.org>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
+ A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/docs b/docs
new file mode 100644 (file)
index 0000000..724e084
--- /dev/null
+++ b/docs
@@ -0,0 +1,2 @@
+README
+TODO
diff --git a/nbdkit-plugin-dev.install b/nbdkit-plugin-dev.install
new file mode 100644 (file)
index 0000000..2b1e1bb
--- /dev/null
@@ -0,0 +1,6 @@
+/usr/share/man/man1/nbdkit-example*-plugin.1
+/usr/lib/*-*/nbdkit/plugins/nbdkit-example*-plugin*
+/usr/lib/*-*/pkgconfig/nbdkit.pc
+/usr/include/nbdkit-*.h
+/usr/share/man/man3/nbdkit-plugin.3
+/usr/share/man/man3/nbdkit-filter.3
diff --git a/nbdkit-plugin-guestfs.install b/nbdkit-plugin-guestfs.install
new file mode 100644 (file)
index 0000000..0ec4ffb
--- /dev/null
@@ -0,0 +1,2 @@
+/usr/lib/*-*/nbdkit/plugins/nbdkit-guestfs-plugin.so
+/usr/share/man/man1/nbdkit-guestfs-plugin.1
diff --git a/nbdkit-plugin-libvirt.install b/nbdkit-plugin-libvirt.install
new file mode 100644 (file)
index 0000000..6693354
--- /dev/null
@@ -0,0 +1,2 @@
+/usr/lib/*-*/nbdkit/plugins/nbdkit-libvirt-plugin.so
+/usr/share/man/man1/nbdkit-libvirt-plugin.1
diff --git a/nbdkit-plugin-lua.install b/nbdkit-plugin-lua.install
new file mode 100644 (file)
index 0000000..4d2887b
--- /dev/null
@@ -0,0 +1,2 @@
+/usr/lib/*-*/nbdkit/plugins/nbdkit-lua-plugin.so
+/usr/share/man/man3/nbdkit-lua-plugin.3
diff --git a/nbdkit-plugin-perl.install b/nbdkit-plugin-perl.install
new file mode 100644 (file)
index 0000000..25cc79c
--- /dev/null
@@ -0,0 +1,4 @@
+/usr/lib/*-*/nbdkit/plugins/nbdkit-perl-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-tar-plugin
+/usr/share/man/man3/nbdkit-perl-plugin.3
+/usr/share/man/man1/nbdkit-tar-plugin.1
diff --git a/nbdkit-plugin-python.install b/nbdkit-plugin-python.install
new file mode 100644 (file)
index 0000000..3f13d50
--- /dev/null
@@ -0,0 +1,2 @@
+/usr/lib/*-*/nbdkit/plugins/nbdkit-python-plugin.so
+/usr/share/man/man3/nbdkit-python-plugin.3
diff --git a/nbdkit-plugin-ruby.install b/nbdkit-plugin-ruby.install
new file mode 100644 (file)
index 0000000..a9110fe
--- /dev/null
@@ -0,0 +1,2 @@
+/usr/lib/*-*/nbdkit/plugins/nbdkit-ruby-plugin.so
+/usr/share/man/man3/nbdkit-ruby-plugin.3
diff --git a/nbdkit.install b/nbdkit.install
new file mode 100644 (file)
index 0000000..032143f
--- /dev/null
@@ -0,0 +1,40 @@
+/usr/sbin/nbdkit
+/usr/share/man/man1/nbdkit.1
+/usr/share/man/man1/nbdkit-captive.1
+/usr/share/man/man1/nbdkit-probing.1
+/usr/share/man/man1/nbdkit-protocol.1
+/usr/share/man/man1/nbdkit-service.1
+/usr/share/man/man1/nbdkit-tls.1
+/usr/lib/*-*/nbdkit/plugins/nbdkit-curl-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-data-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-ext2-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-file-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-gzip-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-memory-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-nbd-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-null-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-pattern-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-random-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-split-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-streaming-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-vddk-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-xz-plugin.so
+/usr/lib/*-*/nbdkit/plugins/nbdkit-zero-plugin.so
+/usr/lib/*-*/nbdkit/filters
+/usr/share/man/man1/nbdkit-curl-plugin.1
+/usr/share/man/man1/nbdkit-data-plugin.1
+/usr/share/man/man1/nbdkit-ext2-plugin.1
+/usr/share/man/man1/nbdkit-file-plugin.1
+/usr/share/man/man1/nbdkit-gzip-plugin.1
+/usr/share/man/man1/nbdkit-memory-plugin.1
+/usr/share/man/man1/nbdkit-nbd-plugin.1
+/usr/share/man/man1/nbdkit-null-plugin.1
+/usr/share/man/man1/nbdkit-pattern-plugin.1
+/usr/share/man/man1/nbdkit-random-plugin.1
+/usr/share/man/man1/nbdkit-split-plugin.1
+/usr/share/man/man1/nbdkit-streaming-plugin.1
+/usr/share/man/man1/nbdkit-vddk-plugin.1
+/usr/share/man/man1/nbdkit-xz-plugin.1
+/usr/share/man/man1/nbdkit-zero-plugin.1
+/usr/share/man/man1/nbdkit-*-filter.1
+/usr/share/bash-completion
diff --git a/patches/0001-Look-for-lua-5.3.patch b/patches/0001-Look-for-lua-5.3.patch
new file mode 100644 (file)
index 0000000..71acb93
--- /dev/null
@@ -0,0 +1,21 @@
+From: Hilko Bengen <bengen@debian.org>
+Date: Mon, 3 Sep 2018 22:48:55 +0200
+Subject: Look for lua 5.3
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 8225941..4b56a49 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -405,7 +405,7 @@ AC_ARG_ENABLE([lua],
+     [],
+     [enable_lua=yes])
+ AS_IF([test "x$enable_lua" != "xno"],[
+-    PKG_CHECK_MODULES([LUA], [lua], [
++    PKG_CHECK_MODULES([LUA], [lua5.3], [
+         AC_SUBST([LUA_CFLAGS])
+         AC_SUBST([LUA_LIBS])
+     ],[
diff --git a/patches/series b/patches/series
new file mode 100644 (file)
index 0000000..f051737
--- /dev/null
@@ -0,0 +1 @@
+0001-Look-for-lua-5.3.patch
diff --git a/rules b/rules
new file mode 100755 (executable)
index 0000000..124ab17
--- /dev/null
+++ b/rules
@@ -0,0 +1,36 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+export DH_OPTIONS
+
+include /usr/share/dpkg/architecture.mk
+
+%:
+       dh $@ --with autoreconf
+
+# Workaround for unreliable changes in qemu behavior on the
+# autobuilders, e.g.:
+# - s390x: qemu-system-s390x won't start:
+#     "Initialization of device s390-ipl failed: could not find stage1 bootloader"
+# - mipsel, armel, powerpc: test suite hangs:
+#     "Build killed with signal TERM after 150 minutes of inactivity"
+# - armhf: qemu-system-arm crashes (#888182):
+#     "libguestfs: error: /usr/bin/qemu-system-arm killed by signal 11 (Segmentation fault)."
+# - mips64el: qemu-system-mips64el won't start:
+#     "libguestfs: error: /usr/bin/qemu-system-mips64el exited with error status 1."
+#     "qemu-system-mips64el: Initialization of device mc146818rtc failed: Invalid lost tick policy."
+# - ppc64, ppc64el: qemu-system-ppc64 crashes:
+#     "libguestfs: error: /usr/bin/qemu-system-ppc64 killed by signal 4 (Illegal instruction)."
+#     "libguestfs: error: /usr/bin/qemu-system-ppc64 killed by signal 11 (Segmentation fault)."
+ifeq (,$(findstring $(DEB_HOST_ARCH),i386 amd64 arm64))
+override_dh_auto_test:
+endif
+
+override_dh_install:
+       dh_install -X.la --fail-missing
+
+# Don't run dh_makeshlibs since no "real" shared libraries are built
+# Thus avoid Lintian warnings/errors:
+# - pkg-has-shlibs-control-file-but-no-actual-shared-libs
+# - post{inst,rm}-has-useless-call-to-ldconfig
+override_dh_makeshlibs:
diff --git a/source/format b/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644 (file)
index 0000000..4d02c5d
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://libguestfs.org/download/nbdkit/(.*)-stable/nbdkit-(.*)\.tar\.gz