[DRE-commits] [SCM] ruby-gherkin.git branch, master, updated. a4d84bd9632f114896c01ab2b9fe6fad6f712f39

Antonio Terceiro terceiro at softwarelivre.org
Sun Aug 7 18:30:00 UTC 2011


The following commit has been merged in the master branch:
commit 65813bad33410b7a40860034626f8bee2ef9b7bb
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sun Aug 7 10:59:35 2011 -0700

    Completing the Debian packaging

diff --git a/debian/changelog b/debian/changelog
index f7b3b7b..1b186b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-gherkin (2.4.5-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #636788)
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 05 Aug 2011 14:53:33 -0700
diff --git a/debian/control b/debian/control
index eaeac44..7ae04c0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Antonio Terceiro <terceiro at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-gherkin.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-gherkin.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-gherkin.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-gherkin.git;a=summary
 Homepage: http://github.com/cucumber/gherkin
 XS-Ruby-Versions: all
 
@@ -15,6 +15,7 @@ Package: ruby-gherkin
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake-compiler (>= 0.7.8, development), json (>= 1.4.6), cucumber (>= 1.0.0, development), rake (>= 0.9.2, development), bundler (>= 1.0.15, development), rspec (>= 2.6.0, development), awesome_print (>= 0.4.0, development), therubyracer (>= 0.9.2, development), yard (>= 0.7.2, development), rdiscount (>= 1.6.8, development), term-ansicolor (>= 1.0.5, development), builder (>= 2.1.2, development)
-Description: gherkin-2.4.5
- A fast Gherkin lexer/parser for based on the Ragel State Machine Compiler.
+Description: lexer and parser for the Gherkin language in Ruby
+ Gherkin is a language for writing software acceptance tests in an
+ executable scripting language that looks like structured natural
+ language. It was created in the context of the cucumber project.
diff --git a/debian/copyright b/debian/copyright
index 47f2cf4..41c5d6d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,31 @@
-FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
 Upstream-Name: gherkin
-Source: FIXME (URL where source can be downloaded)
+Source: https://github.com/cucumber/gherkin
 
 Files: *
-Copyright: Copyright 1998 John Doe <jdoe at example.com>
-License: GPL-2+
- 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.
+Copyright: Copyright (c) 2009-2011 Mike Sassak, Gregory Hnatiuk, Aslak Hellesøy
+License: MIT
+ 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.
 
 Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
+Copyright: Copyright © 2011 Antonio Terceiro <terceiro at debian.org>
 License:
- [LICENSE TEXT]
+ The Debian packaging files are licensed under the sames terms as the original
+ package.
diff --git a/debian/ruby-gherkin.docs b/debian/ruby-gherkin.docs
deleted file mode 100644
index 07b3c9e..0000000
--- a/debian/ruby-gherkin.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-# FIXME: READMEs found
-# README.md
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 953de15..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,57 +0,0 @@
---- 
-- features/escaped_pipes.feature
-- features/feature_parser.feature
-- features/json_formatter.feature
-- features/json_parser.feature
-- features/native_lexer.feature
-- features/parser_with_native_lexer.feature
-- features/pretty_formatter.feature
-- features/step_definitions/eyeball_steps.rb
-- features/step_definitions/gherkin_steps.rb
-- features/step_definitions/json_formatter_steps.rb
-- features/step_definitions/json_parser_steps.rb
-- features/step_definitions/pretty_formatter_steps.rb
-- features/steps_parser.feature
-- features/support/env.rb
-- spec/gherkin/c_lexer_spec.rb
-- spec/gherkin/fixtures/1.feature
-- spec/gherkin/fixtures/comments_in_table.feature
-- spec/gherkin/fixtures/complex.feature
-- spec/gherkin/fixtures/complex.json
-- spec/gherkin/fixtures/complex_for_filtering.feature
-- spec/gherkin/fixtures/complex_with_tags.feature
-- spec/gherkin/fixtures/dos_line_endings.feature
-- spec/gherkin/fixtures/hantu_pisang.feature
-- spec/gherkin/fixtures/i18n_fr.feature
-- spec/gherkin/fixtures/i18n_no.feature
-- spec/gherkin/fixtures/i18n_zh-CN.feature
-- spec/gherkin/fixtures/scenario_outline_with_tags.feature
-- spec/gherkin/fixtures/scenario_without_steps.feature
-- spec/gherkin/fixtures/simple_with_comments.feature
-- spec/gherkin/fixtures/simple_with_tags.feature
-- spec/gherkin/fixtures/with_bom.feature
-- spec/gherkin/formatter/ansi_escapes_spec.rb
-- spec/gherkin/formatter/filter_formatter_spec.rb
-- spec/gherkin/formatter/model_spec.rb
-- spec/gherkin/formatter/pretty_formatter_spec.rb
-- spec/gherkin/formatter/spaces.feature
-- spec/gherkin/formatter/step_printer_spec.rb
-- spec/gherkin/formatter/tabs.feature
-- spec/gherkin/formatter/tag_count_formatter_spec.rb
-- spec/gherkin/i18n_spec.rb
-- spec/gherkin/java_lexer_spec.rb
-- spec/gherkin/java_libs.rb
-- spec/gherkin/js_lexer_spec.rb
-- spec/gherkin/json_parser_spec.rb
-- spec/gherkin/lexer/i18n_lexer_spec.rb
-- spec/gherkin/output_stream_string_io.rb
-- spec/gherkin/parser/parser_spec.rb
-- spec/gherkin/rb_lexer_spec.rb
-- spec/gherkin/sexp_recorder.rb
-- spec/gherkin/shared/bom_group.rb
-- spec/gherkin/shared/doc_string_group.rb
-- spec/gherkin/shared/lexer_group.rb
-- spec/gherkin/shared/row_group.rb
-- spec/gherkin/shared/tags_group.rb
-- spec/gherkin/tag_expression_spec.rb
-- spec/spec_helper.rb
diff --git a/debian/rules b/debian/rules
index a5e7dc8..c6142f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
 #!/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=ruby1.8 ruby1.9.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

-- 
ruby-gherkin.git



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