[DRE-commits] [SCM] ruby-packet.git branch, master, updated. upstream/0.1.15-4-gf67188f

Gunnar Wolf gwolf at gwolf.org
Wed Sep 14 19:52:18 UTC 2011


The following commit has been merged in the master branch:
commit 1cffbf6eb0931ea541a3f829821e85943854fd58
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Wed Sep 14 13:28:03 2011 -0500

    Incorporated previous packaging information

diff --git a/debian/changelog b/debian/changelog
index c7e28be..e7104e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,48 @@
-ruby-packet (0.1.15-1) UNRELEASED; urgency=low
+ruby-packet (0.1.15-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Repackaged using gem2deb
+  * Renamed packages from libpacket-ruby* to ruby-packet following current
+    pkg-ruby-extras group policy
 
  -- Gunnar Wolf <gwolf at debian.org>  Wed, 14 Sep 2011 13:05:19 -0500
+
+libpacket-ruby (0.1.15-4) unstable; urgency=low
+
+  [ Lucas Nussbaum ]
+  * Added Vcs-* fields.
+
+  [ Gunnar Wolf ]
+  * Standards-version 3.8.2→3.8.4 (no changes needed)
+  * Port the package to Ruby 1.9.1 (Closes: #569874)
+  * Added myself as an uploader
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 16 Feb 2010 16:34:21 -0600
+
+libpacket-ruby (0.1.15-3) unstable; urgency=low
+
+  * Removed quilt pieces from debian/rules
+  * Put packet_worker_runner in the system path (/usr/bin), instead of
+    /usr/lib/ruby/1.8/packet/packet_worker_runner where it is not
+    useful unless people modify their PATH
+  * Added Conflicts due to /usr/bin/packet_worker_runner in both ruby1.8
+    and ruby1.9 package versions
+
+ -- Micah Anderson <micah at debian.org>  Sun, 05 Jul 2009 17:51:40 -0400
+
+libpacket-ruby (0.1.15-2) unstable; urgency=low
+
+  * move ruby-pkg-tools to Build-Depends
+  * Debian Policy 3.8.2
+  * add DMUA field
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 21 Jun 2009 15:08:57 -0700
+
+libpacket-ruby (0.1.15-1) unstable; urgency=low
+
+  [ Micah Anderson ]
+  * Initial release. (Closes: #522636)
+
+  [ Ryan Niebur ]
+  * Finished packaging
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 16 Apr 2009 21:22:48 -0700
diff --git a/debian/control b/debian/control
index 011b5e4..508d573 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-packet
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <gwolf at debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>, Micah Anderson <micah at debian.org>, Gunnar Wolf <gwolf at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-packet.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-packet.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-packet.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-packet.git;a=summary
 Homepage: http://code.google.com/p/packet/
 XS-Ruby-Versions: all
 
@@ -15,5 +15,40 @@ Package: ruby-packet
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Packet, A Pure Ruby library for Event Driven Network Programming.
- Packet, A Pure Ruby library for Event Driven Network Programming.
+Replaces: libpacket-ruby (<< 0.1.15-1~), libpacket-ruby1.8 (<< 0.1.15-1~), libpacket-ruby1.9.1 (<< 0.1.15-1~)
+Breaks: libpacket-ruby (<< 0.1.15-1~), libpacket-ruby1.8 (<< 0.1.15-1~), libpacket-ruby1.9.1 (<< 0.1.15-1~)
+Provides: libpacket-ruby, libpacket-ruby1.8, libpacket-ruby1.9.1
+Description: Ruby library for Event driven network programming (dependency package)
+ Packet is a pure ruby library for writing network applications in Ruby.
+ It follows Evented Model of network programming and implements almost all the
+ features provided by EventMachine.
+ .
+ It also provides easy to use UNIX workers for concurrent programming.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+# Transitional packages
+Package: libpacket-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-packet
+Description: Transitional package for ruby-packet
+ This is a transitional package to ease upgrades to the ruby-packet
+ package. It can safely be removed.
+
+Package: libpacket-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-packet
+Description: Transitional package for ruby-packet
+ This is a transitional package to ease upgrades to the ruby-packet
+ package. It can safely be removed.
+
+Package: libpacket-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-packet
+Description: Transitional package for ruby-packet
+ This is a transitional package to ease upgrades to the ruby-packet
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 85e7949..3628f0d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,31 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: packet
-Source: FIXME <http://example.com/>
+Source: Hemant Kumar <mail at gnufied.org>
 
 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: 2004-2007 Hemant Kumar <mail at gnufied.org>
+License: MIT
 
 Files: debian/*
-Copyright: 2011  <gwolf at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2011 Gunnar Wolf <gwolf at debian.org>
+License: MIT
+
+License: MIT
+ 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.
diff --git a/debian/ruby-packet.docs b/debian/ruby-packet.docs
index 786a9ba..e845566 100644
--- a/debian/ruby-packet.docs
+++ b/debian/ruby-packet.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README
+README
diff --git a/debian/ruby-packet.examples b/debian/ruby-packet.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-packet.examples
+++ b/debian/ruby-packet.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*

-- 
ruby-packet.git



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