[DRE-commits] [ruby-ice-cube] 02/02: Updating files

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri Nov 21 15:53:22 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-ice-cube.

commit 8cdb5ffb1f1c97c9f162527936f097ec3ff8c062
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri Nov 21 21:10:08 2014 +0530

    Updating files
---
 debian/changelog          |  6 +++---
 debian/control            | 13 +++++++++----
 debian/copyright          | 44 ++++++++++++++++++++------------------------
 debian/patches/Simplecov  | 27 +++++++++++++++++++++++++++
 debian/patches/series     |  1 +
 debian/ruby-ice-cube.docs |  3 +--
 debian/rules              |  3 +++
 spec/spec_helper.rb       | 10 +++++-----
 8 files changed, 69 insertions(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4e7b0ba..9855d64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-ice-cube (0.11.1-1) UNRELEASED; urgency=medium
+ruby-ice-cube (0.11.1-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #770475)
 
- -- Balasankar C <balasankarc at autistici.org>  Fri, 21 Nov 2014 21:08:01 +0530
+ -- Balasankar C <balasankarc at autistici.org>  Thu, 20 Nov 2014 19:41:45 +0530
diff --git a/debian/control b/debian/control
index c5b1eee..224f73b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ 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, ruby-rspec, rake
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake, ruby-actionpack
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ice-cube.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-ice-cube.git;a=summary
 Homepage: http://seejohnrun.github.com/ice_cube/
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-ice-cube
@@ -17,4 +17,9 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # rake (>= 0, development), rspec (~> 2.12.0, development), active_support (>= 3.0.0, development), tzinfo (>= 0, development)
 Description: Ruby Date Recurrence Library
- ice_cube is a recurring date library for Ruby.  It allows for quick, programatic expansion of recurring date rules.
+ ice_cube is a recurring date library for Ruby.  It allows for quick, 
+ programatic expansion of recurring date rules. The API is modeled after 
+ iCalendar events, in a pleasant Ruby syntax. The power lies in the ability 
+ to specify multiple rules, and have ice_cube quickly figure out whether the 
+ schedule falls on a certain date (.occurs_on?), or what times it occurs at 
+ (.occurrences, .first, .all_occurrences).
diff --git a/debian/copyright b/debian/copyright
index c8191fd..3294b30 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,31 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: ice_cube
-Source: FIXME <http://example.com/>
+Source: http://seejohncode.com/ice_cube/
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2010-2012 John Crepezzi <john.crepezzi at gmail.com>
+License: Expat
 
 Files: debian/*
 Copyright: 2014 Balasankar C <balasankarc at autistici.org>
-License: GPL-2+ (FIXME)
+License: Expat
 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: 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:
  .
- 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.
diff --git a/debian/patches/Simplecov b/debian/patches/Simplecov
new file mode 100644
index 0000000..c7278b3
--- /dev/null
+++ b/debian/patches/Simplecov
@@ -0,0 +1,27 @@
+Description: <short summary of the patch>
+ Removing the simplecov portion from the test as the simplecov version needed
+ for ice_cube is not yet packaged.
+ .
+ ruby-ice-cube (0.11.1-1) UNRELEASED; urgency=medium
+ .
+   * Initial release (Closes: #nnnn)
+Author: Balasankar C <balasankarc at autistici.org>
+
+
+--- ruby-ice-cube-0.11.1.orig/spec/spec_helper.rb
++++ ruby-ice-cube-0.11.1/spec/spec_helper.rb
+@@ -1,9 +1,9 @@
+-begin
+-  require 'simplecov'
+-  SimpleCov.start
+-rescue LoadError
++#begin
++#  require 'simplecov'
++#  SimpleCov.start
++#rescue LoadError
+   # okay
+-end
++#end
+ 
+ require File.dirname(__FILE__) + '/../lib/ice_cube'
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..eed28c3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Simplecov
diff --git a/debian/ruby-ice-cube.docs b/debian/ruby-ice-cube.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-ice-cube.docs
+++ b/debian/ruby-ice-cube.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
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/spec/spec_helper.rb b/spec/spec_helper.rb
index 31ac417..eba8d65 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,9 +1,9 @@
-begin
-  require 'simplecov'
-  SimpleCov.start
-rescue LoadError
+#begin
+#  require 'simplecov'
+#  SimpleCov.start
+#rescue LoadError
   # okay
-end
+#end
 
 require File.dirname(__FILE__) + '/../lib/ice_cube'
 

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



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