[Pkg-ruby-extras-maintainers] r534 - website/src/ruby-pkg-tools

Daigo Moriwaki daigo-guest at costa.debian.org
Wed May 10 14:50:07 UTC 2006


Author: daigo-guest
Date: 2006-05-10 14:50:06 +0000 (Wed, 10 May 2006)
New Revision: 534

Modified:
   website/src/ruby-pkg-tools/30.cdbs.en.page
Log:
Apply Tomas Pospisek's patch.
webgen does not work with stack overflow error so that no html files are updated.


Modified: website/src/ruby-pkg-tools/30.cdbs.en.page
===================================================================
--- website/src/ruby-pkg-tools/30.cdbs.en.page	2006-05-10 13:58:22 UTC (rev 533)
+++ website/src/ruby-pkg-tools/30.cdbs.en.page	2006-05-10 14:50:06 UTC (rev 534)
@@ -24,6 +24,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk</code></pre>
 
+ at libbreakpoint-ruby@ is an example of a @setup.rb@ based Debian package.
+
 For @extconf.rb@ it would look like this:
 
 <pre><code>#!/usr/bin/make -f
@@ -33,6 +35,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk</code></pre>
 
+You can have a look at @libgpgme-ruby@ to see how an @extconf.rb@ based
+package can be built.
+
 Note that it is still possible to configure and override the behaviour of
 the class and debhelper.  No control is lost.  For more information about
 how to use the class, see the "CDBS




More information about the pkg-ruby-extras-maintainers mailing list