diff -Nru ruby-method-source-0.9.0/debian/changelog ruby-method-source-0.9.2/debian/changelog --- ruby-method-source-0.9.0/debian/changelog 2017-10-21 13:54:54.000000000 +0000 +++ ruby-method-source-0.9.2/debian/changelog 2018-11-17 04:21:41.000000000 +0000 @@ -1,3 +1,19 @@ +ruby-method-source (0.9.2-1) unstable; urgency=medium + + * Team upload. + + [ HIGUCHI Daisuke (VDR dai) ] + * New upstream version 0.9.2 + * d/p/0002-Fix-gemspec-version.patch: removed, fixed upstream. + * d/watch: use github instead of gemwatch. + * d/copyright: eliminate lintian warning: insecure-copyright-format-uri + * Update Homepage/Source fields. + * Move Vcs-* to salsa.debian.org + * Upgrade debhelper to 11. + * Bump standard version: 4.2.1 (not changed). + + -- HIGUCHI Daisuke (VDR dai) Sat, 17 Nov 2018 13:21:41 +0900 + ruby-method-source (0.9.0-1) unstable; urgency=medium * Team upload. diff -Nru ruby-method-source-0.9.0/debian/compat ruby-method-source-0.9.2/debian/compat --- ruby-method-source-0.9.0/debian/compat 2017-10-21 13:15:38.000000000 +0000 +++ ruby-method-source-0.9.2/debian/compat 2018-11-17 04:09:35.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru ruby-method-source-0.9.0/debian/control ruby-method-source-0.9.2/debian/control --- ruby-method-source-0.9.0/debian/control 2017-10-21 13:36:19.000000000 +0000 +++ ruby-method-source-0.9.2/debian/control 2018-11-17 04:14:40.000000000 +0000 @@ -3,13 +3,13 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI -Build-Depends: debhelper (>= 9~), +Build-Depends: debhelper (>= 11~), gem2deb, ruby-rspec -Standards-Version: 4.1.1 -Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-method-source.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-method-source.git -Homepage: http://banisterfiend.wordpress.com +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-method-source.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-method-source +Homepage: https://github.com/banister/method_source XS-Ruby-Versions: all Package: ruby-method-source diff -Nru ruby-method-source-0.9.0/debian/copyright ruby-method-source-0.9.2/debian/copyright --- ruby-method-source-0.9.0/debian/copyright 2017-10-21 13:15:38.000000000 +0000 +++ ruby-method-source-0.9.2/debian/copyright 2018-11-17 04:14:48.000000000 +0000 @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: method_source -Source: http://github.com/banister/method_source +Source: https://github.com/banister/method_source Files: * Copyright: 2011 John Mair (banisterfiend) diff -Nru ruby-method-source-0.9.0/debian/patches/0002-Fix-gemspec-version.patch ruby-method-source-0.9.2/debian/patches/0002-Fix-gemspec-version.patch --- ruby-method-source-0.9.0/debian/patches/0002-Fix-gemspec-version.patch 2017-10-21 13:54:03.000000000 +0000 +++ ruby-method-source-0.9.2/debian/patches/0002-Fix-gemspec-version.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -Description: Fix gemspec version -Author: HIGUCHI Daisuke (VDR dai) -Forwarded: https://github.com/banister/method_source/pull/48 -Last-Update: 2017-10-21 - -Index: ruby-method-source/method_source.gemspec -=================================================================== ---- ruby-method-source.orig/method_source.gemspec -+++ ruby-method-source/method_source.gemspec -@@ -2,7 +2,7 @@ - - Gem::Specification.new do |s| - s.name = "method_source" -- s.version = "0.8.1" -+ s.version = "0.9.0" - - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["John Mair (banisterfiend)"] diff -Nru ruby-method-source-0.9.0/debian/patches/series ruby-method-source-0.9.2/debian/patches/series --- ruby-method-source-0.9.0/debian/patches/series 2017-10-21 13:49:00.000000000 +0000 +++ ruby-method-source-0.9.2/debian/patches/series 2018-11-17 04:05:39.000000000 +0000 @@ -1,2 +1 @@ -0002-Fix-gemspec-version.patch 0001-Fix-paths-for-spec_helper.patch diff -Nru ruby-method-source-0.9.0/debian/watch ruby-method-source-0.9.2/debian/watch --- ruby-method-source-0.9.0/debian/watch 2017-10-21 13:34:59.000000000 +0000 +++ ruby-method-source-0.9.2/debian/watch 2018-11-17 04:02:46.000000000 +0000 @@ -1,2 +1,3 @@ -version=3 -https://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/method_source .*/method_source-(.*).tar.gz +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/method-source-$1\.tar\.gz/ \ + https://github.com/banister/method_source/tags .*/v?(\d\S+)\.tar\.gz diff -Nru ruby-method-source-0.9.0/lib/method_source/version.rb ruby-method-source-0.9.2/lib/method_source/version.rb --- ruby-method-source-0.9.0/lib/method_source/version.rb 2017-10-21 13:15:02.000000000 +0000 +++ ruby-method-source-0.9.2/lib/method_source/version.rb 2018-11-11 18:40:31.000000000 +0000 @@ -1,3 +1,3 @@ module MethodSource - VERSION = "0.9.0" + VERSION = '0.9.2'.freeze end diff -Nru ruby-method-source-0.9.0/method_source.gemspec ruby-method-source-0.9.2/method_source.gemspec --- ruby-method-source-0.9.0/method_source.gemspec 2017-10-21 13:15:02.000000000 +0000 +++ ruby-method-source-0.9.2/method_source.gemspec 2018-11-11 18:40:31.000000000 +0000 @@ -1,34 +1,35 @@ # -*- encoding: utf-8 -*- +# stub: method_source 0.9.2 ruby lib Gem::Specification.new do |s| - s.name = "method_source" - s.version = "0.8.1" + s.name = "method_source".freeze + s.version = "0.9.2" - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["John Mair (banisterfiend)"] - s.licenses = ['MIT'] - s.date = "2012-10-17" - s.description = "retrieve the sourcecode for a method" - s.email = "jrmair@gmail.com" - s.files = [".gemtest", ".travis.yml", ".yardopts", "Gemfile", "LICENSE", "README.markdown", "Rakefile", "lib/method_source.rb", "lib/method_source/code_helpers.rb", "lib/method_source/source_location.rb", "lib/method_source/version.rb", "method_source.gemspec", "spec/method_source/code_helpers_spec.rb", "spec/method_source_spec.rb", "spec/spec_helper.rb"] - s.homepage = "http://banisterfiend.wordpress.com" - s.require_paths = ["lib"] - s.rubygems_version = "1.8.23" - s.summary = "retrieve the sourcecode for a method" - s.test_files = ["spec/method_source/code_helpers_spec.rb", "spec/method_source_spec.rb", "spec/spec_helper.rb"] + s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib".freeze] + s.authors = ["John Mair (banisterfiend)".freeze] + s.date = "2018-11-12" + s.description = "retrieve the sourcecode for a method".freeze + s.email = "jrmair@gmail.com".freeze + s.files = [".gemtest".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/method_source.rb".freeze, "lib/method_source/code_helpers.rb".freeze, "lib/method_source/source_location.rb".freeze, "lib/method_source/version.rb".freeze, "method_source.gemspec".freeze, "spec/method_source/code_helpers_spec.rb".freeze, "spec/method_source_spec.rb".freeze, "spec/spec_helper.rb".freeze] + s.homepage = "http://banisterfiend.wordpress.com".freeze + s.licenses = ["MIT".freeze] + s.rubygems_version = "2.7.6".freeze + s.summary = "retrieve the sourcecode for a method".freeze + s.test_files = ["spec/method_source/code_helpers_spec.rb".freeze, "spec/method_source_spec.rb".freeze, "spec/spec_helper.rb".freeze] if s.respond_to? :specification_version then - s.specification_version = 3 + s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_development_dependency(%q, ["~> 3.6"]) - s.add_development_dependency(%q, ["~> 0.9"]) + s.add_development_dependency(%q.freeze, ["~> 3.6"]) + s.add_development_dependency(%q.freeze, ["~> 0.9"]) else - s.add_dependency(%q, ["~> 3.6"]) - s.add_dependency(%q, ["~> 0.9"]) + s.add_dependency(%q.freeze, ["~> 3.6"]) + s.add_dependency(%q.freeze, ["~> 0.9"]) end else - s.add_dependency(%q, ["~> 3.6"]) - s.add_dependency(%q, ["~> 0.9"]) + s.add_dependency(%q.freeze, ["~> 3.6"]) + s.add_dependency(%q.freeze, ["~> 0.9"]) end end diff -Nru ruby-method-source-0.9.0/Rakefile ruby-method-source-0.9.2/Rakefile --- ruby-method-source-0.9.0/Rakefile 2017-10-21 13:15:02.000000000 +0000 +++ ruby-method-source-0.9.2/Rakefile 2018-11-11 18:40:31.000000000 +0000 @@ -19,6 +19,7 @@ s.email = 'jrmair@gmail.com' s.description = s.summary s.require_path = 'lib' + s.license = 'MIT' s.add_development_dependency("rspec","~>3.6") s.add_development_dependency("rake", "~>0.9") diff -Nru ruby-method-source-0.9.0/.travis.yml ruby-method-source-0.9.2/.travis.yml --- ruby-method-source-0.9.0/.travis.yml 2017-10-21 13:15:02.000000000 +0000 +++ ruby-method-source-0.9.2/.travis.yml 2018-11-11 18:40:31.000000000 +0000 @@ -16,11 +16,12 @@ - 2.1 - 2.2 - 2.3 - - 2.4.1 + - 2.4.2 - ruby-head matrix: allow_failures: - rvm: ruby-head + - rvm: jruby - rvm: jruby-head - rvm: rbx-3 fast_finish: true