[DRE-commits] [ruby-aws] 01/06: debian/rules: Renamed aws gem from 'aws' to 'ruby-aws' due to the conflict with ruby-aws-sdk. (Closes: 788906)
Tomasz Nitecki
tnnn-guest at moszumanska.debian.org
Fri Aug 21 12:42:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
tnnn-guest pushed a commit to branch master
in repository ruby-aws.
commit 7d7472a7653fc95492651ce7922021e3a6927e01
Author: Tomasz Nitecki <tnnn at tnnn.pl>
Date: Fri Aug 21 12:35:57 2015 +0200
debian/rules: Renamed aws gem from 'aws' to 'ruby-aws' due to the conflict with ruby-aws-sdk. (Closes: 788906)
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index d81794d..df689e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,9 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+# We are renaming aws to ruby-aws and then cleaning up after the gem is installed
+override_dh_auto_install:
+ mv $(CURDIR)/lib/aws.rb $(CURDIR)/lib/ruby-aws.rb
+ dh_auto_install
+ mv $(CURDIR)/lib/ruby-aws.rb $(CURDIR)/lib/aws.rb
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aws.git
More information about the Pkg-ruby-extras-commits
mailing list