[DRE-commits] [ruby-aws-sdk] 02/04: Install api files on share dir

David Suárez deiv-guest at moszumanska.debian.org
Mon Sep 22 19:08:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

deiv-guest pushed a commit to branch master
in repository ruby-aws-sdk.

commit 664753c5c6c3f24fd3d26ca7c0a26519635d2988
Author: David Suárez <david.sephirot at gmail.com>
Date:   Mon Sep 22 20:41:17 2014 +0200

    Install api files on share dir
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index a5e7dc8..e0ffbb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,10 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_install:
+	dh_auto_install
+	# move api config files to share dir
+	mkdir -p 'debian/ruby-aws-sdk/usr/share/ruby-aws-sdk/api_config'
+	mv 'debian/ruby-aws-sdk/usr/lib/ruby/vendor_ruby/aws/api_config' \
+	  'debian/ruby-aws-sdk/usr/share/ruby-aws-sdk/'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aws-sdk.git



More information about the Pkg-ruby-extras-commits mailing list