diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-06-14 22:28:33 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-06-14 22:28:33 +0400 |
commit | 7f7fa3530b643eff6c19c7505292f522eab1aefc (patch) | |
tree | 7c8c409d32476b37239a8ad8018c0af4cbee1074 /debian/rules | |
parent | d4b9b0bdb3f76704ac2a83590f91a6d58f25e48a (diff) | |
download | snoop-master.tar.gz |
snoop (1.0-0+dyson1) unstable; urgency=mediumHEADdyson/1.0-0+dyson1master
* Initial release.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..49f0f4f --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + rm debian/snoop/usr/share/doc/snoop/LICENSE + |