Updated debian packaging, adding in new build-deps.
This commit is contained in:
28
debian/changelog
vendored
28
debian/changelog
vendored
@@ -1,3 +1,31 @@
|
||||
flexnbd (0.1.4-1) stable; urgency=medium
|
||||
|
||||
[ Michel Pollet ]
|
||||
* Simplified Makefile
|
||||
* Makefile: don't include *.d's before 'all'
|
||||
|
||||
[ Patrick J Cherry ]
|
||||
* Added net-tools to the build-deps for testing
|
||||
* Fixed "double-definition of constants" warning
|
||||
* Use a BINARY encoded string when doing read/write comparisons.
|
||||
* Moved all tasks from Rake to Make
|
||||
* Added dpkg-dev to build-deps
|
||||
* Updated manpages, replace a2x with txt2man
|
||||
* Fixed up internal test names (copy/pasta?)
|
||||
* Fixed check_readwrite test to pass correct handle to fd_write_reply
|
||||
* Fix up nbdtypes test to correctly use htobe64
|
||||
* Update Makefile to specify dependencies properly for tests
|
||||
|
||||
[ James F. Carter ]
|
||||
* update tests to reflect changes in handle storage
|
||||
* run tests in gitlab-ci
|
||||
* force binary encoding in a ruby2.1-compatible way
|
||||
* add missing deps on server object files when building check binaries
|
||||
* remove unnecessary step in gitlab-ci
|
||||
* failures in make check now result in an error
|
||||
|
||||
-- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 06 Oct 2016 15:49:33 +0100
|
||||
|
||||
flexnbd (0.1.3-1) stable; urgency=medium
|
||||
|
||||
[ Michel Pollet ]
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@@ -2,8 +2,7 @@ Source: flexnbd
|
||||
Section: web
|
||||
Priority: extra
|
||||
Maintainer: Patrick J Cherry <patrick@bytemark.co.uk>
|
||||
Build-Depends: debhelper (>= 7.0.50), ruby, rake, gcc, libev-dev,
|
||||
asciidoc, libxml2-utils, xsltproc, xmlto, check, net-tools
|
||||
Build-Depends: debhelper (>= 7.0.50), ruby, gcc, libev-dev, txt2man, check, net-tools
|
||||
Standards-Version: 3.8.1
|
||||
Homepage: https://github.com/BytemarkHosting/flexnbd-c
|
||||
|
||||
|
2
debian/flexnbd.install
vendored
2
debian/flexnbd.install
vendored
@@ -1,5 +1,3 @@
|
||||
build/flexnbd usr/bin
|
||||
build/flexnbd-proxy usr/bin
|
||||
build/flexnbd.1.gz usr/share/man/man1
|
||||
build/flexnbd-proxy.1.gz usr/share/man/man1
|
||||
|
||||
|
2
debian/flexnbd.manpages
vendored
Normal file
2
debian/flexnbd.manpages
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
build/flexnbd.1.gz
|
||||
build/flexnbd-proxy.1.gz
|
Reference in New Issue
Block a user