--- /dev/null
--- /dev/null
++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
--- /dev/null
--- /dev/null
++9
--- /dev/null
--- /dev/null
++Source: nbdkit
++Section: admin
++Priority: extra
++Maintainer: Hilko Bengen <bengen@debian.org>
++Build-Depends: debhelper (>= 9~), dh-autoreconf,
++ perl,
++ pkg-config,
++ libvirt-dev,
++ zlib1g-dev,
++ liblzma-dev,
++ libguestfs-dev [i386 amd64],
++ libcurl4-gnutls-dev | libcurl-dev,
++ libperl-dev,
++ python-dev,
++Standards-Version: 3.9.5
++Homepage: https://github.com/libguestfs/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
++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-perl
++Architecture: linux-any
++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
++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
++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: i386 amd64
++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.
--- /dev/null
--- /dev/null
++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.
--- /dev/null
--- /dev/null
++README
++TODO
--- /dev/null
--- /dev/null
++/usr/share/man/man1/nbdkit-example3-plugin.1
++/usr/share/man/man1/nbdkit-example2-plugin.1
++/usr/share/man/man1/nbdkit-example1-plugin.1
++/usr/lib/*-*/nbdkit/plugins/nbdkit-example3-plugin.so
++/usr/lib/*-*/nbdkit/plugins/nbdkit-example2-plugin.so
++/usr/lib/*-*/nbdkit/plugins/nbdkit-example1-plugin.so
++/usr/include/nbdkit-plugin.h
++/usr/share/man/man3/nbdkit-plugin.3
--- /dev/null
--- /dev/null
++/usr/lib/*-*/nbdkit/plugins/nbdkit-guestfs-plugin.so
++/usr/share/man/man1/nbdkit-guestfs-plugin.1
--- /dev/null
--- /dev/null
++/usr/lib/*-*/nbdkit/plugins/nbdkit-libvirt-plugin.so
++/usr/share/man/man1/nbdkit-libvirt-plugin.1
--- /dev/null
--- /dev/null
++/usr/lib/*-*/nbdkit/plugins/nbdkit-perl-plugin.so
++/usr/share/man/man3/nbdkit-perl-plugin.3
--- /dev/null
--- /dev/null
++/usr/lib/*-*/nbdkit/plugins/nbdkit-python-plugin.so
++/usr/share/man/man3/nbdkit-python-plugin.3
--- /dev/null
--- /dev/null
++/usr/sbin/nbdkit
++/usr/share/man/man1/nbdkit.1
++/usr/lib/*-*/nbdkit/plugins/nbdkit-curl-plugin.so
++/usr/lib/*-*/nbdkit/plugins/nbdkit-file-plugin.so
++/usr/lib/*-*/nbdkit/plugins/nbdkit-gzip-plugin.so
++/usr/lib/*-*/nbdkit/plugins/nbdkit-xz-plugin.so
++/usr/lib/*-*/nbdkit/plugins/nbdkit-streaming-plugin.so
++/usr/share/man/man1/nbdkit-curl-plugin.1
++/usr/share/man/man1/nbdkit-file-plugin.1
++/usr/share/man/man1/nbdkit-gzip-plugin.1
++/usr/share/man/man1/nbdkit-xz-plugin.1
++/usr/share/man/man1/nbdkit-streaming-plugin.1
--- /dev/null
--- /dev/null
++#!/usr/bin/make -f
++
++#export DH_VERBOSE=1
++export DH_OPTIONS
++
++%:
++ dh $@ --with autoreconf
++
++override_dh_auto_test:
++
++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:
--- /dev/null
--- /dev/null
++3.0 (quilt)
--- /dev/null
--- /dev/null
++version=3
++
++http://libguestfs.org/download/nbdkit nbdkit-(.*)\.tar\.gz