[DRE-commits] [ruby-mustermann19] 01/02: Imported Debian patch 0.4.3-1

Lucas Severo Alves lucassevero-guest at moszumanska.debian.org
Tue Jun 21 17:53:07 UTC 2016


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

lucassevero-guest pushed a commit to branch master
in repository ruby-mustermann19.

commit 1904bc5646c9303a0d6a38e411d6e0cb4fba26b6
Author: Lucas Severo <lucassalves65 at gmail.com>
Date:   Mon Jun 20 06:34:23 2016 +0200

    Imported Debian patch 0.4.3-1
---
 debian/changelog                                  |  5 ++++
 debian/compat                                     |  1 +
 debian/control                                    | 31 +++++++++++++++++++++++
 debian/copyright                                  | 31 +++++++++++++++++++++++
 debian/patches/0001-remove-unnecessary-dependency | 12 +++++++++
 debian/patches/series                             |  1 +
 debian/ruby-mustermann19.docs                     |  1 +
 debian/ruby-tests.rake                            |  5 ++++
 debian/rules                                      |  6 +++++
 debian/source/format                              |  1 +
 debian/watch                                      |  2 ++
 11 files changed, 96 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..55094f7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-mustermann19 (0.4.3-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #827776)
+
+ -- Lucas Severo <lucassalves65 at gmail.com>  Mon, 20 Jun 2016 06:34:23 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5373d0e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: ruby-mustermann19
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Lucas Severo <lucassalves65 at gmail.com>
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-rspec,
+               ruby-rspec-its,
+               ruby-sinatra (>= 1.4),
+               ruby-rack-test
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-mustermann19.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mustermann19.git
+Homepage: https://github.com/namusyaka/mustermann
+Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
+
+Package: ruby-mustermann19
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: module that allows one to use patterns like regular expressions
+ Mustermann19 is a library implementing patterns that behave like regular
+ expressions for use in Ruby 1.9. Given a string pattern, Mustermann will turn
+ it into an object that behaves like a regular expression and has comparable
+ performance characteristics. Mustermann keeps its runtime dependencies to a
+ minimum and is fully covered with specs and documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bc589ab
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mustermann19
+Source: https://github.com/namusyaka/mustermann
+
+Files: *
+Copyright: 2013 Konstantin Haase
+License: Expat
+
+Files: debian/*
+Copyright: 2016  Lucas Severo <lucassalves65 at gmail.com>
+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. 
diff --git a/debian/patches/0001-remove-unnecessary-dependency b/debian/patches/0001-remove-unnecessary-dependency
new file mode 100644
index 0000000..ad64458
--- /dev/null
+++ b/debian/patches/0001-remove-unnecessary-dependency
@@ -0,0 +1,12 @@
+Index: mustermann19/mustermann.gemspec
+===================================================================
+--- mustermann19.orig/mustermann.gemspec	2016-06-21 19:03:23.465728196 +0200
++++ mustermann19/mustermann.gemspec	2016-06-21 19:10:29.546079684 +0200
+@@ -17,7 +17,6 @@
+   s.require_path          = 'lib'
+   s.required_ruby_version = '>= 1.9.2'
+ 
+-  s.add_dependency 'enumerable-lazy'
+   s.add_development_dependency 'rspec' #, '~> 2.14'
+   s.add_development_dependency 'rspec-its'
+   s.add_development_dependency 'addressable'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..55b0aa6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-remove-unnecessary-dependency
diff --git a/debian/ruby-mustermann19.docs b/debian/ruby-mustermann19.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-mustermann19.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..cf1591e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/spectask'
+
+Gem2Deb::Rake::RSpecTask.new do |spec|
+  spec.pattern = './spec/**/*_spec.rb'
+end
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3454d59
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9d49aba
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mustermann19 .*/mustermann19-(.*).tar.gz

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



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