Updated Debian packaging to be in a separate branch.

This should allow us to use git-buildpackage to build our packages.
This commit is contained in:
Patrick J Cherry
2016-08-30 21:57:00 +01:00
parent ba14943b60
commit 3af0e84f5f
7 changed files with 2844 additions and 0 deletions

15
debian/rules vendored Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
override_dh_strip:
dh_strip --dbg-package=flexnbd-dbg
override_dh_auto_test:
rake test:run