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

Bryan McLellan btm-guest at alioth.debian.org
Fri Jul 17 21:58:06 UTC 2009


Author: btm-guest
Date: 2009-07-17 21:58:05 +0000 (Fri, 17 Jul 2009)
New Revision: 3800

Modified:
   packages-wip/libsystemu-ruby/trunk/debian/control
   packages-wip/libsystemu-ruby/trunk/debian/rules
Log:
Swap from DEB_INSTALL_DOCS to DEB_INSTALL_EXAMPLES
Correct some grammatical issues in the package descriptions


Modified: packages-wip/libsystemu-ruby/trunk/debian/control
===================================================================
--- packages-wip/libsystemu-ruby/trunk/debian/control	2009-07-17 21:46:57 UTC (rev 3799)
+++ packages-wip/libsystemu-ruby/trunk/debian/control	2009-07-17 21:58:05 UTC (rev 3800)
@@ -14,7 +14,7 @@
 Depends: libsystemu-ruby1.8, ${misc:Depends}
 Suggests: libsystemu-ruby-doc
 Description: univeral child process handling library
- A ruby library to handle spawned processes in a platform independent fashion.
+ 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
@@ -25,7 +25,7 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
 Description: univeral child process handling library for Ruby 1.8
- A ruby library to handle spawned processes in a platform independent fashion.
+ 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,7 +34,7 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9
 Description: univeral child process handling library for Ruby 1.9
- A ruby library to handle spawned processes in a platform independent fashion.
+ 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.
@@ -43,8 +43,8 @@
 Section: doc
 Architecture: all
 Depends: libsystemu-ruby, ${misc:Depends}
-Description: Documentation for libsystemu-ruby
- A ruby library to handle spawned processes in a platform independent fashion.
+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.
  .
  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:46:57 UTC (rev 3799)
+++ packages-wip/libsystemu-ruby/trunk/debian/rules	2009-07-17 21:58:05 UTC (rev 3800)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_INSTALL_DOCS_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