[DRE-commits] [SCM] ruby-bacon.git branch, master, updated. debian/1.1.0-2-2-g996aef9

Youhei SASAKI uwabami at gfd-dennou.org
Mon Jan 7 13:10:40 UTC 2013


The following commit has been merged in the master branch:
commit 996aef919eddae1e5e0bab1234ae1198c984c30e
Merge: e3c958f820b2efe38bd943cb9977910eb5547c48 d568c9560a23a32fb05f79c4e415fcff67188fb6
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Jan 7 22:00:20 2013 +0900

    Merge tag 'upstream/1.2.0'
    
    Upstream version 1.2.0
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --combined debian/bacon.1
index 89e724b,0000000..3db7b99
mode 100644,000000..100644
--- a/debian/bacon.1
+++ b/debian/bacon.1
@@@ -1,59 -1,0 +1,59 @@@
 +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
 +.TH BACON "1" "July 2011" "bacon 1.1.0" "bacon"
 +.SH NAME
 +bacon \- small RSpec clone
 +.SH SYNOPSIS
 +.B bacon
- [\fIoptions\fR] [\fIfiles | -a\fR] [\fI-- untouched arguments\fR]
++[\fIoptions\fR] [\fIfiles\fR | \fI-a\fR] [\fI-- untouched arguments\fR]
 +.SH DESCRIPTION
 +.SS "Ruby options:"
 +.TP
 +\fB\-e\fR, \fB\-\-eval\fR LINE
 +evaluate a LINE of code
 +.TP
 +\fB\-d\fR, \fB\-\-debug\fR
 +set debugging flags (set $DEBUG to true)
 +.TP
 +\fB\-w\fR, \fB\-\-warn\fR
 +turn warnings on for your script
 +.TP
 +\fB\-I\fR, \fB\-\-include\fR PATH
 +specify $LOAD_PATH (may be used more than once)
 +.TP
 +\fB\-r\fR, \fB\-\-require\fR LIBRARY
 +require the library, before executing your script
 +.SS "bacon options:"
 +.TP
 +\fB\-s\fR, \fB\-\-specdox\fR
 +do AgileDox\-like output (default)
 +.TP
 +\fB\-q\fR, \fB\-\-quiet\fR
 +do Test::Unit\-like non\-verbose output
 +.TP
 +\fB\-p\fR, \fB\-\-tap\fR
 +do TAP (Test Anything Protocol) output
 +.TP
 +\fB\-k\fR, \fB\-\-knock\fR
 +do Knock output
 +.TP
 +\fB\-o\fR, \fB\-\-output\fR FORMAT
 +do FORMAT (SpecDox/TestUnit/Tap) output
 +.TP
 +\fB\-Q\fR, \fB\-\-no\-backtrace\fR
 +don't print backtraces
 +.TP
 +\fB\-a\fR, \fB\-\-automatic\fR
 +gather tests from ./test/, include ./lib/
 +.TP
 +\fB\-n\fR, \fB\-\-name\fR NAME
 +runs tests matching regexp NAME
 +.TP
 +\fB\-t\fR, \fB\-\-testcase\fR TESTCASE
 +runs tests in TestCases matching regexp TESTCASE
 +.SS "Common options:"
 +.TP
 +\fB\-h\fR, \fB\-\-help\fR
 +Show this message
 +.TP
 +\fB\-\-version\fR
 +Show version
diff --combined debian/changelog
index 446d404,0000000..9cd96fe
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,0 +1,19 @@@
++ruby-bacon (1.2.0-1) experimental; urgency=low
++
++  * Imported Upstream version 1.2.0
++  * Bump Standard Version: 3.9.3
++  * Update debian/copyright: Bump copyright year
++
++ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Mon, 07 Jan 2013 22:01:28 +0900
++
 +ruby-bacon (1.1.0-2) unstable; urgency=low
 +
 +  * fix description
 +
 + -- Youhei SASAKI <uwabami at gfd-dennou.org>  Sat, 22 Oct 2011 13:45:00 +0900
 +
 +ruby-bacon (1.1.0-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #635394)
 +
 + -- Youhei SASAKI <uwabami at gfd-dennou.org>  Tue, 26 Jul 2011 01:00:37 +0900
diff --combined debian/control
index a4bc590,0000000..5c0b977
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,22 -1,0 +1,22 @@@
 +Source: ruby-bacon
 +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>
 +DM-Upload-Allowed: yes
- Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~)
- Standards-Version: 3.9.2
++Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
++Standards-Version: 3.9.3
 +Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bacon.git
 +Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-bacon.git;a=summary
 +Homepage: http://chneukirchen.org/repos/bacon
 +XS-Ruby-Versions: all
 +
 +Package: ruby-bacon
 +Architecture: all
 +XB-Ruby-Versions: ${ruby:Versions}
 +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 +Conflicts: ruby-rspec-core
 +Description: Small RSpec clone
 + Bacon is a small RSpec clone weighing less than 350 line of code, but
 + nevertheless providing all essential features.
 +
diff --combined debian/copyright
index 79380dc,0000000..3839e31
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,31 -1,0 +1,31 @@@
 +Format: http://dep.debian.net/deps/dep5/
 +Upstream-Name: bacon
 +Source: http://github.com/chneukirchen/bacon
 +
 +Files: *
- Copyright: 2007, 2008 Christian Neukirchen <chneukirchen at gmail.com>
++Copyright: 2007, 2008, 2012 Christian Neukirchen <chneukirchen at gmail.com>
 +License: Expat
 +
 +Files: debian/*
- Copyright: Copyright 2011 Youhei SASAKI <uwabami at gfd-dennou.org>
++Copyright: Copyright 2011-2012 Youhei SASAKI <uwabami at gfd-dennou.org>
 +License: Expat
 +
 +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 --combined debian/ruby-bacon.docs
index e845566,0000000..e475c53
mode 100644,000000..100644
--- a/debian/ruby-bacon.docs
+++ b/debian/ruby-bacon.docs
@@@ -1,1 -1,0 +1,1 @@@
- README
++README.rdoc

-- 
ruby-bacon.git



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