summaryrefslogtreecommitdiffstats
path: root/packaging/deb_script/files/rules
diff options
context:
space:
mode:
authorLakshmipathi <lakshmipathi@gluster.com>2011-08-24 16:48:07 +0530
committerLakshmipathi.G <lakshmipathi@gluster.com>2011-08-24 16:48:07 +0530
commitd833485ea9dd6c097c599933db79f8b3005e7c64 (patch)
tree88ccc1cfe12eb97ce3014a8fd50f74ae1ec404f4 /packaging/deb_script/files/rules
parent451ebfb7ff3bde3dbb1efeb37b3b37963f902d7f (diff)
Added debian packaging script
Diffstat (limited to 'packaging/deb_script/files/rules')
-rwxr-xr-xpackaging/deb_script/files/rules13
1 files changed, 13 insertions, 0 deletions
diff --git a/packaging/deb_script/files/rules b/packaging/deb_script/files/rules
new file mode 100755
index 0000000..917d9bf
--- /dev/null
+++ b/packaging/deb_script/files/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 $@