Hi, I'm now trying to make a new release of the libusb-ruby package, to fix Bug#565834, following the instructions on the website.
I have a few questions: * The page "Using Subversion" links to "Upstream Sources" where pkg-ruby-get-sources is still mentioned. How about the attached change to website, to remove the reference? * Since I'm not yet a DM, I can't upload the new package by myself - so I'm now stopping at 6. of the checklist (actually I have committed the change to the trunk). Is my understanding correct that someone will upload it if I make a tag for the release? Thanks, -- Daiki Ueno
Index: src/30.subversion.en.page =================================================================== --- src/30.subversion.en.page (リビジョン 4539) +++ src/30.subversion.en.page (作業コピー) @@ -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.c...@. + Inside @libfoo-ruby/@, you can build the package with @svn-buildpackage@: <pre><code>$ svn-buildpackage -rfakeroot</code></pre>
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-ruby-extras-maintainers
