diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-24 16:53:14 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-24 16:53:14 -0200 |
commit | ceaf513d5bf21776c4b9b252d3897cf87c98f5e3 (patch) | |
tree | b311730955f02bba1040915a1501488f8df6c121 | |
parent | 43d390bad8c0f6969b052c5ee5e4043de5a3580c (diff) | |
download | debian-ceaf513d5bf21776c4b9b252d3897cf87c98f5e3.tar.gz debian-ceaf513d5bf21776c4b9b252d3897cf87c98f5e3.tar.bz2 |
Ruby updates
-rw-r--r-- | ruby.md | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -62,7 +62,7 @@ Then: * Check for non-existing packages. * Try different package names. -* Update your list of existing packages. +* Update your list of existing `$packages`. In this example, that gives us the following already ported dependencies: @@ -114,19 +114,6 @@ Build remaining packages: gem2deb $gem done -Report: - - echo "Existing debian dependencies: $packages" - echo "New packages : $dependencies" - -Test: - - sudo dpkg -i *deb - -Deb cleanup: - - sudo dpkg -r $dependencies - Additional steps: * Backport existing dependencies if needed. |