New Upstream Snapshot - tdiary-style-rd

Ready changes

Summary

Merged new upstream version: 0.0.3+git20160115.1.94d4eaf (was: 0.0.3).

Resulting package

Built on 2022-12-20T14:42 (took 3m15s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots tdiary-style-rd

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d87d4be..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,17 +0,0 @@
-*.gem
-*.rbc
-.bundle
-.config
-.yardoc
-Gemfile.lock
-InstalledFiles
-_yardoc
-coverage
-doc/
-lib/bundler/man
-pkg
-rdoc
-spec/reports
-test/tmp
-test/version_tmp
-tmp
diff --git a/.travis.yml b/.travis.yml
index 436c4ef..592e897 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,10 @@
 language: ruby
+sudo: false
 rvm:
-  - 1.9.3
   - 2.0.0
+  - 2.1
+  - 2.2
+  - 2.3.0
+  - ruby-head
+before_install: gem update bundler
 script: bundle exec rake spec
diff --git a/README.md b/README.md
index 7ae363f..be40cf1 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ rd_style.rb: RD style for tDiary 2.x format. based on Wiki style which Copyright
 
 ## Installation
 
-Add this line to your application's Gemfile:
+Add this line to your tDiary's Gemfile.local:
 
     gem 'tdiary-style-rd'
 
@@ -12,10 +12,6 @@ And then execute:
 
     $ bundle
 
-Or install it yourself as:
-
-    $ gem install tdiary-style-rd
-
 ## Usage
 
 if you want to use this style, install RDtool and add @style into tdiary.conf below:
diff --git a/debian/changelog b/debian/changelog
index 8f6f123..811b760 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tdiary-style-rd (0.0.3+git20160115.1.94d4eaf-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 20 Dec 2022 14:40:37 -0000
+
 tdiary-style-rd (0.0.3-5) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/0001-Add_LOAD_PATH_for_RSpec.patch b/debian/patches/0001-Add_LOAD_PATH_for_RSpec.patch
index 0f97393..d703636 100644
--- a/debian/patches/0001-Add_LOAD_PATH_for_RSpec.patch
+++ b/debian/patches/0001-Add_LOAD_PATH_for_RSpec.patch
@@ -9,10 +9,10 @@ Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
  spec/spec_helper.rb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index a9e4745..a03e62a 100644
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
+Index: tdiary-style-rd.git/spec/spec_helper.rb
+===================================================================
+--- tdiary-style-rd.git.orig/spec/spec_helper.rb
++++ tdiary-style-rd.git/spec/spec_helper.rb
 @@ -1,4 +1,4 @@
 -$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
 +$LOAD_PATH.unshift File.expand_path('/usr/share/tdiary/lib')
diff --git a/debian/patches/0002-Add-patch-replace-git-execution-from-gemspec.patch b/debian/patches/0002-Add-patch-replace-git-execution-from-gemspec.patch
index 0286d35..d7d0c54 100644
--- a/debian/patches/0002-Add-patch-replace-git-execution-from-gemspec.patch
+++ b/debian/patches/0002-Add-patch-replace-git-execution-from-gemspec.patch
@@ -8,10 +8,10 @@ Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
  tdiary-style-rd.gemspec | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/tdiary-style-rd.gemspec b/tdiary-style-rd.gemspec
-index 8a3d362..a38c2f3 100644
---- a/tdiary-style-rd.gemspec
-+++ b/tdiary-style-rd.gemspec
+Index: tdiary-style-rd.git/tdiary-style-rd.gemspec
+===================================================================
+--- tdiary-style-rd.git.orig/tdiary-style-rd.gemspec
++++ tdiary-style-rd.git/tdiary-style-rd.gemspec
 @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
    spec.homepage      = "https://github.com/tdiary/tdiary-style-rd"
    spec.license       = "MIT"

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Ruby-Versions: all

More details

Full run details