summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2014-04-12 18:24:26 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2014-04-12 18:24:26 +0200
commitf3b7b326bd38ee39c6416d643053c24ddeb1ab57 (patch)
treefa53e82778074ee1b35ef56cf1b2a89c28b1558c /debian/rules
parentd18c10d991f5563189f26977c60e5b10a93a93b6 (diff)
Added debian folder to the ubuntu branch of yosis
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 00000000..b760bee7
--- /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 $@