diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-09-22 14:51:37 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-09-24 13:06:39 +0200 |
commit | 724cf227af6cf8832231aaaef1a9be051290adb1 (patch) | |
tree | 795175fcd65004467d76bf33b7091d75ec1f0e24 /debian/rules | |
parent | 9738dfa897e9558390580a36325180bfb02d6f72 (diff) |
debian: Add a package
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7daafea --- /dev/null +++ b/debian/rules @@ -0,0 +1,17 @@ +#!/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 $@ --with autoreconf --fail-missing + +override_dh_strip: + dh_strip --dbg-package=libsmpp34-dbg + |