Basic debian packaging

Add a build dependency on rake_utils, but we get simple debian packages
out of it.
This commit is contained in:
Alex Young
2012-05-30 17:35:07 +01:00
parent 15c3133458
commit f21dd9e888
8 changed files with 295 additions and 5 deletions

14
debian/rules vendored Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
override_dh_auto_build:
rake flexnbd
override_dh_auto_clean:
rake clean