added debian packaging files

This commit is contained in:
Robert Johansson
2012-06-18 21:04:59 +09:00
parent d8819cb21f
commit 9e637e7752
15 changed files with 141 additions and 0 deletions

12
debian/rules vendored Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
#override_dh_auto_configure:
# dh_auto_configure -- --prefix=/usr/local/freescada
#override_dh_usrlocal:
# echo "dh_usrlocal does nothing"