[DRE-commits] r1904 - in packages-wip: libcolor-tools-ruby/trunk/debian libtransaction-simple-ruby/trunk/debian

gwolf at alioth.debian.org gwolf at alioth.debian.org
Thu Sep 13 01:40:23 UTC 2007


Author: gwolf
Date: 2007-09-13 01:40:23 +0000 (Thu, 13 Sep 2007)
New Revision: 1904

Modified:
   packages-wip/libcolor-tools-ruby/trunk/debian/changelog
   packages-wip/libcolor-tools-ruby/trunk/debian/control
   packages-wip/libtransaction-simple-ruby/trunk/debian/changelog
   packages-wip/libtransaction-simple-ruby/trunk/debian/control
Log:
Completed full descriptions
Added the ITP bugs being closed by the first upload


Modified: packages-wip/libcolor-tools-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libcolor-tools-ruby/trunk/debian/changelog	2007-09-13 00:19:53 UTC (rev 1903)
+++ packages-wip/libcolor-tools-ruby/trunk/debian/changelog	2007-09-13 01:40:23 UTC (rev 1904)
@@ -1,5 +1,6 @@
 libcolor-tools-ruby (1.3.0-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Initial upload (Closes: #442082)
 
- -- Gunnar Wolf <gwolf at debian.org>  Wed, 12 Sep 2007 18:53:25 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 12 Sep 2007 20:39:03 -0500

Modified: packages-wip/libcolor-tools-ruby/trunk/debian/control
===================================================================
--- packages-wip/libcolor-tools-ruby/trunk/debian/control	2007-09-13 00:19:53 UTC (rev 1903)
+++ packages-wip/libcolor-tools-ruby/trunk/debian/control	2007-09-13 01:40:23 UTC (rev 1904)
@@ -10,8 +10,12 @@
 Package: libcolor-tools-ruby
 Architecture: all
 Depends: libcolor-tools-ruby1.8
-Description: A generic way to add active transaction support to objects
- (The full description goes in here)
+Description: Ruby library to provide RGB, CMYK and other colorspace support
+ This Ruby library provides support to RGB, CMYK and other
+ colorspaces. It offers 152 named RGB colors (184 with spelling
+ variations) that are commonly supported and used in HTML, SVG and X11
+ applications. A technique for generating a monochromatic contrasting
+ palette is also included.
  .
  This is a dummy package depending on the library for the current default
  version of Ruby.
@@ -19,8 +23,12 @@
 Package: libcolor-tools-ruby-doc
 Section: doc
 Architecture: all
-Description: A generic way to add active transaction support to objects
- (The full description goes in here)
+Description: Ruby library to provide RGB, CMYK and other colorspace support
+ This Ruby library provides support to RGB, CMYK and other
+ colorspaces. It offers 152 named RGB colors (184 with spelling
+ variations) that are commonly supported and used in HTML, SVG and X11
+ applications. A technique for generating a monochromatic contrasting
+ palette is also included.
  .
  This is the documentation package, with upstream documentation, as well as
  generated rdoc.
@@ -28,5 +36,9 @@
 Package: libcolor-tools-ruby1.8
 Architecture: all
 Depends: ruby1.8
-Description: A generic way to add active transaction support to objects
- (The full description goes in here)
+Description: Ruby library to provide RGB, CMYK and other colorspace support
+ This Ruby library provides support to RGB, CMYK and other
+ colorspaces. It offers 152 named RGB colors (184 with spelling
+ variations) that are commonly supported and used in HTML, SVG and X11
+ applications. A technique for generating a monochromatic contrasting
+ palette is also included.

Modified: packages-wip/libtransaction-simple-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libtransaction-simple-ruby/trunk/debian/changelog	2007-09-13 00:19:53 UTC (rev 1903)
+++ packages-wip/libtransaction-simple-ruby/trunk/debian/changelog	2007-09-13 01:40:23 UTC (rev 1904)
@@ -1,5 +1,6 @@
 libtransaction-simple-ruby (1.4.0-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Initial upload (Closes: #442084)
 
- -- Gunnar Wolf <gwolf at debian.org>  Wed, 12 Sep 2007 17:46:26 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 12 Sep 2007 20:39:33 -0500

Modified: packages-wip/libtransaction-simple-ruby/trunk/debian/control
===================================================================
--- packages-wip/libtransaction-simple-ruby/trunk/debian/control	2007-09-13 00:19:53 UTC (rev 1903)
+++ packages-wip/libtransaction-simple-ruby/trunk/debian/control	2007-09-13 01:40:23 UTC (rev 1904)
@@ -11,8 +11,16 @@
 Architecture: all
 Depends: libtransaction-simple-ruby1.8
 Description: A generic way to add active transaction support to objects
- (The full description goes in here)
+ Transaction::Simple provides a generic way to add active transaction
+ support to objects. The transaction methods added by this module will work
+ with most objects, excluding those that cannot be Marshal-ed (bindings,
+ procedure objects, IO instances, or singleton objects).
  .
+ The transactions supported by Transaction::Simple are not associated with
+ any sort of data store. They are "live" transactions occurring in memory
+ on the object itself. This is to allow "test" changes to be made to an
+ object before making the changes permanent.
+ .
  This is a dummy package depending on the library for the current default
  version of Ruby.
 
@@ -20,8 +28,16 @@
 Section: doc
 Architecture: all
 Description: A generic way to add active transaction support to objects
- (The full description goes in here)
+ Transaction::Simple provides a generic way to add active transaction
+ support to objects. The transaction methods added by this module will work
+ with most objects, excluding those that cannot be Marshal-ed (bindings,
+ procedure objects, IO instances, or singleton objects).
  .
+ The transactions supported by Transaction::Simple are not associated with
+ any sort of data store. They are "live" transactions occurring in memory
+ on the object itself. This is to allow "test" changes to be made to an
+ object before making the changes permanent.
+ .
  This is the documentation package, with upstream documentation, as well as
  generated rdoc.
 
@@ -29,4 +45,12 @@
 Architecture: all
 Depends: ruby1.8
 Description: A generic way to add active transaction support to objects
- (The full description goes in here)
+ Transaction::Simple provides a generic way to add active transaction
+ support to objects. The transaction methods added by this module will work
+ with most objects, excluding those that cannot be Marshal-ed (bindings,
+ procedure objects, IO instances, or singleton objects).
+ .
+ The transactions supported by Transaction::Simple are not associated with
+ any sort of data store. They are "live" transactions occurring in memory
+ on the object itself. This is to allow "test" changes to be made to an
+ object before making the changes permanent.




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