diff options
author | Russ Allbery <rra@stanford.edu> | 2010-08-25 18:10:35 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-08-25 18:10:35 -0700 |
commit | c164d3c3e0e6002dbb9dd808743c9b1e295577e5 (patch) | |
tree | 9121f5ee4b73f18efb296f9f4c515bec7a218347 /debian/rules | |
parent | 5cc66fdef38a67e25850159c0c5282d6dc927178 (diff) |
Update for upstream 0.12 release
Stop installing the wallet-summary contrib script in /usr/sbin and
instead install all the useful contrib scripts into the examples
directory, telling debhelper to not compress them.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e920649..0f9efbb 100755 --- a/debian/rules +++ b/debian/rules @@ -16,3 +16,6 @@ override_dh_auto_install: override_dh_installchangelogs: dh_installchangelogs NEWS + +override_dh_compress: + dh_compress -X examples |