[DRE-commits] [tdiary-contrib] branch master updated (c747f63 -> 4e95523)

Hideki Yamane henrich at moszumanska.debian.org
Sat Mar 1 23:43:54 UTC 2014


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

henrich pushed a change to branch master
in repository tdiary-contrib.

      from  c747f63   upload to unstable
       new  2fdf6be   back to UNRELEASED
      adds  56bfed8   Imported Upstream version 4.0.3
       new  1c9cc22   Merge tag 'upstream/4.0.3'
       new  15a7969   new upstream release
       new  9b4f0d1   fix FTBFS
       new  4e95523   add lintian-overrides

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Gemfile                                        |   2 +-
 Gemfile.lock                                   |  28 +-
 debian/changelog                               |   8 +-
 debian/lintian-overrides                       |   2 +
 debian/rules                                   |   1 -
 lib/extensions/contrib.rb                      |  16 +
 lib/tdiary-contrib.rb                          |  14 +-
 lib/tdiary/contrib/version.rb                  |   4 +-
 plugin/coderay.rb                              |  74 ++++
 plugin/image_ex.rb                             |  32 +-
 plugin/makerss_category.rb                     |   4 +-
 plugin/makerss_comment.rb                      |   4 +-
 plugin/nhk_program_info.rb                     | 104 +++++
 plugin/profile.rb                              |  23 +-
 plugin/search-bing.rb                          |  16 +-
 plugin/search-default.rb                       | 269 -------------
 spec/apple_webclip_spec.rb                     |   6 +-
 spec/gist_spec.rb                              |   2 +-
 spec/github_link_spec.rb                       |   8 +-
 spec/google_analytics_spec.rb                  |   6 +-
 spec/jdate_spec.rb                             |   2 +-
 spec/jmonth_spec.rb                            |   2 +-
 spec/jyear_spec.rb                             |   2 +-
 spec/my_hotentry_spec.rb                       |  16 +-
 spec/openid_spec.rb                            |  68 ++--
 spec/opensearch_ad_spec.rb                     |  10 +-
 spec/profile_spec.rb                           |  30 +-
 spec/title_anchor_spec.rb                      |   8 +-
 spec/twitter_js_spec.rb                        |  16 +-
 spec/youtube_spec.rb                           |   2 +-
 tdiary-contrib.gemspec                         |   3 +-
 util/image-gallery/misc/plugin/recent_image.rb |   4 +-
 util/tdiarysearch/README.en                    |  53 ---
 util/tdiarysearch/README.ja                    |  99 -----
 util/tdiarysearch/search.rb                    | 504 -------------------------
 35 files changed, 347 insertions(+), 1095 deletions(-)
 create mode 100644 debian/lintian-overrides
 create mode 100644 lib/extensions/contrib.rb
 create mode 100644 plugin/coderay.rb
 create mode 100644 plugin/nhk_program_info.rb
 delete mode 100644 plugin/search-default.rb
 delete mode 100644 util/tdiarysearch/README.en
 delete mode 100644 util/tdiarysearch/README.ja
 delete mode 100755 util/tdiarysearch/search.rb

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



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