[DRE-commits] [SCM] ruby-warden.git branch, master, updated. upstream/1.2.1-7-g4f4521c

Praveen Arimbrathodiyil praveen at debian.org
Tue Nov 13 19:12:47 UTC 2012


The following commit has been merged in the master branch:
commit 7bc4540bacb633c95ff96f713ffc3f381d4a61ec
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Nov 14 00:25:38 2012 +0530

    minor cleanup before uploading to unstable

diff --git a/debian/changelog b/debian/changelog
index 53c126a..7e0f9e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-warden (1.2.1-2) unstable; urgency=low
+
+  * Upload to unstable
+  * Install README.textfile as doc
+  * Install History.rdoc as changelog
+  * Cleanup debian/ruby-tests.rb (remove commented lines)
+
+ -- Praveen Arimbrathodiyil <praveen at debian.org>  Wed, 14 Nov 2012 00:20:36 +0530
+
 ruby-warden (1.2.1-1) experimental; urgency=low
 
   * Initial release (Closes: #624635)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index fa50257..f6d0a8a 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,13 +1 @@
-# 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}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")
diff --git a/debian/ruby-warden.docs b/debian/ruby-warden.docs
index 2c81977..5d86051 100644
--- a/debian/ruby-warden.docs
+++ b/debian/ruby-warden.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.textile
+README.textile
diff --git a/debian/rules b/debian/rules
index a5e7dc8..813f49d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installchangelogs:
+	dh_installchangelogs History.rdoc

-- 
ruby-warden.git



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