[DRE-commits] r3293 - packages/libeventmachine-ruby/trunk/debian

ryan52-guest at alioth.debian.org ryan52-guest at alioth.debian.org
Thu Mar 19 03:38:49 UTC 2009


Author: ryan52-guest
Date: 2009-03-19 03:38:49 +0000 (Thu, 19 Mar 2009)
New Revision: 3293

Modified:
   packages/libeventmachine-ruby/trunk/debian/changelog
   packages/libeventmachine-ruby/trunk/debian/control
   packages/libeventmachine-ruby/trunk/debian/copyright
Log:
* New upstream version
* add myself to uploaders
* change Section to ruby
* change the -ruby and -doc packages to Architecture all as they are
  architecture independent
* fix copyright for debian packaging in debian/copyright
* depend on ${misc:Depends} for all packages
* debian policy 3.8.1
* update Vcs-* fields for the move from packages-wip to package
* eliminate versioned dependency for libeventmachine-ruby, as I see no
  reason for it to be versioned
* update upstream copyright to 2008, as some files say that year

Modified: packages/libeventmachine-ruby/trunk/debian/changelog
===================================================================
--- packages/libeventmachine-ruby/trunk/debian/changelog	2009-03-17 18:36:52 UTC (rev 3292)
+++ packages/libeventmachine-ruby/trunk/debian/changelog	2009-03-19 03:38:49 UTC (rev 3293)
@@ -1,8 +1,19 @@
-libeventmachine-ruby (0.12.4-2) UNRELEASED; urgency=low
+libeventmachine-ruby (0.12.6-1) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream version
+  * add myself to uploaders
+  * change Section to ruby
+  * change the -ruby and -doc packages to Architecture all as they are
+    architecture independent
+  * fix copyright for debian packaging in debian/copyright
+  * depend on ${misc:Depends} for all packages
+  * debian policy 3.8.1
+  * update Vcs-* fields for the move from packages-wip to package
+  * eliminate versioned dependency for libeventmachine-ruby, as I see no
+    reason for it to be versioned
+  * update upstream copyright to 2008, as some files say that year
 
- -- Daigo Moriwaki <daigo at debian.org>  Sat, 21 Feb 2009 11:18:39 +0900
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 18 Mar 2009 20:28:23 -0700
 
 libeventmachine-ruby (0.12.4-1) unstable; urgency=low
 

Modified: packages/libeventmachine-ruby/trunk/debian/control
===================================================================
--- packages/libeventmachine-ruby/trunk/debian/control	2009-03-17 18:36:52 UTC (rev 3292)
+++ packages/libeventmachine-ruby/trunk/debian/control	2009-03-19 03:38:49 UTC (rev 3293)
@@ -1,13 +1,13 @@
 Source: libeventmachine-ruby
-Section: interpreters
+Section: ruby
 Priority: optional
 Maintainer: Daigo Moriwaki <daigo at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools, ruby1.8-dev 
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://rubyeventmachine.com/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages-wip/libeventmachine-ruby
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages-wip/libeventmachine-ruby
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages/libeventmachine-ruby
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libeventmachine-ruby
 
 Package: libeventmachine-ruby1.8
 Architecture: any
@@ -26,8 +26,8 @@
  using TCP/IP, especially if custom protocols are required.
 
 Package: libeventmachine-ruby
-Architecture: any
-Depends: libeventmachine-ruby1.8 (= ${binary:Version})
+Architecture: all
+Depends: libeventmachine-ruby1.8, ${misc:Depends}
 Description: Event-driven I/O library for high-performance threaded network programming
  EventMachine implements a fast, single-threaded engine for arbitrary network
  communications. It's extremely easy to use in Ruby. EventMachine wraps all
@@ -45,8 +45,9 @@
 
 Package: libeventmachine-ruby-doc
 Section: doc
-Architecture: any
+Architecture: all
 Suggests: libeventmachine-ruby
+Depends: ${misc:Depends}
 Description: Event-driven I/O library for high-performance threaded network programming
  EventMachine implements a fast, single-threaded engine for arbitrary network
  communications. It's extremely easy to use in Ruby. EventMachine wraps all

Modified: packages/libeventmachine-ruby/trunk/debian/copyright
===================================================================
--- packages/libeventmachine-ruby/trunk/debian/copyright	2009-03-17 18:36:52 UTC (rev 3292)
+++ packages/libeventmachine-ruby/trunk/debian/copyright	2009-03-19 03:38:49 UTC (rev 3293)
@@ -9,7 +9,7 @@
 
 Copyright:
 
-    Copyright (C) 2006-07 by Francis Cianfrocca
+    Copyright (C) 2006-08 by Francis Cianfrocca
 
 License:
 
@@ -85,5 +85,5 @@
 Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
 
 
-The Debian packaging is (C) 2008, Daigo Moriwaki <daigo at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is Copyright 2008, Daigo Moriwaki <daigo at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.




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