[DRE-commits] r5612 - trunk/libgettext-rails-ruby/debian
Gunnar Wolf
gwolf at alioth.debian.org
Fri Jun 18 17:13:31 UTC 2010
Author: gwolf
Date: 2010-06-18 17:13:19 +0000 (Fri, 18 Jun 2010)
New Revision: 5612
Modified:
trunk/libgettext-rails-ruby/debian/changelog
trunk/libgettext-rails-ruby/debian/control
trunk/libgettext-rails-ruby/debian/copyright
trunk/libgettext-rails-ruby/debian/rules
Log:
Preparing upload for libgettext-rails-ruby
Modified: trunk/libgettext-rails-ruby/debian/changelog
===================================================================
--- trunk/libgettext-rails-ruby/debian/changelog 2010-06-18 16:12:59 UTC (rev 5611)
+++ trunk/libgettext-rails-ruby/debian/changelog 2010-06-18 17:13:19 UTC (rev 5612)
@@ -1,5 +1,5 @@
libgettext-rails-ruby (2.1.0-1) unstable; urgency=low
- * Initial upload (Closes: #xxxxxx)
+ * Initial upload (Closes: #580697)
- -- Gunnar Wolf <gwolf at debian.org> Fri, 07 May 2010 15:27:19 -0500
+ -- Gunnar Wolf <gwolf at debian.org> Fri, 18 Jun 2010 12:00:04 -0500
Modified: trunk/libgettext-rails-ruby/debian/control
===================================================================
--- trunk/libgettext-rails-ruby/debian/control 2010-06-18 16:12:59 UTC (rev 5611)
+++ trunk/libgettext-rails-ruby/debian/control 2010-06-18 17:13:19 UTC (rev 5612)
@@ -12,9 +12,18 @@
Package: libgettext-rails-ruby
Architecture: all
Depends: ${misc:Depends}, libgettext-rails-ruby1.8
-Description: Gettext support for Rails 2.3
- A real description should go in here
+Description: Gettext support for Rails >= 2.3
+ This package provides the localization for Ruby on Rails-2.3 or later
+ using Ruby-GetText package. Its main features include:
.
+ * Autodetect client locale using locale/locale_rails.
+ * Easy maintenance of translations using the powerful gettext family tools.
+ * Model translation using gettext_activerecord.
+ * Localization for some helpers.
+ * Works with other Rails I18n backends.
+ * Note that gettext_rails is not the official Rails I18n backend.
+ * Thread safe.
+ .
This is a dummy package depending on the library for the current default
version of Ruby.
@@ -23,13 +32,31 @@
Architecture: all
Depends: ${misc:Depends}
Description: Gettext support for Rails 2.3
- A real description should go in here
+ This package provides the localization for Ruby on Rails-2.3 or later
+ using Ruby-GetText package. Its main features include:
.
+ * Autodetect client locale using locale/locale_rails.
+ * Easy maintenance of translations using the powerful gettext family tools.
+ * Model translation using gettext_activerecord.
+ * Localization for some helpers.
+ * Works with other Rails I18n backends.
+ * Note that gettext_rails is not the official Rails I18n backend.
+ * Thread safe.
+ .
This is the documentation package, with upstream documentation, as well as
generated rdoc.
Package: libgettext-rails-ruby1.8
Architecture: all
-Depends: ${misc:Depends}, ruby1.8, rails (>= 2.3.2), liblocale-rails-ruby (>= 2.0.5), libgettext-activerecord-ruby (>= 2.1.0)
-Description: Gettext support for Rails 2.3
- A real description should go in here
+Depends: ${misc:Depends}, ruby1.8, rails (>= 2.3.2), liblocale-rails-ruby1.8 (>= 2.0.5), libgettext-activerecord-ruby1.8 (>= 2.1.0)
+Description: Gettext support for Rails >= 2.3
+ This package provides the localization for Ruby on Rails-2.3 or later
+ using Ruby-GetText package. Its main features include:
+ .
+ * Autodetect client locale using locale/locale_rails.
+ * Easy maintenance of translations using the powerful gettext family tools.
+ * Model translation using gettext_activerecord.
+ * Localization for some helpers.
+ * Works with other Rails I18n backends.
+ * Note that gettext_rails is not the official Rails I18n backend.
+ * Thread safe.
Modified: trunk/libgettext-rails-ruby/debian/copyright
===================================================================
--- trunk/libgettext-rails-ruby/debian/copyright 2010-06-18 16:12:59 UTC (rev 5611)
+++ trunk/libgettext-rails-ruby/debian/copyright 2010-06-18 17:13:19 UTC (rev 5612)
@@ -5,14 +5,111 @@
Files: *
Copyright: Copyright (c) 2001-2009 Masao Mutoh <mutoh at highwhay.ne.jp>
-License: Ruby+LGPL
+License: Ruby+GPL2+LGPL3
+Files: sample/public/javascripts/controls.js
+Copyright: (c) 2005-2008 Thomas Fuchs, (c) 2005-2008 Ivan Krstic, (c) 2005-2008 Jon Tirsen
+License: MIT-scriptaculous
+
+Files: sample/public/javascripts/dragdrop.js, test/public/javascripts/dragdrop.js
+Copyright: (c) 2005-2008 Thomas Fuchs, (c) 2005-2008 Sammi Williams
+License: MIT-scriptaculous
+
+Files: sample/public/javascripts/effects.js, test/public/javascripts/effects.js
+Copyright: (c) 2005-2008 Thomas Fuchs; Contributors: Justin Palmer, Mark Pilgrim, Martin Bialasinki
+License: MIT-scriptaculous
+
Files: debian/*
Copyright: Copyright (c) 2009, Gunnar Wolf <gwolf at debian.org>
-License: Ruby
+License: GPL2
-License: LGPL
- (...)
+License: GPL2
+ This program is licensed under the GPL (General Public License:
+ http://www.gnu.org/licenses/gpl-2.0.txt).
+ A copy of the GPL 2.0 can be found at /usr/share/common-licenses/GPL-2
+ on any Debian system.
+License: LGPL3
+ This program is licensed under the LGPL (Lesser General Public License:
+ http://www.gnu.org/licenses/lgpl-3.0.txt
+ .
+ A copy of the LGPL 3.0 can be found at /usr/share/common-licenses/LGPL-3
+ on any Debian system.
+
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
+ version 2 (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.
+
+License: MIT-scriptaculous
+ 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.
Modified: trunk/libgettext-rails-ruby/debian/rules
===================================================================
--- trunk/libgettext-rails-ruby/debian/rules 2010-06-18 16:12:59 UTC (rev 5611)
+++ trunk/libgettext-rails-ruby/debian/rules 2010-06-18 17:13:19 UTC (rev 5612)
@@ -8,3 +8,15 @@
# timestamps, leaving us with 1969 timestamps... So, touch all
# of the files over 10 years old
find . -mtime +3650 | xargs touch
+
+makebuilddir/libgettext-rails-ruby::
+ # Ukrainan language code is mistakenly shipped as ua instead
+ # of UK - Bug report at
+ # http://rubyforge.org/tracker/index.php?func=detail&aid=28277&group_id=855&atid=3377
+ [ -d po/uk ] || mv po/ua po/uk
+ [ -d data/locale/uk ] || mv data/locale/ua data/locale/uk
+
+cleanbuilddir/libgettext-rails-ruby::
+ # Move the Ukrainan files back, to avoid bloating the diff
+ [ -d po/ua ] || mv po/uk po/ua
+ [ -d data/locale/ua ] || mv data/locale/uk data/locale/ua
More information about the Pkg-ruby-extras-commits
mailing list