[DRE-commits] [SCM] ruby-memoize.git branch, master, updated. upstream/1.3.1-2-g358882a

HIGUCHI Daisuke (VDR dai) dai at debian.org
Wed Apr 24 12:51:34 UTC 2013


The following commit has been merged in the master branch:
commit 358882a118aa9e1e02ec9e9af0da7db0cd796f65
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Wed Apr 24 21:51:14 2013 +0900

    update debian/* stuff

diff --git a/debian/changelog b/debian/changelog
index 16b0442..5560d1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-memoize (1.3.1-1) UNRELEASED; urgency=low
+ruby-memoize (1.3.1-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #706070)
 
  -- HIGUCHI Daisuke (VDR dai) <dai at debian.org>  Wed, 24 Apr 2013 21:40:43 +0900
diff --git a/debian/control b/debian/control
index 403943f..655cf48 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),
+	ruby-test-unit (>= 2.0.2)
 Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-memoize.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-memoize.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-memoize.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-memoize.git;a=summary
 Homepage: http://www.rubyforge.org/projects/shards
 XS-Ruby-Versions: all
 
@@ -15,8 +15,7 @@ Package: ruby-memoize
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# test-unit (>= 2.0.2, development)
-Description: Speeds up methods at the cost of memory (or disk space)
+Description: Ruby library providing speed up methods at the cost of memory (or disk space)
  The memoize library allows you to cache methods for faster lookup.
  Cached results can either be stored in memory (the default) or to
  a file.
diff --git a/debian/copyright b/debian/copyright
index 6fe7bcf..98037d3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,20 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: memoize
-Source: FIXME <http://example.com/>
+Source: http://www.rubyforge.org/projects/shards
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2005-2009 Daniel J. Berger
+License: Artistic 2.0
+ (C) 2005-2009 Daniel J. Berger
+ All Rights Reserved
+ .
+ This package is provided "as is" and without any express or
+ implied warranties, including, without limitation, the implied
+ warranties of merchantability and fitness for a particular purpose.
+
+Files: debian/*
+Copyright: 2013 HIGUCHI Daisuke (VDR dai) <dai at debian.org>
+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
@@ -26,8 +35,3 @@ License: GPL-2+ (FIXME)
  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'.
-
-Files: debian/*
-Copyright: 2013 HIGUCHI Daisuke (VDR dai) <dai at debian.org>
-License:
- [LICENSE TEXT]
diff --git a/debian/patches/remove_rubygems_stuff_in_test_unit.patch b/debian/patches/remove_rubygems_stuff_in_test_unit.patch
new file mode 100644
index 0000000..6562547
--- /dev/null
+++ b/debian/patches/remove_rubygems_stuff_in_test_unit.patch
@@ -0,0 +1,16 @@
+Description: do not rely on rubygems to load test-unit
+Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
+Last-Update: 2013-04-15
+
+--- ruby-memoize-1.3.1/test/test_memoize.rb.orig	2013-04-15 16:26:14.000000000 +0900
++++ ruby-memoize-1.3.1/test/test_memoize.rb	2013-04-15 16:46:24.080056984 +0900
+@@ -3,9 +3,6 @@
+ #
+ # Test suite for the memoize library.
+ ###############################################
+-require 'rubygems'
+-gem 'test-unit'
+-
+ require 'test/unit'
+ require 'memoize'
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f78486e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_rubygems_stuff_in_test_unit.patch
diff --git a/debian/ruby-memoize.docs b/debian/ruby-memoize.docs
index 786a9ba..e845566 100644
--- a/debian/ruby-memoize.docs
+++ b/debian/ruby-memoize.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README
+README
diff --git a/debian/ruby-memoize.examples b/debian/ruby-memoize.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-memoize.examples
+++ b/debian/ruby-memoize.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*

-- 
ruby-memoize.git



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