[DRE-commits] r4025 - trunk/libopen4-ruby/debian

Roberto C. Sanchez roberto at alioth.debian.org
Fri Aug 28 00:24:44 UTC 2009


Author: roberto
Date: 2009-08-28 00:24:44 +0000 (Fri, 28 Aug 2009)
New Revision: 4025

Modified:
   trunk/libopen4-ruby/debian/changelog
   trunk/libopen4-ruby/debian/control
Log:
* Bump standards version to 3.8.3 (no changes)
* Make lintian happy:
  + Have Build-Depends satisfy requirements for 'debian/rules clean'
  + Add missing ${misc:Depends} dependency for each binary package

Modified: trunk/libopen4-ruby/debian/changelog
===================================================================
--- trunk/libopen4-ruby/debian/changelog	2009-08-28 00:13:00 UTC (rev 4024)
+++ trunk/libopen4-ruby/debian/changelog	2009-08-28 00:24:44 UTC (rev 4025)
@@ -1,9 +1,12 @@
-libopen4-ruby (0.9.6-4) UNRELEASED; urgency=low
+libopen4-ruby (0.9.6-4) unstable; urgency=low
 
-  * NOT RELEASED YET
   * Update package section to ruby to comply with new archive layout.
+  * Bump standards version to 3.8.3 (no changes)
+  * Make lintian happy:
+    + Have Build-Depends satisfy requirements for 'debian/rules clean'
+    + Add missing ${misc:Depends} dependency for each binary package
 
- -- Roberto C. Sanchez <roberto at connexer.com>  Mon, 23 Mar 2009 15:08:01 -0400
+ -- Roberto C. Sanchez <roberto at connexer.com>  Thu, 27 Aug 2009 18:59:35 -0400
 
 libopen4-ruby (0.9.6-3) unstable; urgency=high
 

Modified: trunk/libopen4-ruby/debian/control
===================================================================
--- trunk/libopen4-ruby/debian/control	2009-08-28 00:13:00 UTC (rev 4024)
+++ trunk/libopen4-ruby/debian/control	2009-08-28 00:24:44 UTC (rev 4025)
@@ -3,16 +3,15 @@
 Priority: extra
 Maintainer: Athena Capital Research <acr-debian at athenacr.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Roberto C. Sanchez <roberto at connexer.com>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ruby-pkg-tools (>= 0.14)
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.14)
+Standards-Version: 3.8.3
 Homepage: http://www.codeforpeople.com/lib/ruby/open4/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libopen4-ruby/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libopen4-ruby/
 
 Package: libopen4-ruby
 Architecture: all
-Depends: libopen4-ruby1.8
+Depends: libopen4-ruby1.8, ${misc:Depends}
 Description: library for managing child processes in Ruby
  Open4 lets you open child process with handles on pid, stdin, stdout, and
  stderr: manage child processes and their I/O handles easily.
@@ -22,7 +21,7 @@
 
 Package: libopen4-ruby1.8
 Architecture: all
-Depends: ruby1.8
+Depends: ruby1.8, ${misc:Depends}
 Replaces: libcommandline-ruby1.8 (<< 0.7.10-10~)
 Description: library for managing child processes (Ruby 1.8)
  Open4 lets you open child process with handles on pid, stdin, stdout, and
@@ -32,7 +31,7 @@
 
 Package: libopen4-ruby1.9
 Architecture: all
-Depends: ruby1.9
+Depends: ruby1.9, ${misc:Depends}
 Description: library for managing child processes (Ruby 1.9)
  Open4 lets you open child process with handles on pid, stdin, stdout, and
  stderr: manage child processes and their I/O handles easily.




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