From: Silvio Rhatto Date: Tue, 28 Oct 2014 23:51:13 +0000 (-0200) Subject: Ruby: downloading existing dependencies (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4b2e3b8a4699498f41b5b7375d8b49ff22230d84;p=debian.git Ruby: downloading existing dependencies (2) --- diff --git a/ruby.md b/ruby.md index 761ac9b..329ee6e 100644 --- a/ruby.md +++ b/ruby.md @@ -118,6 +118,7 @@ Backporting existing packages: for package in $already_ported; do apt-get -t jessie source --download-only $package + dpkg-source -x $package*dsc done Additional steps: