[DRE-commits] [SCM] tdiary.git branch, master, updated. debian/3.1.3-1-4-ge090808

Taku YASUI tach at debian.org
Sun Jun 17 16:41:55 UTC 2012


The following commit has been merged in the master branch:
commit a14ad7de2023353e6feb7622e8295ec00343c1d4
Author: Taku YASUI <tach at debian.org>
Date:   Mon Jun 18 01:36:01 2012 +0900

    Remove installing tb plugin from tdiary-setup command

diff --git a/debian/changelog b/debian/changelog
index f600a44..2f858d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-tdiary (3.1.3-4) UNRELEASED; urgency=low
+tdiary (3.1.3-4) unstable; urgency=low
 
   * debian/control: Add ruby-redcarpet to Depends. (closes: #673375)
   * debian/tdiary.install: Add usr/share/tdiary/plugin (closes: #673559)
+  * Remove installing tb plugin from tdiary-setup command (closes: #673603)
 
  -- Taku YASUI <tach at debian.org>  Mon, 18 Jun 2012 01:33:25 +0900
 
diff --git a/debian/tdiary-setup.rb b/debian/tdiary-setup.rb
index 0f0d47d..f1ecadf 100644
--- a/debian/tdiary-setup.rb
+++ b/debian/tdiary-setup.rb
@@ -218,7 +218,7 @@ module TDiarySetup
     end
 
     def setup_with_plugin_package
-      install_files( ["tb", "squeeze"] )
+      install_files( ["squeeze"] )
     end
 
     def install_files(files)

-- 
tdiary.git



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