[DRE-commits] [SCM] syncache.git branch, master, updated. upstream/1.0-10-g0050b61

Dmitry Borodaenko angdraug at debian.org
Mon Sep 26 23:00:11 UTC 2011


The following commit has been merged in the master branch:
commit 0050b61203af9116e1ef843b4ac938edbd1df554
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Tue Sep 27 01:47:11 2011 +0300

    exclude monkey patches from rdoc

diff --git a/debian/changelog b/debian/changelog
index 5c7f421..48fe225 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ syncache (1.1-1) unstable; urgency=low
   * Point debian/watch at GitHub.
   * Use --retry when stopping syncache-drb.
   * Move piddir creation from postinst to init script.
+  * Exclude monkey patches from rdoc.
 
  -- Dmitry Borodaenko <angdraug at debian.org>  Tue, 27 Sep 2011 01:33:27 +0300
 
diff --git a/debian/rules b/debian/rules
index 17a4ba9..4c3b001 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@
 
 override_dh_installdocs:
 	rdoc --inline-source --op rdoc --main README.rdoc \
-		README.rdoc lib
+		--exclude syncache_sync_patch.rb README.rdoc lib
 	dh_installdocs
 
 override_dh_clean:

-- 
syncache.git



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