aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-09-03 20:42:20 +0200
committerGuido Günther <agx@sigxcpu.org>2010-09-25 15:44:00 +0200
commit050d3b21bf30bbd6f60d4819600c7d1550e4e5fd (patch)
tree02ef0f2923e2c964a3a37216c29aec7b537be097 /debian/rules
parent1c3a89d90211153ae5659f674ba44020543c8552 (diff)
Add Debian packagingdebian/0.0.1
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..955dd78
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@