[DRE-commits] [ruby-gollum-rugged-adapter] 02/02: make lintian happy
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Dec 7 15:00:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-gollum-rugged-adapter.
commit 6ed3492fcca79b1f79b272e92c065db2d6cfbf40
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Dec 7 20:17:47 2015 +0530
make lintian happy
---
debian/changelog | 6 +++---
debian/control | 7 ++++--
debian/copyright | 45 +++++++++++++++++----------------------
debian/patches/relax-rugged.patch | 44 ++++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
5 files changed, 73 insertions(+), 30 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0ba0065..f3c2087 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-gollum-rugged-adapter (0.4.1-1) UNRELEASED; urgency=medium
+ruby-gollum-rugged-adapter (0.4.1-1) unstable; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #807332)
- -- Pirate Praveen <praveen at debian.org> Mon, 07 Dec 2015 20:14:21 +0530
+ -- Pirate Praveen <praveen at debian.org> Mon, 07 Dec 2015 20:17:43 +0530
diff --git a/debian/control b/debian/control
index d346d2f..7975ebc 100644
--- a/debian/control
+++ b/debian/control
@@ -22,5 +22,8 @@ Depends: ruby | ruby-interpreter,
ruby-rugged (>= 0.21.3),
${misc:Depends},
${shlibs:Depends}
-Description: Adapter for Gollum to use Rugged (libgit2) at the backend.
- Adapter for Gollum to use Rugged (libgit2) at the backend.
+Description: Adapter for Gollum to use Rugged (libgit2) at the backend
+ Gollum can use multiple backends and this package provides rugged backend.
+ .
+ Default backend is grit, but since it is not maintained, rugged backend will
+ become the default backend soon.
diff --git a/debian/copyright b/debian/copyright
index 5710d33..593cab1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,30 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gollum-rugged_adapter
-Source: https://github.com/gollum/rugged_adapter
+Source: https://rubygems.org/gems/gollum-rugged_adapter
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: Bart Kamphorst, Dawa Ometto
+License: Expat
Files: debian/*
Copyright: 2015 Pirate Praveen <praveen at debian.org>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+License: Expat
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+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:
.
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU General Public License for more
- details.
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
.
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ 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.
diff --git a/debian/patches/relax-rugged.patch b/debian/patches/relax-rugged.patch
new file mode 100644
index 0000000..ad3ff4c
--- /dev/null
+++ b/debian/patches/relax-rugged.patch
@@ -0,0 +1,44 @@
+Debian already has 0.23.2 version
+
+Index: ruby-gollum-rugged-adapter-0.4.1/metadata.yml
+===================================================================
+--- ruby-gollum-rugged-adapter-0.4.1.orig/metadata.yml
++++ ruby-gollum-rugged-adapter-0.4.1/metadata.yml
+@@ -16,20 +16,20 @@ dependencies:
+ requirements:
+ - - ~>
+ - !ruby/object:Gem::Version
+- version: 0.21.3
++ version: 0.23.2
+ - - '>='
+ - !ruby/object:Gem::Version
+- version: 0.21.3
++ version: 0.23.2
+ type: :runtime
+ prerelease: false
+ version_requirements: !ruby/object:Gem::Requirement
+ requirements:
+ - - ~>
+ - !ruby/object:Gem::Version
+- version: 0.21.3
++ version: 0.23.2
+ - - '>='
+ - !ruby/object:Gem::Version
+- version: 0.21.3
++ version: 0.23.2
+ - !ruby/object:Gem::Dependency
+ name: mime-types
+ requirement: !ruby/object:Gem::Requirement
+Index: ruby-gollum-rugged-adapter-0.4.1/rugged_adapter.gemspec
+===================================================================
+--- ruby-gollum-rugged-adapter-0.4.1.orig/rugged_adapter.gemspec
++++ ruby-gollum-rugged-adapter-0.4.1/rugged_adapter.gemspec
+@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
+ s.description = %q{Adapter for Gollum to use Rugged (libgit2) at the backend.}
+ s.license = "MIT"
+
+- s.add_runtime_dependency 'rugged', '~> 0.21.3', '>=0.21.3'
++ s.add_runtime_dependency 'rugged', '~> 0.23.2', '>=0.23.2'
+ s.add_runtime_dependency 'mime-types', '>= 1.15'
+ s.add_development_dependency "rspec", "2.13.0"
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..356da9e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+relax-rugged.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gollum-rugged-adapter.git
More information about the Pkg-ruby-extras-commits
mailing list