[DRE-commits] [ruby-aws] 04/06: debian/rules: Stub lines generated by gem2deb removed.
Tomasz Nitecki
tnnn-guest at moszumanska.debian.org
Mon Feb 29 14:45:52 UTC 2016
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 badad7306629ba8c211e71fc4a421575dd150a1b
Author: Tomasz Nitecki <tnnn at tnnn.pl>
Date: Mon Feb 29 11:26:17 2016 -0300
debian/rules: Stub lines generated by gem2deb removed.
---
debian/rules | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/debian/rules b/debian/rules
index df689e5..6044a6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
@@ -18,4 +7,4 @@
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
+ mv $(CURDIR)/lib/ruby-aws.rb $(CURDIR)/lib/aws.rb
--
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