[DRE-commits] [ruby-safe-yaml] 02/06: install bin_safe_yaml as an example
Cédric Boutillier
boutil at moszumanska.debian.org
Thu May 15 22:33:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-safe-yaml.
commit cd9b726b02b4494178a354204d26a066a50fe246
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu May 15 17:27:36 2014 +0200
install bin_safe_yaml as an example
---
debian/ruby-safe-yaml.examples | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/ruby-safe-yaml.examples b/debian/ruby-safe-yaml.examples
new file mode 100644
index 0000000..9116ddb
--- /dev/null
+++ b/debian/ruby-safe-yaml.examples
@@ -0,0 +1 @@
+bin/safe_yaml
diff --git a/debian/rules b/debian/rules
index b2793a0..d997be5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,7 @@
override_dh_installchangelogs:
dh_installchangelogs CHANGES.md
+
+override_dh_install:
+ dh_install
+ $(RM) debian/ruby-safe-yaml/usr/bin/safe_yaml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-safe-yaml.git
More information about the Pkg-ruby-extras-commits
mailing list