[DRE-commits] [ruby-devise] 03/43: implemented changes proposed by Praveen, didn't change long describtion yet

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Apr 21 13:11:08 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-devise.

commit cb85ebe9be6c2d12d8f3cd73eb5cef257d4c6601
Author: markus tornow <tornow at riseup.net>
Date:   Sun Nov 18 23:50:18 2012 +0100

    implemented changes proposed by Praveen, didn't change long describtion yet
---
 debian/ruby-devise.docs | 3 +--
 debian/ruby-tests.rb    | 7 +++----
 debian/rules            | 3 +++
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/ruby-devise.docs b/debian/ruby-devise.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-devise.docs
+++ b/debian/ruby-devise.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..2d2058c 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,12 +1,11 @@
-# FIXME
 # there's a spec/ or a test/ directory in the upstream source, but
 # no test suite was defined in the Gem specification. It would be
 # a good idea to define it here so the package gets tested at build time.
 # Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
+$: << 'lib' << '.'
+Dir['{spec,test}/**/*.rb'].each { |f| require f }
 #
-# require 'test/ts_foo.rb'
+#require 'test/ts_foo.rb'
 #
 # require 'rbconfig'
 # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
diff --git a/debian/rules b/debian/rules
index a5e7dc8..61a3595 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installchangelogs:
+	dh_installchangelogs History.txt

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



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