[DRE-commits] [SCM] shelr.git branch, master, updated. upstream/0.11.6-54-g58c58dd

Antono Vasiljev self at antono.info
Wed May 2 19:18:34 UTC 2012


The following commit has been merged in the master branch:
commit c2702e64e90fcf5b648136cc712dbf5eff3a1e75
Author: Antono Vasiljev <self at antono.info>
Date:   Wed May 2 21:59:21 2012 +0300

    Build depend on bash-completion, added completion support

diff --git a/debian/control b/debian/control
index 968d51c..ca6a5c3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Antono Vasiljev <self at antono.info>, Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders:
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.5), ruby-json | libjson-ruby, ruby-rspec | librspec-ruby, ruby-mocha | libmocha-ruby
+Build-Depends: debhelper (>= 7.0.50~), bash-completion, gem2deb (>= 0.2.5), ruby-json | libjson-ruby, ruby-rspec | librspec-ruby, ruby-mocha | libmocha-ruby
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/shelr.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/shelr.git;a=summary
diff --git a/debian/rules b/debian/rules
index a5e7dc8..a6431cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,4 +12,4 @@
 #export DH_RUBY_GEMSPEC=gem.gemspec
 
 %:
-	dh $@ --buildsystem=ruby --with ruby
+	dh $@ --buildsystem=ruby --with ruby,bash-completion
diff --git a/debian/shelr.bash-completion b/debian/shelr.bash-completion
new file mode 100644
index 0000000..0424a15
--- /dev/null
+++ b/debian/shelr.bash-completion
@@ -0,0 +1 @@
+contrib/shelr.bash.complete shelr

-- 
shelr.git



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