debian/0000755000000000000000000000000012225072041007161 5ustar debian/watch0000644000000000000000000000010612224261333010212 0ustar version=3 http://libguestfs.org/download/nbdkit nbdkit-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212224261333010362 0ustar 9 debian/changelog0000644000000000000000000000117512225071547011051 0ustar 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 Tue, 08 Oct 2013 23:04:39 +0200 nbdkit (1.1.3-1) unstable; urgency=low * New upstream version -- Hilko Bengen Sun, 06 Oct 2013 15:25:05 +0200 nbdkit (1.1.2-1) unstable; urgency=low * Initial release (Closes: #718560) -- Hilko Bengen Fri, 02 Aug 2013 22:09:57 +0200 debian/source/0000755000000000000000000000000012224261333010464 5ustar debian/source/format0000644000000000000000000000001412224261333011672 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000335512224261333011125 0ustar 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 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. debian/rules0000755000000000000000000000070012225071461010243 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export DH_OPTIONS %: dh $@ --with autotools-dev override_dh_auto_test: override_dh_auto_install: dh_auto_install find debian/nbdkit -type f -name '*.la' | xargs rm # 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: debian/control0000644000000000000000000000130312225070461010565 0ustar Source: nbdkit Section: admin Priority: extra Maintainer: Hilko Bengen Build-Depends: debhelper (>= 9~), autotools-dev, perl, pkg-config, libvirt-dev, zlib1g-dev, liblzma-dev, libguestfs-dev [i386 amd64], Standards-Version: 3.9.4 Homepage: https://github.com/libguestfs/nbdkit Package: nbdkit Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} 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. debian/docs0000644000000000000000000000001412224261333010032 0ustar README TODO