[DRE-commits] r4544 - trunk/libinotify-ruby/debian

Lucas Nussbaum lucas at alioth.debian.org
Tue Jan 19 07:54:41 UTC 2010


Author: lucas
Date: 2010-01-19 07:54:41 +0000 (Tue, 19 Jan 2010)
New Revision: 4544

Modified:
   trunk/libinotify-ruby/debian/changelog
   trunk/libinotify-ruby/debian/control
   trunk/libinotify-ruby/debian/rules
Log:
rm pkg for 1.9, add pkg for 1.9.1

Modified: trunk/libinotify-ruby/debian/changelog
===================================================================
--- trunk/libinotify-ruby/debian/changelog	2010-01-19 07:41:17 UTC (rev 4543)
+++ trunk/libinotify-ruby/debian/changelog	2010-01-19 07:54:41 UTC (rev 4544)
@@ -1,8 +1,9 @@
-libinotify-ruby (0.0.2-4) UNRELEASED; urgency=low
+libinotify-ruby (0.0.2-4) unstable; urgency=low
 
   * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change.
+  * Drop package for Ruby 1.9, add package for ruby 1.9.1. Closes: #565827.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 08 Aug 2009 17:34:42 +0200
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 19 Jan 2010 20:53:22 +1300
 
 libinotify-ruby (0.0.2-3) unstable; urgency=low
 

Modified: trunk/libinotify-ruby/debian/control
===================================================================
--- trunk/libinotify-ruby/debian/control	2010-01-19 07:41:17 UTC (rev 4543)
+++ trunk/libinotify-ruby/debian/control	2010-01-19 07:54:41 UTC (rev 4544)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8,
- ruby1.8-dev, ruby1.9 (>= 1.9.0+20070523), ruby1.9-dev (>= 1.9.0+20070523)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ruby-pkg-tools (>= 0.17), ruby1.8,
+ ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libinotify-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libinotify-ruby/
@@ -29,11 +29,11 @@
  .
  This package is built for Ruby 1.8.
 
-Package: libinotify-ruby1.9
+Package: libinotify-ruby1.9.1
 Architecture: any
-Depends: ruby1.9, ${shlibs:Depends}, ${misc:Depends}
-Description: Ruby interface to Linux's inotify system (ruby 1.9)
+Depends: ruby1.9.1, ${shlibs:Depends}, ${misc:Depends}
+Description: Ruby interface to Linux's inotify system (ruby 1.9.1)
  The Ruby package ruby-inotify allows to use Linux's inotify system to
  wait for and respond to file access/change/create/delete events.
  .
- This package is built for Ruby 1.9.
+ This package is built for Ruby 1.9.1.

Modified: trunk/libinotify-ruby/debian/rules
===================================================================
--- trunk/libinotify-ruby/debian/rules	2010-01-19 07:41:17 UTC (rev 4543)
+++ trunk/libinotify-ruby/debian/rules	2010-01-19 07:54:41 UTC (rev 4544)
@@ -2,3 +2,9 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
+
+install/libinotify-ruby1.8::
+	ruby1.8 tests/test_1.rb
+
+install/libinotify-ruby1.9.1::
+	ruby1.9.1 tests/test_1.rb




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