[DRE-commits] r4542 - trunk/website/src

Daiki Ueno daiki-guest at alioth.debian.org
Tue Jan 19 04:44:03 UTC 2010


Author: daiki-guest
Date: 2010-01-19 04:44:02 +0000 (Tue, 19 Jan 2010)
New Revision: 4542

Modified:
   trunk/website/src/30.subversion.en.page
Log:
Remove a link to ruby-pkg-tools/sources.html, and add new instructions to get upstream sources.


Modified: trunk/website/src/30.subversion.en.page
===================================================================
--- trunk/website/src/30.subversion.en.page	2010-01-19 02:06:55 UTC (rev 4541)
+++ trunk/website/src/30.subversion.en.page	2010-01-19 04:44:02 UTC (rev 4542)
@@ -54,12 +54,18 @@
 
 h3. Building with @svn-buildpackage@
 
-First, you must "download upstream sources":ruby-pkg-tools/sources.html.
+First, you have to change do the trunk directory:
 
-Then you have to change do the trunk directory:
-
 <pre><code>$ cd libfoo-ruby/</code></pre>
 
+You need upstream sources to build the package.  Use @uscan@ to download them:
+
+<pre><code>$ uscan --download-current-version --destdir ../tarballs/</code></pre>
+
+or just tell @svn-buildpackage@ to automatically download upstream
+sources when needed.  It can be done by adding @svn-download-orig@ to
+@~/.svn-buildpackage.conf at .
+
 Inside @libfoo-ruby/@, you can build the package with @svn-buildpackage@:
 
 <pre><code>$ svn-buildpackage -rfakeroot</code></pre>




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