[DRE-commits] [SCM] ruby-mmap.git branch, master, updated. 365d87a7d904ca11b3ff5e6edd79c7134588a022

Paul van Tilburg paulvt at debian.org
Wed Oct 5 15:11:57 UTC 2011


The following commit has been merged in the master branch:
commit 365d87a7d904ca11b3ff5e6edd79c7134588a022
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Wed Oct 5 17:11:55 2011 +0200

    Merged changes from the old libmmap-ruby package.

diff --git a/debian/changelog b/debian/changelog
index a9460e1..c2b4bd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,48 @@
-ruby-mmap (0.2.6-1) UNRELEASED; urgency=low
+ruby-mmap (0.2.6-4) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Source packages adapted according to the new Ruby policy:
+    - Build for both ruby1.8 and ruby1.9.1.
+    - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in
+      debian/control accordingly.
+    - Changed the depends and recommends to follow the new Ruby
+      library naming scheme.
+  * debian/control:
+    - Added a default DM-Upload-Allowed field set to yes.
+    - Standards-Version bumped to 3.9.2; no changes required.
+    - Set XS-Ruby-Versions to all.
+    - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
+    - Switched the maintainer with the uploaders field as per new
+      convention the team is the default maintainer.
+    - Added libmmap-ruby and libdbus-ruby1.8 as transitional packages.
+  * debian/copyright: reworked to fit the DEP5 format.
 
  -- Paul van Tilburg <paulvt at debian.org>  Wed, 05 Oct 2011 16:39:57 +0200
+
+libmmap-ruby (0.2.6-3) unstable; urgency=low
+
+  [ Arnaud Cornet ]
+  * Add ${shlibs:Depends}, ${misc:Depends} Depends.
+  * Change my mail address.
+  * Add Homepage tag.
+
+  [ Paul van Tilburg ]
+  * Fixed error in the watch file. 
+  * debian/rules, debian/libmmap-ruby.rdoc:
+    use dh_rdoc to generate and install the RDoc HTML documentation.
+  * Moved the examples for libmmap-ruby1.8 to libmmap-ruby.
+  * debian/control: bumped standards version to 3.7.3; no changes required. 
+
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 02 Apr 2008 21:41:47 +0200
+
+libmmap-ruby (0.2.6-2) unstable; urgency=low
+
+  * Do not use the uploaders rule anymore.
+  * Add Paul to uploaders.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 23:23:31 +0200
+
+libmmap-ruby (0.2.6-1) unstable; urgency=low
+
+  * Initial release. (Closes: #380678)
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Mon, 06 Nov 2006 20:11:35 +0100
diff --git a/debian/control b/debian/control
index 8f0963b..87d9532 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,39 @@ Source: ruby-mmap
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <paulvt at debian.org>
+Uploaders: Arnaud Cornet <acornet at debian.org>, Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mmap.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mmap.git;a=summary
-Homepage: http://rubyforge.org/frs/?group_id=8350
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mmap.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mmap.git;a=summary
+Homepage: http://rubyforge.org/projects/mmap/
 XS-Ruby-Versions: all
 
 Package: ruby-mmap
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
+Replaces: libmmap-ruby (<< 0.2.6-4~), libmmap-ruby1.8 (<< 0.2.6-4~)
+Breaks: libmmap-ruby (<< 0.2.6-4~), libmmap-ruby1.8 (<< 0.2.6-4~)
+Provides: libmmap-ruby, libmmap-ruby1.8
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake-compiler (>= 0, development), hoe (>= 2.3.3, development)
-Description: The Mmap class implement memory-mapped file objects
- The Mmap class implement memory-mapped file objects
+Description: Ruby interface to manage memory-mapped file objects
+ This is a ruby library that implements memory-mapped file objects.
+ It provides a Ruby API to access the mmap syscall and manipulate mapped
+ memory.
+
+Package: libmmap-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-mmap
+Description: Transitional package for ruby-mmap
+ This is a transitional package to ease upgrades to the ruby-mmap
+ package. It can safely be removed.
+
+Package: libmmap-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-mmap
+Description: Transitional package for ruby-mmap
+ This is a transitional package to ease upgrades to the ruby-mmap
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 06d1219..374ac61 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,74 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: mmap
-Source: FIXME <http://example.com/>
+Source: http://rubyforge.org/projects/mmap/
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- 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.
- .
- 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.
- .
- 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'.
+Copyright: 2001–2006, Guy Decoux <ts at moulon.inra.fr>
+License: Ruby or GPL-2
 
 Files: debian/*
-Copyright: 2011  <paulvt at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2011, Paul van Tilburg <paulvt at debian.org>
+License: GPL-2
+
+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 version 2.
+ .
+ On Debian systems the full text of the GNU General Public License version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: Ruby
+ 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) rename any non-standard executables so the names do not conflict
+        with standard executables, which must also be provided.
+ .
+      d) make other distribution arrangements with the author.
+ .
+ 3. You may distribute the software in object code or executable
+    form, provided that you do at least ONE of the following:
+ .
+      a) distribute the executables 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 executables 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 this terms.
+ .
+    They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
+    files under the ./missing directory.  See each file for the copying
+    condition.
+ .
+ 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.
diff --git a/debian/ruby-mmap.docs b/debian/ruby-mmap.docs
index 0d5eab8..c81d4d4 100644
--- a/debian/ruby-mmap.docs
+++ b/debian/ruby-mmap.docs
@@ -1,2 +1,2 @@
-# FIXME: READMEs found
-# README.rdoc
+mmap.html
+rdoc
diff --git a/debian/rules b/debian/rules
index a5e7dc8..002d713 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,13 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_build:
+	dh_auto_build
+	rdoc --fmt html --inline-source --fileboxes --line-numbers \
+	  --main README.rdoc --title "Camping, a Microframework" --op rdoc \
+	  README.rdoc lib ext
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf rdoc

-- 
ruby-mmap.git



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