]> gitweb.fluxo.info Git - debian.git/commitdiff
Ruby: first do sid, then backport
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 29 Oct 2014 14:57:59 +0000 (12:57 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 29 Oct 2014 14:57:59 +0000 (12:57 -0200)
ruby.md

diff --git a/ruby.md b/ruby.md
index 329ee6e6e86b7fffad63e83ba15ca277666baa27..67768d0ef7c6b897bc2c1b2e56d3af27f86d23f1 100644 (file)
--- a/ruby.md
+++ b/ruby.md
@@ -64,7 +64,7 @@ Then:
 * Try different package names.
 * Update your list of existing `$packages`.
 
-In this example, that gives us the following `$already_ported` dependencies:
+In this example we have the following `$already_ported` dependencies:
 
 * capistrano
 * ruby-activemodel
@@ -114,18 +114,18 @@ Build remaining packages:
       gem2deb $gem
     done
 
-Backporting existing packages:
+Getting the source for the existing packages:
 
     for package in $already_ported; do
       apt-get -t jessie source --download-only $package
       dpkg-source -x $package*dsc
     done
 
-Additional steps:
+Next steps:
 
-* Backport existing dependencies if needed.
 * Fix `debian/control` and other FIXME's on each package.
 * Put `debian/` folder in a `debian` branch on each source.
 * [Review the code](https://manual.sarava.org/specs/code/).
-* Automate building with pbuilder.
+* Automate building with pbuilder for `sid`.
 * Upstream pull requests.
+* Backport everything to `wheezy`.