[DRE-commits] r5557 - trunk/liblocale-rails-ruby/debian
Gunnar Wolf
gwolf at alioth.debian.org
Wed Jun 9 22:47:02 UTC 2010
Author: gwolf
Date: 2010-06-09 22:47:01 +0000 (Wed, 09 Jun 2010)
New Revision: 5557
Added:
trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.8.lintian-overrides
Removed:
trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.9.1.examples
Modified:
trunk/liblocale-rails-ruby/debian/changelog
trunk/liblocale-rails-ruby/debian/control
trunk/liblocale-rails-ruby/debian/copyright
Log:
Building package only for Ruby 1.8 (as Rails is not currently available for 1.9.1); filled in some missing copyright information; overriding a minor lintian warning
Modified: trunk/liblocale-rails-ruby/debian/changelog
===================================================================
--- trunk/liblocale-rails-ruby/debian/changelog 2010-06-09 11:26:52 UTC (rev 5556)
+++ trunk/liblocale-rails-ruby/debian/changelog 2010-06-09 22:47:01 UTC (rev 5557)
@@ -1,12 +1,5 @@
liblocale-rails-ruby (2.0.5-1) UNRELEASED; urgency=low
- * PENDING:
- - Find full copyright information for files in samples/ and test/
- (i.e. *.js)
- - Check if the *.js are identical to the packaged ones and check if we
- should link to them (or override lintian's
- embedded-javascript-library)
-
* Initial upload (Closes: #580694)
-- Gunnar Wolf <gwolf at debian.org> Sun, 06 Jun 2010 12:52:04 -0500
Modified: trunk/liblocale-rails-ruby/debian/control
===================================================================
--- trunk/liblocale-rails-ruby/debian/control 2010-06-09 11:26:52 UTC (rev 5556)
+++ trunk/liblocale-rails-ruby/debian/control 2010-06-09 22:47:01 UTC (rev 5557)
@@ -4,7 +4,7 @@
Maintainer: Gunnar Wolf <gwolf at debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.17)
-Build-Depends-Indep: ruby1.8, ruby1.9.1
+Build-Depends-Indep: ruby1.8
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/liblocale-rails-ruby/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/liblocale-rails-ruby/
Standards-Version: 3.8.4
@@ -46,21 +46,3 @@
which don't have above features.
.
This package is built for ruby 1.8.
-
-Package: liblocale-rails-ruby1.9.1
-Architecture: all
-Depends: ruby1.9.1, rails (>= 2.3.2), ${misc:Depends}
-Description: Pure ruby library with basic functions for Rails localization
- This library supports Rails i18n, and has the following features:
- .
- * Auto-Detect the client locale
- * Detect candidate locales from supported locales by the application.
- * Localized Routes
- * Localized Action/Fragment cache
- * Localized view template files
- * I18n.t fallback to localized message candidates.
- .
- Applications can use this library with your preferred i18n backends
- which don't have above features.
- .
- This package is built for ruby 1.9.1.
Modified: trunk/liblocale-rails-ruby/debian/copyright
===================================================================
--- trunk/liblocale-rails-ruby/debian/copyright 2010-06-09 11:26:52 UTC (rev 5556)
+++ trunk/liblocale-rails-ruby/debian/copyright 2010-06-09 22:47:01 UTC (rev 5557)
@@ -7,6 +7,22 @@
Copyright: Copyright (c) 2008-2009 Masao Mutoh <mutoh at sowhate.com>
License: Ruby+GPL2+LGPL3
+Files: sample/public/javascripts/controls.js
+Copyright: (c) 2005-2008 Thomas Fuchs, (c) 2005-2007 Ivan Krstic, (c) 2005-2007 Jon Tirsen
+License: MIT-scriptaculous
+
+Files: sample/public/javascripts/dragdrop.js, test/public/javascripts/dragdrop.js
+Copyright: (c) 2005-2008 Thomas Fuchs, (c) 2005-2007 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: sample/public/javascripts/prototype.js, test/public/javascripts/prototype.js
+Copyright: (c) 2005-2008 Sam Stephenson
+License: MIT-prototype
+
Files: debian/*
Copyright: Copyright (c) 2010, Gunnar Wolf <gwolf at debian.org>
License: Ruby
@@ -82,3 +98,39 @@
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.
+
+License: MIT-prototype
+ 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 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.
Added: trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.8.lintian-overrides
===================================================================
--- trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.8.lintian-overrides (rev 0)
+++ trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.8.lintian-overrides 2010-06-09 22:47:01 UTC (rev 5557)
@@ -0,0 +1,3 @@
+# The example files ship with prototype.js. We override the fact as it
+# is in /usr/share/doc and we don't want to depend on libjs-prototype
+liblocale-rails-ruby1.8: embedded-javascript-library
Deleted: trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.9.1.examples
===================================================================
--- trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.9.1.examples 2010-06-09 11:26:52 UTC (rev 5556)
+++ trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.9.1.examples 2010-06-09 22:47:01 UTC (rev 5557)
@@ -1 +0,0 @@
-sample/*
More information about the Pkg-ruby-extras-commits
mailing list