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:
15
debian/rules
vendored
Executable file
15
debian/rules
vendored
Executable 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
|
||||
|
Reference in New Issue
Block a user