[Pkg-ruby-extras-maintainers] r670 - in website/src: . ruby-pkg-tools

Vincent Fourmond fourmond-guest at costa.debian.org
Mon Jul 3 23:12:55 UTC 2006


Author: fourmond-guest
Date: 2006-07-03 23:12:54 +0000 (Mon, 03 Jul 2006)
New Revision: 670

Modified:
   website/src/10.join.en.page
   website/src/20.create.en.page
   website/src/ruby-pkg-tools/40.uploaders.en.page
Log:
Small improvements in documentation, from a beginner's experience.


Modified: website/src/10.join.en.page
===================================================================
--- website/src/10.join.en.page	2006-07-03 23:09:17 UTC (rev 669)
+++ website/src/10.join.en.page	2006-07-03 23:12:54 UTC (rev 670)
@@ -16,4 +16,7 @@
   page":http://alioth.debian.org/projects/pkg-ruby-extras/.
 * When given access, add yourself to the @pkg-ruby-extras.team@ file (see
   also "this page":ruby-pkg-tools/team-members.html), bump the minor
-  version, upload this version and tag it afterwards.
+  version, upload this version and tag it afterwards. Please do not forget
+  to add a comma at the end of the previous line, as this would break 
+  generated control files.
+  

Modified: website/src/20.create.en.page
===================================================================
--- website/src/20.create.en.page	2006-07-03 23:09:17 UTC (rev 669)
+++ website/src/20.create.en.page	2006-07-03 23:12:54 UTC (rev 670)
@@ -30,6 +30,7 @@
 include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 </code></pre>
 
+
 There are a number of configuration variables you can set. For more
 information, see the "CDBS class information page":ruby-pkg-tools/cdbs.html.
 
@@ -56,6 +57,9 @@
 
 You should not try to import your package manually: this handles a lot of small gory details you do not want to know.
 
+*N.B.* Make sure that you have registered a SSH key, else you will be 
+prompted for your password a good dozen of times.
+
 This script creates a @branches@ directory in svn that we do not use. You should remove this directory after the svn-inject operation. Get first a fresh copy of the package you just injected in svn, then delete the unneeded @branches@ directory.
 <pre><code>$ cd Debian/packages
 $ svn co svn+ssh://svn.debian.org/svn/pkg-ruby-extras/packages/libfoo-ruby

Modified: website/src/ruby-pkg-tools/40.uploaders.en.page
===================================================================
--- website/src/ruby-pkg-tools/40.uploaders.en.page	2006-07-03 23:09:17 UTC (rev 669)
+++ website/src/ruby-pkg-tools/40.uploaders.en.page	2006-07-03 23:12:54 UTC (rev 670)
@@ -19,7 +19,9 @@
   include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
 Note that in case of a rules file that uses CDBS, this line must be the
-last one.
+last one. *Be careful*: with this rule, all direct changes to 
+ at debian/control@ *will be lost*. You should modify @debian/control.in@
+instead.
 
 *N.B.* When using this rule, don't forget to add "ruby-pkg-tools" to
-the Build-Depends(-Indep) field!
+the Build-Depends(-Indep) field! 




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