summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2012-03-29 17:08:49 +0200
committerAndrew Shadura <bugzilla@tut.by>2012-03-29 17:08:49 +0200
commitb46d8534f8c42a371c7d1bd9499fb25e3d483e19 (patch)
tree925b857a193d8f349f9dc370510ea6eeffcab860 /debian/rules
parent33a57e4a0f3a1aa6cbc3982616ee1cb041c95439 (diff)
add initial Debian packaging
--HG-- branch : debian
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5875e30
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh "$@"