[DRE-commits] [ruby-fog-aliyun] 03/08: applied wrap-and-sort, override the dh_auto_install

Rahulkrishnan R A rahulkrishnanra-guest at moszumanska.debian.org
Mon Feb 8 14:51:06 UTC 2016


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

rahulkrishnanra-guest pushed a commit to branch master
in repository ruby-fog-aliyun.

commit bbc765795b4f5274992625a89cab301fe6febf22
Author: Rahulkrishnan R A <rahulkrishnanfs at gmail.com>
Date:   Tue Feb 2 15:12:25 2016 +0000

    applied  wrap-and-sort,override the dh_auto_install
---
 debian/control | 9 +++++++--
 debian/rules   | 6 ++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5cd95f4..60e4276 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,13 @@ XS-Ruby-Versions: all
 Package: ruby-fog-aliyun
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter, 
-  ruby-fog-core (>= 1.27), ruby-fog-json (>= 1.0), ruby-ipaddress (>= 0.8), ruby-xml-simple (>= 1.1),${misc:Depends},${shlibs:Depends}
+Depends: ruby | ruby-interpreter,
+         ruby-fog-core (>= 1.27),
+         ruby-fog-json (>= 1.0),
+         ruby-ipaddress (>= 0.8),
+         ruby-xml-simple (>= 1.1),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Fog provider for Aliyun Web Services
  This library can be used as a module for 'fog' which support aliyun OSS/ECS.
  Fog is the Ruby cloud services library.
diff --git a/debian/rules b/debian/rules
index d81794d..5227627 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,9 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+#Removing unwanted bin folder
+override_dh_auto_install:
+     dh_auto_install
+     rm -rf debian/ruby-fog-aliyun/usr/bin
+#

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



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