[DRE-commits] [ruby-sidetiq] 02/03: Update files

Balasankar C balasankarc-guest at moszumanska.debian.org
Sat Nov 22 15:28:10 UTC 2014


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

balasankarc-guest pushed a commit to branch master
in repository ruby-sidetiq.

commit 7506f49e9797525099ee9ce2452173c5655779df
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Nov 22 20:50:51 2014 +0530

    Update files
---
 debian/changelog             |  4 ++--
 debian/control               | 17 ++++++++-------
 debian/copyright             | 50 ++++++++++++++++++++++----------------------
 debian/patches/Coverall      | 23 ++++++++++++++++++++
 debian/patches/series        |  1 +
 debian/ruby-sidetiq.docs     |  3 +--
 debian/ruby-sidetiq.examples |  4 +---
 debian/ruby-tests.rake       |  7 +++++++
 debian/rules                 |  3 +++
 test/helper.rb               |  8 +++----
 10 files changed, 77 insertions(+), 43 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2efbb9c..3a26298 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-sidetiq (0.6.3-1) UNRELEASED; urgency=medium
+ruby-sidetiq (0.6.3-1) unstable; urgency=medium
 
   * Initial release (Closes: #770531)
 
- -- Balasankar C <balasankarc at autistici.org>  Sat, 22 Nov 2014 20:40:27 +0530
+ -- Balasankar C <balasankarc at autistici.org>  Thu, 20 Nov 2014 18:22:27 +0530
diff --git a/debian/control b/debian/control
index 2e2a383..a5bdaf1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,21 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-ice-cube, ruby-sinatra, ruby-sidekiq, ruby-minitest, ruby-mocha, ruby-rack, ruby-rack-test
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-sidetiq.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-sidetiq.git;a=summary
 Homepage: http://github.com/tobiassvn/sidetiq
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-sidetiq
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# sidekiq (>= 3.0.0), celluloid (>= 0.14.1), ice_cube (= 0.11.1), rake (>= 0, development), sinatra (>= 0, development), mocha (>= 0, development), rack-test (>= 0, development), minitest (~> 5.0.7, development), coveralls (>= 0, development)
-Description: Recurring jobs for Sidekiq
- Recurring jobs for Sidekiq
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ice-cube, ruby-celluloid, ruby-sidekiq
+Description: recurring jobs for Sidekiq
+ Sidetiq provides a simple API for defining recurring workers for Sidekiq. It
+ has the following features - Concurrency and fault-tolerance using Celluloid 
+ actors, Flexible DSL based on ice_cube, Distributed, Redis-based locking to
+ synchronize multiple Sidetiq processes, Web extension with extensive monitoring
+ of recurring jobs.
diff --git a/debian/copyright b/debian/copyright
index 11c43df..0833d0e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,35 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: sidetiq
-Source: FIXME <http://example.com/>
+Source: https://github.com/tobiassvn/sidetiq
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2012-2013 Tobias Svensson <tob at tobiassvensson.co.uk>
+License: BSD-3-clause
 
 Files: debian/*
 Copyright: 2014 Balasankar C <balasankarc at autistici.org>
-License: GPL-2+ (FIXME)
+License: BSD-3-clause
 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.
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
  .
- 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'.
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/patches/Coverall b/debian/patches/Coverall
new file mode 100644
index 0000000..2010c3d
--- /dev/null
+++ b/debian/patches/Coverall
@@ -0,0 +1,23 @@
+Description: Commenting out coveralls
+ Commenting out the coveralls portion from test as it requires simplecov latest version
+ .
+ ruby-sidetiq (0.6.3-1) UNRELEASED; urgency=medium
+ .
+   * Initial release (Closes: #nnnn)
+Author: Balasankar C <balasankarc at autistici.org>
+
+
+--- ruby-sidetiq-0.6.3.orig/test/helper.rb
++++ ruby-sidetiq-0.6.3/test/helper.rb
+@@ -1,7 +1,7 @@
+-if RUBY_PLATFORM != "java"
+-  require 'coveralls'
+-  Coveralls.wear!
+-end
++#if RUBY_PLATFORM != "java"
++  #require 'coveralls'
++  #Coveralls.wear!
++#end
+ 
+ require 'sidekiq'
+ require 'sidekiq/testing'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..08f424b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Coverall
diff --git a/debian/ruby-sidetiq.docs b/debian/ruby-sidetiq.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-sidetiq.docs
+++ b/debian/ruby-sidetiq.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/ruby-sidetiq.examples b/debian/ruby-sidetiq.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-sidetiq.examples
+++ b/debian/ruby-sidetiq.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..1e00b21
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,7 @@
+
+require 'gem2deb/rake/testtask'
+
+Gem2Deb::Rake::TestTask.new do |t|
+    t.libs << 'test' << '.'
+  t.test_files =  FileList['test/test_*.rb']
+end
diff --git a/debian/rules b/debian/rules
index d81794d..47d3322 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installchangelogs:
+		dh_installchangelogs CHANGELOG.md
diff --git a/test/helper.rb b/test/helper.rb
index 3e6c7c4..59181bc 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,7 +1,7 @@
-if RUBY_PLATFORM != "java"
-  require 'coveralls'
-  Coveralls.wear!
-end
+#if RUBY_PLATFORM != "java"
+  #require 'coveralls'
+  #Coveralls.wear!
+#end
 
 require 'sidekiq'
 require 'sidekiq/testing'

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



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