Updated debian packaging, adding in new build-deps.

This commit is contained in:
Patrick J Cherry
2016-10-06 16:02:15 +01:00
parent b2edd0734a
commit e7e99b099c
4 changed files with 31 additions and 4 deletions

28
debian/changelog vendored
View File

@@ -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
View File

@@ -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

View File

@@ -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
View File

@@ -0,0 +1,2 @@
build/flexnbd.1.gz
build/flexnbd-proxy.1.gz