[DRE-commits] r3801 - packages-wip/libsystemu-ruby/trunk/debian

Ryan Niebur ryan52-guest at alioth.debian.org
Fri Jul 17 22:11:45 UTC 2009


Author: ryan52-guest
Date: 2009-07-17 22:11:44 +0000 (Fri, 17 Jul 2009)
New Revision: 3801

Modified:
   packages-wip/libsystemu-ruby/trunk/debian/control
   packages-wip/libsystemu-ruby/trunk/debian/rules
Log:
wrap words in long description, put the samples directly under examples dir instead of in a subdir

Modified: packages-wip/libsystemu-ruby/trunk/debian/control
===================================================================
--- packages-wip/libsystemu-ruby/trunk/debian/control	2009-07-17 21:58:05 UTC (rev 3800)
+++ packages-wip/libsystemu-ruby/trunk/debian/control	2009-07-17 22:11:44 UTC (rev 3801)
@@ -14,8 +14,9 @@
 Depends: libsystemu-ruby1.8, ${misc:Depends}
 Suggests: libsystemu-ruby-doc
 Description: univeral child process handling library
- Systemu is a ruby library to handle spawned processes in a platform independent fashion.
- This library will capture stdout and stderr and track child process pid.
+ Systemu is a ruby library to handle spawned processes in a platform
+ independent fashion.  This library will capture stdout and stderr and
+ track child process pid.
  .
  This package is a dependency package, which depends on the package
  containing actual Ruby systemu library for the default Ruby version
@@ -25,8 +26,9 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
 Description: univeral child process handling library for Ruby 1.8
- Systemu is a ruby library to handle spawned processes in a platform independent fashion.
- This library will capture stdout and stderr and track child process pid.
+ Systemu is a ruby library to handle spawned processes in a platform
+ independent fashion.  This library will capture stdout and stderr and
+ track child process pid.
  .
  This package contains systemu library for Ruby 1.8.
 
@@ -34,8 +36,9 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9
 Description: univeral child process handling library for Ruby 1.9
- Systemu is a ruby library to handle spawned processes in a platform independent fashion.
- This library will capture stdout and stderr and track child process pid.
+ Systemu is a ruby library to handle spawned processes in a platform
+ independent fashion.  This library will capture stdout and stderr and
+ track child process pid.
  .
  This package contains systemu library for Ruby 1.9.
 
@@ -44,8 +47,9 @@
 Architecture: all
 Depends: libsystemu-ruby, ${misc:Depends}
 Description: documentation for libsystemu-ruby
- Systemu is a ruby library to handle spawned processes in a platform independent fashion.
- This library will capture stdout and stderr and track child process pid.
+ Systemu is a ruby library to handle spawned processes in a platform
+ independent fashion.  This library will capture stdout and stderr and
+ track child process pid.
  .
  This package provides generated HTML documentation for libsystemu-ruby.
 

Modified: packages-wip/libsystemu-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libsystemu-ruby/trunk/debian/rules	2009-07-17 21:58:05 UTC (rev 3800)
+++ packages-wip/libsystemu-ruby/trunk/debian/rules	2009-07-17 22:11:44 UTC (rev 3801)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_INSTALL_EXAMPLES_libsystemu-ruby-doc := samples
+DEB_INSTALL_EXAMPLES_libsystemu-ruby-doc := samples/*
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk




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