[DRE-commits] [ruby-rack-mount] 01/03: Imported Debian patch 0.8.3-1
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Jul 18 20:35:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-rack-mount.
commit bbab9f384163fb7dd3bb8db91507c3a478522b6f
Merge: a145969 811dd7e
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Jul 18 21:37:15 2014 +0200
Imported Debian patch 0.8.3-1
.gitignore | 1 -
.travis.yml | 7 -
Gemfile | 2 -
Rakefile | 38 ---
debian/changelog | 5 +
debian/compat | 1 +
debian/control | 19 ++
debian/copyright | 35 ++
debian/ruby-rack-mount.docs | 2 +
debian/rules | 15 +
debian/source/format | 1 +
debian/watch | 2 +
lib/rack/mount/strexp/parser.y | 34 --
lib/rack/mount/strexp/tokenizer.rex | 12 -
metadata.yml | 153 +++++++++
rack-mount.gemspec | 20 --
test/abstract_unit.rb | 72 ----
test/fixtures.rb | 29 --
test/fixtures/basic_set.rb | 1 -
test/fixtures/basic_set_map.rb | 9 -
test/fixtures/basic_set_map_19.rb | 106 ------
test/fixtures/default_set.rb | 8 -
test/fixtures/echo_app.rb | 7 -
test/fixtures/linear_basic_set.rb | 21 --
test/fixtures/nested_set_a.rb | 4 -
test/fixtures/nested_set_b.rb | 3 -
test/fixtures/optimized_basic_set.rb | 1 -
test/graphing.rb | 92 -----
test/test_generatable_regexp.rb | 248 --------------
test/test_generation.rb | 139 --------
test/test_multimap.rb | 158 ---------
test/test_prefix.rb | 44 ---
test/test_recognition.rb | 622 ----------------------------------
test/test_regexp_with_named_groups.rb | 56 ---
test/test_route_set.rb | 137 --------
test/test_strexp.rb | 173 ----------
test/test_utils.rb | 39 ---
37 files changed, 233 insertions(+), 2083 deletions(-)
diff --cc debian/changelog
index 0000000,0000000..ce7f066
new file mode 100644
--- /dev/null
+++ b/debian/changelog
@@@ -1,0 -1,0 +1,5 @@@
++ruby-rack-mount (0.8.3-1) UNRELEASED; urgency=medium
++
++ * Initial release (Closes: #nnnn)
++
++ -- Cédric Boutillier <boutil at debian.org> Fri, 18 Jul 2014 21:37:15 +0200
diff --cc debian/compat
index 0000000,0000000..7f8f011
new file mode 100644
--- /dev/null
+++ b/debian/compat
@@@ -1,0 -1,0 +1,1 @@@
++7
diff --cc debian/control
index 0000000,0000000..7892db7
new file mode 100644
--- /dev/null
+++ b/debian/control
@@@ -1,0 -1,0 +1,19 @@@
++Source: ruby-rack-mount
++Section: ruby
++Priority: optional
++Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
++Uploaders: Cédric Boutillier <boutil at debian.org>
++Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
++Standards-Version: 3.9.5
++#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-mount.git
++#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rack-mount.git;a=summary
++Homepage: https://github.com/josh/rack-mount
++XS-Ruby-Versions: all
++
++Package: ruby-rack-mount
++Architecture: all
++XB-Ruby-Versions: ${ruby:Versions}
++Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
++# rack (>= 1.0.0), racc (>= 0, development), rake (>= 0, development), rexical (>= 0, development)
++Description: Stackable dynamic tree based Rack router
++ A stackable dynamic tree based Rack router.
diff --cc debian/copyright
index 0000000,0000000..976a6aa
new file mode 100644
--- /dev/null
+++ b/debian/copyright
@@@ -1,0 -1,0 +1,35 @@@
++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: rack-mount
++Source: FIXME <http://example.com/>
++
++Files: *
++Copyright: <years> <put author's name and email here>
++ <years> <likewise for another author>
++License: GPL-2+ (FIXME)
++
++Files: debian/*
++Copyright: 2014 Cédric Boutillier <boutil at debian.org>
++License: GPL-2+ (FIXME)
++Comment: the Debian packaging is licensed under the same terms as the original package.
++
++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.
++ .
++ 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.
++ .
++ 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'.
diff --cc debian/ruby-rack-mount.docs
index 0000000,0000000..0d5eab8
new file mode 100644
--- /dev/null
+++ b/debian/ruby-rack-mount.docs
@@@ -1,0 -1,0 +1,2 @@@
++# FIXME: READMEs found
++# README.rdoc
diff --cc debian/rules
index 0000000,0000000..d81794d
new file mode 100755
--- /dev/null
+++ b/debian/rules
@@@ -1,0 -1,0 +1,15 @@@
++#!/usr/bin/make -f
++#export DH_VERBOSE=1
++#
++# Uncomment to ignore all test failures (but the tests will run anyway)
++#export DH_RUBY_IGNORE_TESTS=all
++#
++# Uncomment to ignore some test failures (but the tests will run anyway).
++# Valid values:
++#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
++#
++# If you need to specify the .gemspec (eg there is more than one)
++#export DH_RUBY_GEMSPEC=gem.gemspec
++
++%:
++ dh $@ --buildsystem=ruby --with ruby
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/watch
index 0000000,0000000..34e0c0f
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,2 @@@
++version=3
++http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rack-mount .*/rack-mount-(.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rack-mount.git
More information about the Pkg-ruby-extras-commits
mailing list