[DRE-commits] [ruby-jekyll-paginate] 01/03: Import Debian changes 1.1.0-1
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Sun Sep 3 04:13:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository ruby-jekyll-paginate.
commit 0b838dd606cb2a362b5fbeb6ab452939de4dba1c
Merge: 97360af 6d569ed
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Sun Dec 6 21:33:02 2015 +0900
Import Debian changes 1.1.0-1
ruby-jekyll-paginate (1.1.0-1) unstable; urgency=medium
* Imported Upstream version 1.1.0
* Add patch: Replace git execution from gemspec
* Bump Standard version: 3.9.6, Compat:9
.travis.yml | 1 +
History.markdown | 9 +++
checksums.yaml.gz | Bin 266 -> 0 bytes
debian/changelog | 8 +++
debian/control | 13 ++--
debian/copyright | 2 +-
...-patch-Replace-git-execution-from-gemspec.patch | 22 +++++++
debian/patches/series | 1 +
jekyll-paginate.gemspec | 2 +-
lib/jekyll-paginate/pagination.rb | 1 +
lib/jekyll-paginate/version.rb | 2 +-
metadata.yml | 14 +++--
script/unbundle | 8 +++
spec/pager_spec.rb | 6 +-
spec/spec_helper.rb | 69 +++++++++++++++++++--
15 files changed, 132 insertions(+), 26 deletions(-)
diff --cc debian/changelog
index ade0790,0000000..f0c9f64
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,13 @@@
++ruby-jekyll-paginate (1.1.0-1) unstable; urgency=medium
++
++ * Imported Upstream version 1.1.0
++ * Add patch: Replace git execution from gemspec
++ * Bump Standard version: 3.9.6, Compat:9
++
++ -- Youhei SASAKI <uwabami at gfd-dennou.org> Sun, 06 Dec 2015 21:33:02 +0900
++
+ruby-jekyll-paginate (1.0.0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #756615)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Wed, 30 Jul 2014 00:36:28 +0900
diff --cc debian/control
index 19dff72,0000000..408e0f3
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,21 -1,0 +1,18 @@@
+Source: ruby-jekyll-paginate
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
- Build-Depends: debhelper (>= 9~),
- gem2deb
- Standards-Version: 3.9.7
- Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-jekyll-paginate.git
- Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-jekyll-paginate.git
++Build-Depends: debhelper (>= 9~), gem2deb (>= 0.7.5~)
++Standards-Version: 3.9.6
++Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-jekyll-paginate.git
++Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-jekyll-paginate.git;a=summary
+Homepage: https://github.com/jekyll/jekyll-paginate
+XS-Ruby-Versions: all
+
+Package: ruby-jekyll-paginate
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
- Depends: ruby | ruby-interpreter,
- ${misc:Depends},
- ${shlibs:Depends}
++Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Description: Default pagination generator for Jekyll
+ Jekyll::Paginate is a plugin provide default pagination generator.
diff --cc debian/copyright
index a697b33,0000000..881c327
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,31 -1,0 +1,31 @@@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jekyll-paginate
+Source: https://github.com/jekyll/jekyll-paginate
+
+Files: *
+Copyright: 2014 Parker Moore
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Youhei SASAKI <uwabami at gfd-dennou.org>
+License: Expat
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
++ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --cc debian/patches/0001-Add-patch-Replace-git-execution-from-gemspec.patch
index 0000000,0000000..2ec10cc
new file mode 100644
--- /dev/null
+++ b/debian/patches/0001-Add-patch-Replace-git-execution-from-gemspec.patch
@@@ -1,0 -1,0 +1,22 @@@
++From: Youhei SASAKI <uwabami at gfd-dennou.org>
++Date: Sun, 6 Dec 2015 21:31:43 +0900
++Subject: Add patch: Replace git execution from gemspec
++
++Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
++---
++ jekyll-paginate.gemspec | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/jekyll-paginate.gemspec b/jekyll-paginate.gemspec
++index ab46067..7a5709b 100644
++--- a/jekyll-paginate.gemspec
+++++ b/jekyll-paginate.gemspec
++@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
++ spec.homepage = "https://github.com/jekyll/jekyll-paginate"
++ spec.license = "MIT"
++
++- spec.files = `git ls-files -z`.split("\x0")
+++ spec.files = [".gitignore",".rspec",".travis.yml","Gemfile","History.markdown","LICENSE.txt","README.md","Rakefile","jekyll-paginate.gemspec","lib/jekyll-paginate.rb","lib/jekyll-paginate/pager.rb","lib/jekyll-paginate/pagination.rb","lib/jekyll-paginate/version.rb","metadata.yml","script/bootstrap","script/cibuild","script/unbundle","spec/pager_spec.rb","spec/pagination_spec.rb","spec/source/_posts/2014-05-20-blah.html","spec/source/_posts/2014-05-21-bleh.html","spec/source/ [...]
++ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
++ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
++ spec.require_paths = ["lib"]
diff --cc debian/patches/series
index 0000000,0000000..1af71f2
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,1 @@@
++0001-Add-patch-Replace-git-execution-from-gemspec.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-jekyll-paginate.git
More information about the Pkg-ruby-extras-commits
mailing list