[DRE-commits] [SCM] ruby-test-spec.git branch, master, updated. upstream/0.10.0-9-g66d36f1

Cédric Boutillier cedric.boutillier at gmail.com
Thu Sep 22 11:06:54 UTC 2011


The following commit has been merged in the master branch:
commit 66d36f12ebb3f82a5c58c9bde9e93ff239258704
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Sep 22 13:00:09 2011 +0200

    a few cosmetic changes
    
    debian/changelog: mention added patches
    debian/rules: document override_dh_*

diff --git a/debian/changelog b/debian/changelog
index 69d63ac..4547364 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
 ruby-test-spec (0.10.0-1) unstable; urgency=low
 
   * Initial release (Closes: #642364)
+  * add a manpage for specrb
+  * add a few patches:
+    + 0010-disable_invalid_test_exception.patch
+        do not throw uncatched :invalid_test exception
+    + 0020-remove_load_path_manipulations_in_tests.patch
+    + 0030-fix_require_path_in_examples.patch
+        find and use system-wide installed lib
 
  -- Cédric Boutillier <cedric.boutillier at gmail.com>  Sat, 10 Sep 2011 23:50:58 +0200
diff --git a/debian/rules b/debian/rules
index 4b82866..23531bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,11 +14,13 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
+# installing a manpage created from a debian/specrb.1.pod file
 override_dh_installman:
 	mkdir man
 	pod2man --center "" --release "" --name SPECRB --utf8 debian/specrb.1.pod man/specrb.1
 	dh_installman
 
+# making sure that the created man/ dir is removed when cleaning
 override_dh_auto_clean:
 	rm -rf man
 	dh_auto_clean

-- 
ruby-test-spec.git



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