[DRE-commits] [ruby-beautify] 10/10: Minor fixes.

Tomasz Nitecki tnnn-guest at moszumanska.debian.org
Thu Apr 9 14:35:21 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-beautify.

commit a3177642d25a8e13d113da92e294ed61e03f109b
Author: Tomasz Nitecki <tnnn at tnnn.pl>
Date:   Thu Apr 9 16:29:43 2015 +0200

    Minor fixes.
    
    - remove tmp dir after tests are run
    - devel package requirments
---
 debian/control | 2 +-
 debian/rules   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 88979b0..c682ddc 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: ruby-beautify
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rspec (>= 0, development)
+# rake (>= 0, development), bundler (>= 0, development), rspec (>= 0, development)
 Description: CLI binary and module that will pretty up Ruby code
  This package provides a CLI tool and module to make pretty up Ruby source 
  code. It can operate on both files and on STDIN, making it suitable for 
diff --git a/debian/rules b/debian/rules
index 04c8346..83c3e52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@
 override_dh_installchangelogs:
 	dh_installchangelogs WHATSNEW.md
 
-# Use a symlink instead of a duplicated binary
+# Use a symlink instead of a duplicated binary and remove tmp directory
 override_dh_auto_install:
 	dh_auto_install
 	ln -sf ruby-beautify $(CURDIR)/debian/ruby-beautify/usr/bin/rbeautify
+	rmdir tmp

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



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