[DRE-commits] r2721 - in packages-wip/libwill-paginate-ruby/trunk: . debian

gwolf at alioth.debian.org gwolf at alioth.debian.org
Tue May 20 17:10:05 UTC 2008


Author: gwolf
Date: 2008-05-20 17:10:05 +0000 (Tue, 20 May 2008)
New Revision: 2721

Added:
   packages-wip/libwill-paginate-ruby/trunk/debian/
   packages-wip/libwill-paginate-ruby/trunk/debian/changelog
   packages-wip/libwill-paginate-ruby/trunk/debian/compat
   packages-wip/libwill-paginate-ruby/trunk/debian/control
   packages-wip/libwill-paginate-ruby/trunk/debian/copyright
   packages-wip/libwill-paginate-ruby/trunk/debian/rules
   packages-wip/libwill-paginate-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libwill-paginate-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libwill-paginate-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libwill-paginate-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libwill-paginate-ruby/trunk/debian/changelog	2008-05-20 17:10:05 UTC (rev 2721)
@@ -0,0 +1,5 @@
+libwill-paginate-ruby (2.3.2-1) unstable; urgency=low
+
+  * Initial upload (Closes: #482073)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 20 May 2008 11:42:16 -0500

Added: packages-wip/libwill-paginate-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libwill-paginate-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libwill-paginate-ruby/trunk/debian/compat	2008-05-20 17:10:05 UTC (rev 2721)
@@ -0,0 +1 @@
+7

Added: packages-wip/libwill-paginate-ruby/trunk/debian/control
===================================================================
--- packages-wip/libwill-paginate-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libwill-paginate-ruby/trunk/debian/control	2008-05-20 17:10:05 UTC (rev 2721)
@@ -0,0 +1,44 @@
+Source: libwill-paginate-ruby
+Section: libs
+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: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 7), libsetup-ruby1.8
+Build-Depends-Indep: ruby1.8, rdoc
+Standards-Version: 3.7.3
+
+Package: libwill-paginate-ruby
+Architecture: all
+Depends: libwill-paginate-ruby1.8
+Description: Ruby plugin adding pagination to ActiveRecord
+ Pagination is just limiting the number of records displayed, showing a
+ subset of them at any given view, and allowing you to move the
+ displayed window. This plugin makes the whole process a breeze.
+ .
+ WillPaginate is aimed at being used from the Ruby on Rails framework.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libwill-paginate-ruby-doc
+Section: doc
+Architecture: all
+Description: Ruby plugin adding pagination to ActiveRecord
+ Pagination is just limiting the number of records displayed, showing a
+ subset of them at any given view, and allowing you to move the
+ displayed window. This plugin makes the whole process a breeze.
+ .
+ WillPaginate is aimed at being used from the Ruby on Rails framework.
+ .
+ This is the documentation package, with upstream documentation, as well as
+ generated rdoc.
+
+Package: libwill-paginate-ruby1.8
+Architecture: all
+Depends: ruby1.8, rails (>= 2.0.0)
+Description: Ruby plugin adding pagination to ActiveRecord
+ Pagination is just limiting the number of records displayed, showing a
+ subset of them at any given view, and allowing you to move the
+ displayed window. This plugin makes the whole process a breeze.
+ .
+ WillPaginate is aimed at being used from the Ruby on Rails framework.

Added: packages-wip/libwill-paginate-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libwill-paginate-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libwill-paginate-ruby/trunk/debian/copyright	2008-05-20 17:10:05 UTC (rev 2721)
@@ -0,0 +1,28 @@
+This package was debianized by Gunnar Wolf <gwolf at debian.org> on
+Tue, 20 May 2008 11:42:16 -0500
+
+The upstream code is published as a Git repository, at 
+git://github.com/mislav/will_paginate.git
+The project's homepage is http://github.com/mislav/will_paginate/wikis
+
+Author: PJ Hyett <pjhyett at gmail.com>, Mislav Marohnić <mislav.marohnic at gmail.com>
+
+License:
+Copyright (c) 2007 PJ Hyett and Mislav Marohnić
+
+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.

Added: packages-wip/libwill-paginate-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libwill-paginate-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libwill-paginate-ruby/trunk/debian/rules	2008-05-20 17:10:05 UTC (rev 2721)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk


Property changes on: packages-wip/libwill-paginate-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libwill-paginate-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libwill-paginate-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libwill-paginate-ruby/trunk/debian/watch	2008-05-20 17:10:05 UTC (rev 2721)
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/upstream-cache/libwill-paginate-ruby/ libwill-paginate-ruby_(\d.*)\.orig\.tar\.gz




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