[DRE-commits] r5081 - trunk/libeventmachine-ruby/debian

Daigo Moriwaki daigo at alioth.debian.org
Sat Apr 10 04:44:38 UTC 2010


Author: daigo
Date: 2010-04-10 04:44:37 +0000 (Sat, 10 Apr 2010)
New Revision: 5081

Modified:
   trunk/libeventmachine-ruby/debian/changelog
   trunk/libeventmachine-ruby/debian/control
   trunk/libeventmachine-ruby/debian/rules
   trunk/libeventmachine-ruby/debian/watch
Log:
* New upstream release. (Closes: #577102)
* debian/control: 
  - Bumped up Standards-Version to 3.8.4.
  - Build-Depends: libevent-dev.
* debian/watch:
  - The upstream seems to only distribute a gem package, not in the *.tar.gz format.
    The watch file watches versions of gem packages. 

Modified: trunk/libeventmachine-ruby/debian/changelog
===================================================================
--- trunk/libeventmachine-ruby/debian/changelog	2010-04-10 00:03:47 UTC (rev 5080)
+++ trunk/libeventmachine-ruby/debian/changelog	2010-04-10 04:44:37 UTC (rev 5081)
@@ -1,8 +1,14 @@
-libeventmachine-ruby (0.12.6-2) UNRELEASED; urgency=low
+libeventmachine-ruby (0.12.10-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release. (Closes: #577102)
+  * debian/control: 
+    - Bumped up Standards-Version to 3.8.4.
+    - Build-Depends: libevent-dev.
+  * debian/watch:
+    - The upstream seems to only distribute a gem package, not in the *.tar.gz format.
+      The watch file watches versions of gem packages. 
 
- -- Daigo Moriwaki <daigo at debian.org>  Sun, 26 Apr 2009 13:00:47 +0900
+ -- Daigo Moriwaki <daigo at debian.org>  Sat, 10 Apr 2010 12:05:59 +0900
 
 libeventmachine-ruby (0.12.6-1) unstable; urgency=low
 

Modified: trunk/libeventmachine-ruby/debian/control
===================================================================
--- trunk/libeventmachine-ruby/debian/control	2010-04-10 00:03:47 UTC (rev 5080)
+++ trunk/libeventmachine-ruby/debian/control	2010-04-10 04:44:37 UTC (rev 5081)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Daigo Moriwaki <daigo at 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.1
+Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools, ruby1.8-dev, libevent-dev
+Standards-Version: 3.8.4
 Homepage: http://rubyeventmachine.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libeventmachine-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libeventmachine-ruby/

Modified: trunk/libeventmachine-ruby/debian/rules
===================================================================
--- trunk/libeventmachine-ruby/debian/rules	2010-04-10 00:03:47 UTC (rev 5080)
+++ trunk/libeventmachine-ruby/debian/rules	2010-04-10 04:44:37 UTC (rev 5081)
@@ -5,12 +5,12 @@
 
 ruby_ver = 1.8
 
+DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/README
 DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/DEFERRABLES
 DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/EPOLL
 DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/KEYBOARD
 DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/LIGHTWEIGHT_CONCURRENCY
 DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/PURE_RUBY
-DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/README
 DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/RELEASE_NOTES
 DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/SMTP
 DEB_INSTALL_DOCS_libeventmachine-ruby-doc += $(DEB_SRCDIR)/docs/SPAWNED_PROCESSES

Modified: trunk/libeventmachine-ruby/debian/watch
===================================================================
--- trunk/libeventmachine-ruby/debian/watch	2010-04-10 00:03:47 UTC (rev 5080)
+++ trunk/libeventmachine-ruby/debian/watch	2010-04-10 04:44:37 UTC (rev 5081)
@@ -2,4 +2,4 @@
 version=3
 
 http://rubyforge.org/frs/?group_id=1555&release_id=31185 \
-    /frs/download.php/\d+/eventmachine-([\d\.]*)\.tar\.gz
+    /frs/download.php/\d+/eventmachine-([\d\.]*)\.gem




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