[DRE-commits] [ruby-powerbar] 01/01: address comments from boutil

Michael Moll mmoll-guest at moszumanska.debian.org
Sat Nov 14 23:24:28 UTC 2015


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

mmoll-guest pushed a commit to branch master
in repository ruby-powerbar.

commit 91f736589aef554dc879311899bf42ea4c6773df
Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
Date:   Sun Nov 15 00:23:42 2015 +0100

    address comments from boutil
---
 debian/control                         | 4 +++-
 debian/ruby-powerbar.lintian-overrides | 1 -
 debian/rules                           | 4 ++++
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 858bcc1..c32aeb5 100644
--- a/debian/control
+++ b/debian/control
@@ -24,4 +24,6 @@ Depends: ruby | ruby-interpreter,
          ${shlibs:Depends}
 Description: progressbar library for Ruby
  Powerbar is a Ruby library that can create all kinds of progress bars to use
- in CLI applications.
+ in CLI applications. Non-terminal use is detected and fallback to logging
+ output is done automatically, so applications can also be used in cronjobs
+ without losing progress information.
diff --git a/debian/ruby-powerbar.lintian-overrides b/debian/ruby-powerbar.lintian-overrides
deleted file mode 100644
index 5d41fd7..0000000
--- a/debian/ruby-powerbar.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-ruby-powerbar: binary-without-manpage usr/bin/powerbar-demo
diff --git a/debian/rules b/debian/rules
index acfc5fe..12d886b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,9 @@
 # Uncomment to check dependencies during build:
 # export GEM2DEB_TEST_RUNNER = --check-dependencies
 
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf debian/ruby-powerbar/usr/bin
+
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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