[DRE-commits] [SCM] ruby-fast-gettext.git branch, master, updated. upstream/0.5.13-3-gb35ddbd

Dmitry Borodaenko angdraug at debian.org
Sun Sep 18 10:57:27 UTC 2011


The following commit has been merged in the master branch:
commit 0685c2eddb0bace30a5c0ceda9df7cbfeea71c6a
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Sun Sep 18 13:20:19 2011 +0300

    first Debian build based on gem2deb

diff --git a/debian/changelog b/debian/changelog
index a83386e..a134d27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-fast-gettext (0.5.13-1) UNRELEASED; urgency=low
+ruby-fast-gettext (0.5.13-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release. Closes: #641930 (ITP).
 
  -- Dmitry Borodaenko <angdraug at debian.org>  Sat, 17 Sep 2011 21:47:13 +0300
diff --git a/debian/control b/debian/control
index bde1936..caf61d0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,21 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Borodaenko <angdraug at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~), ruby-rspec, ruby-activerecord, ruby-sqlite3
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-fast-gettext.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-fast-gettext.git;a=summary
-Homepage: http://github.com/grosser/fast_gettext
+Vcs-Git: git://github.com/grosser/fast_gettext.git
+Vcs-Browser: https://github.com/grosser/fast_gettext
+Homepage: https://github.com/grosser/fast_gettext
 XS-Ruby-Versions: all
 
 Package: ruby-fast-gettext
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: A simple, fast, memory-efficient and threadsafe implementation of GetText
- <insert long description, indented with spaces>
+Suggests: ruby-activerecord
+Description: Fast GetText implementation for Ruby
+ FastGettext provides fast, memory-efficient, and thread-safe
+ internationalization API similar to GNU GetText. In addition to performance
+ improvements over original Ruby GetText, its capabilities include support for
+ multiple backends and advanced extensibility. Translations can be loaded from
+ po, mo, yaml files or, if ActiveRecord is available, from databases.
diff --git a/debian/copyright b/debian/copyright
index 6c1736c..569924b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,113 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: fast_gettext
-Source: FIXME <http://example.com/>
+Source: https://github.com/grosser/fast_gettext
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-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.
- .
- 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'.
+Copyright: placed under public domain by Michael Grosser
+License: public-domain
+ Michael Grosser
+ michael at grosser.it
+ .
+ Hereby placed under public domain, do what you want, just do not hold
+ me accountable...
+
+Files: lib/fast_gettext/vendor/iconv.rb
+Copyright: 2004-2007, Masao Mutoh <mutoh at highway.ne.jp>
+License: Ruby or GPL-2
+
+Files: lib/fast_gettext/vendor/mofile.rb
+Copyright: 2003-2008, Masao Mutoh <mutoh at highway.ne.jp>
+           2002, Masahiro Sakai <s01397ms at sfc.keio.ac.jp>, Masao Mutoh <mutoh at highway.ne.jp>
+           2001, Masahiro Sakai <s01397ms at sfc.keio.ac.jp>
+License: Ruby or GPL-2
+
+Files: lib/fast_gettext/vendor/poparser.rb
+Copyright: 2003-2009, Masao Mutoh <mutoh at highway.ne.jp>
+License: Ruby or GPL-2
+
+Files: lib/fast_gettext/vendor/string.rb
+Copyright: 2005-2006, Masao Mutoh <mutoh at highway.ne.jp>
+License: Ruby or GPL-2
 
 Files: debian/*
-Copyright: 2011 Dmitry Borodaenko <angdraug at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2011, Dmitry Borodaenko <angdraug at debian.org>
+License: GPL-2+
+
+License: Ruby
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.jp>.
+ You can redistribute it and/or modify it under either the terms of the GPL
+ (see the file GPL), or the conditions below:
+ .
+   1. You may make and give away verbatim copies of the source form of the
+      software without restriction, provided that you duplicate all of the
+      original copyright notices and associated disclaimers.
+ .
+   2. You may modify your copy of the software in any way, provided that
+      you do at least ONE of the following:
+ .
+        a) place your modifications in the Public Domain or otherwise
+           make them Freely Available, such as by posting said
+           modifications to Usenet or an equivalent medium, or by allowing
+           the author to include your modifications in the software.
+ .
+        b) use the modified software only within your corporation or
+           organization.
+ .
+        c) give non-standard binaries non-standard names, with
+           instructions on where to get the original software distribution.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   3. You may distribute the software in object code or binary form,
+      provided that you do at least ONE of the following:
+ .
+        a) distribute the binaries and library files of the software,
+           together with instructions (in the manual page or equivalent)
+           on where to get the original distribution.
+ .
+        b) accompany the distribution with the machine-readable source of
+           the software.
+ .
+        c) give non-standard binaries non-standard names, with
+           instructions on where to get the original software distribution.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   4. You may modify and include the part of the software into any other
+      software (possibly commercial).  But some files in the distribution
+      are not written by the author, so that they are not under these terms.
+ .
+      For the list of those files and their copying conditions, see the
+      file LEGAL.
+ .
+   5. The scripts and library files supplied as input to or produced as
+      output from the software do not automatically fall under the
+      copyright of the software, but belong to whomever generated them,
+      and may be sold commercially, and may be aggregated with this
+      software.
+ .
+   6. THIS SOFTWARE 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.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-2
+ The files hereby included are free software; you can distribute them
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; under version 2 of the License as published
+ in June 1991.
+ .
+ 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'.
+
+License: GPL-2+
+ The files hereby included are 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.
+ .
+ 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'.
diff --git a/debian/ruby-fast-gettext.docs b/debian/ruby-fast-gettext.docs
index d0ab95f..ad1245d 100644
--- a/debian/ruby-fast-gettext.docs
+++ b/debian/ruby-fast-gettext.docs
@@ -1 +1 @@
-# FIXME: READMEs found
+Readme.md
diff --git a/debian/ruby-fast-gettext.examples b/debian/ruby-fast-gettext.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-fast-gettext.examples
+++ b/debian/ruby-fast-gettext.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index 93ffb6c..b74b7a7 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,6 +1,4 @@
 --- 
-- examples/db/migration.rb
-- examples/missing_translation_logger.rb
 - spec/aa_unconfigued_spec.rb
 - spec/fast_gettext/mo_file_spec.rb
 - spec/fast_gettext/storage_spec.rb
@@ -17,4 +15,3 @@
 - spec/fast_gettext/vendor/iconv_spec.rb
 - spec/fast_gettext/vendor/string_spec.rb
 - spec/fast_gettext_spec.rb
-- spec/spec_helper.rb
diff --git a/debian/watch b/debian/watch
index 6ab0056..01ff165 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/fast_gettext .*/fast_gettext-(.*).tar.gz
+https://github.com/grosser/fast_gettext/downloads .*/fast_gettext/zipball/v([\d\.]*)

-- 
ruby-fast-gettext.git



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