Add Debian packaging

This commit is contained in:
2011-03-06 17:20:42 +01:00
parent 7f08ad06ea
commit 6a20953757
22 changed files with 100 additions and 50 deletions

View File

@@ -36,7 +36,7 @@
#define DATABASE_VERSION 2
#define BDD_FILE "/.kisscount/kc.bdd"
#define INIT_SCRIPT "init.sql"
#define INIT_SCRIPT RESSOURCES_ROOT "init.sql"
#define FIX_OP (1 << 0)
#define NON_FIX_OP (1 << 1)