[DRE-commits] [ruby-sentry-raven] 03/05: Install raven script as example instead of in /usr/bin (Closes: #875794)
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Oct 1 22:51:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-sentry-raven.
commit 5d1e337f6fe9b362c9a1587f6005756aaaf83f4d
Author: Cédric Boutillier <boutil at debian.org>
Date: Sun Oct 1 23:35:25 2017 +0200
Install raven script as example instead of in /usr/bin (Closes: #875794)
---
debian/ruby-sentry-raven.examples | 1 +
debian/rules | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/debian/ruby-sentry-raven.examples b/debian/ruby-sentry-raven.examples
new file mode 100644
index 0000000..35d6c68
--- /dev/null
+++ b/debian/ruby-sentry-raven.examples
@@ -0,0 +1 @@
+exe/raven
diff --git a/debian/rules b/debian/rules
index 0daf338..d899329 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,11 @@ override_dh_auto_build:
rm -rf usr/share/doc/ruby-sentry-raven/doc/js/jquery.js
rm -rf doc/js/navigation.js.gz doc/js/search_index.js.gz doc/js/searcher.js.gz doc/js/searcher.js.gz
+override_dh_auto_install:
+ dh_auto_install
+ #remove raven script from /usr/bin, installed as an example
+ $(RM) -r debian/ruby-sentry-raven/usr/bin/
+
override_dh_auto_clean:
dh_auto_clean
rm -rf doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sentry-raven.git
More information about the Pkg-ruby-extras-commits
mailing list