summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leap.md17
1 files changed, 4 insertions, 13 deletions
diff --git a/leap.md b/leap.md
index 06537c4..c63ddc6 100644
--- a/leap.md
+++ b/leap.md
@@ -89,7 +89,7 @@ That means the following `$gems` needs to be packaged:
* base32
* command_line_reporter
* gli
-* json_pure (we can just use ruby-json and ignore this dependenc)
+* json_pure (we can just use ruby-json and ignore this dependency)
* leap_cli
* mini_portile
* tee
@@ -140,21 +140,12 @@ Per-package tasks
* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765124
* https://github.com/rails/rails/issues/13164
* ruby-leap-cli:
- * rename do `leap-cli`.
- * file conflict:
- * https://leap.se/code/issues/6374
- * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673577
- * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677724
+ * net-ssh compatibility:
+ * https://github.com/net-ssh/net-ssh/issues/145
+ * https://github.com/capistrano/capistrano/issues/927
* workflow:
git checkout develop
git archive --prefix=leap-cli-1.5.6/ --format=tar HEAD | bzip2 > ../tarballs/leap-cli-1.5.6.tar.bz2
git checkout debian
git-buildpackage --git-ignore-branch
-
- * cleanup:
-
- debian/leap-cli/usr/lib/ruby/vendor_ruby/leap_cli.rb: require 'rubygems'
- Found some 'require rubygems' without overrides (see above).
- ERROR: Test "require-rubygems" failed. Exiting.
-