[DRE-commits] [SCM] Packaging for ruby-will-paginate branch, master, updated. upstream/2.3.15-2-g03fb59c

Gunnar Wolf gwolf at gwolf.org
Mon May 9 21:07:36 UTC 2011


The following commit has been merged in the master branch:
commit 03fb59c68e94ae8f7df7dedd467a03fddada2d42
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Mon May 9 16:04:12 2011 -0500

    Updating to new gem2deb style

diff --git a/debian/changelog b/debian/changelog
index bf2477a..692bd15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,48 @@
-ruby-will-paginate (2.3.15-1) UNRELEASED; urgency=low
+ruby-will-paginate (2.3.15-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Repackated using the new gem2deb infrastructure
 
  -- Gunnar Wolf <gwolf at debian.org>  Mon, 09 May 2011 10:00:16 -0500
+  
+libwill-paginate-ruby (2.3.12-1) unstable; urgency=low
+
+  * New upstream release
+  * Standards-version 3.8.2→3.8.3 (no changes needed)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 20 Jan 2010 11:16:41 -0600
+
+libwill-paginate-ruby (2.3.11-1) unstable; urgency=low
+
+  [ Ryan Niebur ]
+  * fix watch file
+
+  [ Gunnar Wolf ]
+  * Changed section to Ruby as per ftp-masters' request
+  * New upstream release
+  * Bumped up standards-version 3.8.0→3.8.2 (No changes needed)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 10 Jul 2009 20:30:14 -0500
+
+libwill-paginate-ruby (2.3.7-1) unstable; urgency=low
+
+  * New upstream release
+  * Updated debian/watch to use githubredir
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 12 Feb 2009 10:13:59 -0600
+
+libwill-paginate-ruby (2.3.6-1) unstable; urgency=low
+
+  * Added build-dependency on graphviz, to properly build full
+    documentation
+  * New upstream release
+  * Standards-version -> 3.8.0 (no changes needed)
+  * Added ${misc:Depends} as dependencies on all packages, to keep
+    lintian happy
+
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 05 Dec 2008 10:29:35 -0600
+
+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
diff --git a/debian/control b/debian/control
index 61f0035..f664ded 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,11 @@ Source: ruby-will-paginate
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <gwolf at debian.org>
-DM-Upload-Allowed: yes
+Uploaders: Gunnar Wolf <gwolf at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2)
-Standards-Version: 3.9.1
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-will-paginate.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-will-paginate.git;a=summary
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-will-paginate.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-will-paginate.git;a=summary
 Homepage: http://github.com/mislav/will_paginate/wikis
 XS-Ruby-Versions: all
 
@@ -15,5 +14,43 @@ Package: ruby-will-paginate
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+Replaces: libwill-paginate-ruby (<< 2.3.15-1~), libwill-paginate-ruby-doc (<< 2.3.15-1~), libwill-paginate-ruby1.8 (<< 2.3.15-1~)
+Conflicts: libwill-paginate-ruby (<< 2.3.15-1~), libwill-paginate-ruby-doc (<< 2.3.15-1~), libwill-paginate-ruby1.8 (<< 2.3.15-1~)
+Provides: libwill-paginate-ruby, libwill-paginate-ruby-doc, libwill-paginate-ruby1.8
 Description: Pagination for Rails
- The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates.
+ The will_paginate library provides a simple, yet powerful and
+ extensible API for pagination and rendering of pagination links in
+ ActionView templates.
+ .
+ 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.
+ .
+ Although this package is aimed at being used from the Ruby on Rails
+ framework, any Enumerable class can include WillPaginate, giving it
+ this functionality.
+
+# Transitional packages
+Package: libwill-paginate-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-will-paginate
+Description: Transitional package for ruby-will-paginate
+ This is a transitional package to ease upgrades to the ruby-will-paginate
+ package. It can safely be removed.
+
+Package: libwill-paginate-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-will-paginate
+Description: Transitional package for ruby-will-paginate
+ This is a transitional package to ease upgrades to the ruby-will-paginate
+ package. It can safely be removed.
+
+Package: libwill-paginate-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-will-paginate
+Description: Transitional package for ruby-will-paginate
+ This is a transitional package to ease upgrades to the ruby-will-paginate
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 51b6021..6d0f281 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,35 @@
-FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
 Upstream-Name: will-paginate
-Source: FIXME (URL where source can be downloaded)
+Source: http://github.com/mislav/will_paginate/wikis
 
 Files: *
-Copyright: Copyright 1998 John Doe <jdoe at example.com>
-License: GPL-2+
- 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.
+Copyright: Copyright © 2007-2011  PJ Hyett and Mislav Marohnić
+License: MIT/X
+ 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:
  .
- 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.
+ The above copyright notice and this permission notice shall be included in all 
+ copies or substantial portions of the Software.
  .
- 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'.
+ 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.
 
 Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
+Copyright: Copyright © 2008-2011 Gunnar Wolf <gwolf at debian.org>
+License: GPL3+
+ 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; either version 3 of the License, or (at
+ your option) any later version.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/ruby-will-paginate.docs b/debian/ruby-will-paginate.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-will-paginate.docs
+++ b/debian/ruby-will-paginate.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc

-- 
Packaging for ruby-will-paginate



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