[DRE-commits] r3283 - packages/libxml-ruby/trunk/debian

ryan52-guest at alioth.debian.org ryan52-guest at alioth.debian.org
Mon Mar 16 05:53:21 UTC 2009


Author: ryan52-guest
Date: 2009-03-16 05:53:21 +0000 (Mon, 16 Mar 2009)
New Revision: 3283

Modified:
   packages/libxml-ruby/trunk/debian/changelog
   packages/libxml-ruby/trunk/debian/control
Log:
* add misc:Depends
* differentiate the short descriptions

Modified: packages/libxml-ruby/trunk/debian/changelog
===================================================================
--- packages/libxml-ruby/trunk/debian/changelog	2009-03-16 05:38:36 UTC (rev 3282)
+++ packages/libxml-ruby/trunk/debian/changelog	2009-03-16 05:53:21 UTC (rev 3283)
@@ -8,8 +8,10 @@
     Maintainer/Uploaders
   * change Section to ruby
   * stop using the simple-patchsys cdbs rules, there are no patches
+  * add misc:Depends
+  * differentiate the short descriptions
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 15 Mar 2009 22:36:17 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 15 Mar 2009 22:48:43 -0700
 
 libxml-ruby (0.9.4-1) unstable; urgency=low
 

Modified: packages/libxml-ruby/trunk/debian/control
===================================================================
--- packages/libxml-ruby/trunk/debian/control	2009-03-16 05:38:36 UTC (rev 3282)
+++ packages/libxml-ruby/trunk/debian/control	2009-03-16 05:53:21 UTC (rev 3283)
@@ -12,8 +12,8 @@
 
 Package: libxml-ruby
 Architecture: all
-Depends: libxml-ruby1.8
-Description: Ruby interface to libxml
+Depends: libxml-ruby1.8, ${misc:Depends}
+Description: Ruby interface to libxml (dependency package)
  libxml-ruby is a Ruby interface for processing XML.  It supports
  XPath, XPointer, and other features.  Internally, it uses libxml
  and libxslt.
@@ -23,8 +23,8 @@
 
 Package: libxml-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}
-Description: Ruby interface to libxml
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Ruby interface to libxml (for Ruby 1.8)
  libxml-ruby is a Ruby interface for processing XML.  It supports
  XPath, XPointer, and other features.  Internally, it uses libxml
  and libxslt.




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