[DRE-commits] r5517 - in trunk/liblocale-rails-ruby: . debian debian/source
Gunnar Wolf
gwolf at alioth.debian.org
Sun Jun 6 18:15:02 UTC 2010
Author: gwolf
Date: 2010-06-06 18:14:56 +0000 (Sun, 06 Jun 2010)
New Revision: 5517
Added:
trunk/liblocale-rails-ruby/debian/
trunk/liblocale-rails-ruby/debian/changelog
trunk/liblocale-rails-ruby/debian/compat
trunk/liblocale-rails-ruby/debian/control
trunk/liblocale-rails-ruby/debian/copyright
trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.8.examples
trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.9.1.examples
trunk/liblocale-rails-ruby/debian/repack.sh
trunk/liblocale-rails-ruby/debian/rules
trunk/liblocale-rails-ruby/debian/source/
trunk/liblocale-rails-ruby/debian/source/format
trunk/liblocale-rails-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/liblocale-rails-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/liblocale-rails-ruby/debian/changelog
===================================================================
--- trunk/liblocale-rails-ruby/debian/changelog (rev 0)
+++ trunk/liblocale-rails-ruby/debian/changelog 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1,12 @@
+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
Added: trunk/liblocale-rails-ruby/debian/compat
===================================================================
--- trunk/liblocale-rails-ruby/debian/compat (rev 0)
+++ trunk/liblocale-rails-ruby/debian/compat 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1 @@
+5
Added: trunk/liblocale-rails-ruby/debian/control
===================================================================
--- trunk/liblocale-rails-ruby/debian/control (rev 0)
+++ trunk/liblocale-rails-ruby/debian/control 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1,66 @@
+Source: liblocale-rails-ruby
+Section: ruby
+Priority: optional
+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
+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
+Homepage: http://www.yotabanana.com/hiki/ruby-locale-rails.html
+
+Package: liblocale-rails-ruby
+Architecture: all
+Depends: ${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 is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: liblocale-rails-ruby1.8
+Architecture: all
+Depends: ruby1.8, 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.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.
Added: trunk/liblocale-rails-ruby/debian/copyright
===================================================================
--- trunk/liblocale-rails-ruby/debian/copyright (rev 0)
+++ trunk/liblocale-rails-ruby/debian/copyright 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1,84 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: locale_rails
+Upstream-Maintainer: Masao Mutoh
+Upstream-Source: http://rubygems.org/gems/locale_rails
+
+Files: *
+Copyright: Copyright (c) 2008-2009 Masao Mutoh <mutoh at sowhate.com>
+License: Ruby+GPL2+LGPL3
+
+Files: debian/*
+Copyright: Copyright (c) 2010, Gunnar Wolf <gwolf at debian.org>
+License: Ruby
+
+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.
+
Added: trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.8.examples
===================================================================
--- trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.8.examples (rev 0)
+++ trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.8.examples 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1 @@
+sample/*
Added: trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.9.1.examples
===================================================================
--- trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.9.1.examples (rev 0)
+++ trunk/liblocale-rails-ruby/debian/liblocale-rails-ruby1.9.1.examples 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1 @@
+sample/*
Added: trunk/liblocale-rails-ruby/debian/repack.sh
===================================================================
--- trunk/liblocale-rails-ruby/debian/repack.sh (rev 0)
+++ trunk/liblocale-rails-ruby/debian/repack.sh 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+# bits and pieces stolen from pkg-perl :)
+
+set -e
+set -u
+
+VER="$2"
+FILE="$3"
+FILE="$(readlink -f $FILE)"
+PKG=`dpkg-parsechangelog|grep ^Source:|sed 's/^Source: //'`
+REPACK_DIR="$PKG-$VER.orig" # DevRef § 6.7.8.2
+DIR=`mktemp -d ./tmpRepackXXXXXX`
+DIR=$(readlink -f $DIR)
+trap "rm -rf \"$DIR\"" QUIT INT EXIT
+FINAL="$(dirname $FILE)/${PKG}_$VER.orig.tar.gz"
+cd $DIR
+tar xf $FILE 2>/dev/null
+mkdir $REPACK_DIR
+cd $REPACK_DIR
+tar xzf ../data.tar.gz 2>/dev/null
+for i in $(find .); do touch $i; done
+cd ..
+tar cf new.tar $REPACK_DIR
+gzip -9 new.tar
+mv new.tar.gz $FINAL
+echo "Repacked to ../$(basename $FINAL)"
+
Property changes on: trunk/liblocale-rails-ruby/debian/repack.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/liblocale-rails-ruby/debian/rules
===================================================================
--- trunk/liblocale-rails-ruby/debian/rules (rev 0)
+++ trunk/liblocale-rails-ruby/debian/rules 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Ruby Packet library
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
Property changes on: trunk/liblocale-rails-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/liblocale-rails-ruby/debian/source/format
===================================================================
--- trunk/liblocale-rails-ruby/debian/source/format (rev 0)
+++ trunk/liblocale-rails-ruby/debian/source/format 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/liblocale-rails-ruby/debian/watch
===================================================================
--- trunk/liblocale-rails-ruby/debian/watch (rev 0)
+++ trunk/liblocale-rails-ruby/debian/watch 2010-06-06 18:14:56 UTC (rev 5517)
@@ -0,0 +1,3 @@
+version=3
+http://rubygems.org/gems/locale_rails .*/locale_rails-(\d.*).gem debian debian/repack.sh
+
More information about the Pkg-ruby-extras-commits
mailing list