diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 17:55:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 17:55:12 -0300 |
commit | 6b1a9638aa417da337e68e3d073e5ecc1f113b9b (patch) | |
tree | 851513c0ac6f139bca7ca7cf605ab8eae3b0937f /debian/rules | |
parent | 527cc6a003fa2344cf34ed65bdf287e539c582f6 (diff) | |
download | keyringer-6b1a9638aa417da337e68e3d073e5ecc1f113b9b.tar.gz keyringer-6b1a9638aa417da337e68e3d073e5ecc1f113b9b.tar.bz2 |
Stop shipping debian/ in the upstream branch and tarballs
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index cfa61e1..0000000 --- a/debian/rules +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -%: - dh $@ - -override_dh_auto_install: - $(MAKE) DESTDIR=debian/keyringer PREFIX=/usr install - rm debian/keyringer/usr/share/doc/keyringer/LICENSE |