diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-04-12 00:43:02 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-04-12 00:43:02 +0200 |
commit | 1260b4d0cd00f8c8b390e2f6f5b8f10463d685ae (patch) | |
tree | c77abe7ae27529e27952a64beb88d6f990a0f380 /debian/rules | |
parent | bfbf55700091bb6084b3cbe151a762816db0e3f0 (diff) | |
download | xmimd-1260b4d0cd00f8c8b390e2f6f5b8f10463d685ae.tar.gz xmimd-1260b4d0cd00f8c8b390e2f6f5b8f10463d685ae.zip |
adding packaging
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..917d9bf --- /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 $@ |