From: Silvio Rhatto Date: Thu, 6 Nov 2014 18:55:26 +0000 (-0200) Subject: Ruby: ruby-gli X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f3af0388d0ffca3897d638a6500c248e46672052;p=debian.git Ruby: ruby-gli --- diff --git a/.gitignore b/.gitignore index 72663aa..50af869 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.upload .vagrant packages +tmp diff --git a/TODO.md b/TODO.md index c4ba382..ab93c8a 100644 --- a/TODO.md +++ b/TODO.md @@ -12,6 +12,7 @@ Organization * Deploy as a ikiwiki + git-annex instance, perhaps replacing reprepro. * Try an [AutomateBackports](https://wiki.debian.org/AutomateBackports) setup. * Vagrant: run `debian-dev-setup` as an additional shell provisioner. +* Security: https://wiki.debian.org/SecurePbuilder Upstream -------- diff --git a/ruby.md b/ruby.md index 56565b5..fea41f8 100644 --- a/ruby.md +++ b/ruby.md @@ -123,13 +123,22 @@ Getting the source for the existing packages: Status: -* Done: currently nothing besides this doc :/ -* Currently doing: `ruby-base32`. +* Done initial packaging: + * ruby-base32 + * ruby-command-line-reporter +* Currently doing: `ruby-gli` with the following dependencies: + * clean_test + * faker + * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765124 + * https://github.com/rails/rails/issues/13164 + * ruby-rdoc Next steps: * Fix `debian/control` and other `FIXME` on each package. * Put `debian/` folder in a `debian` branch on each source. +* Fix [tests](https://wiki.debian.org/Teams/Ruby/Packaging/Tests). +* [Other best practices](https://wiki.debian.org/Teams/Ruby/RubyExtras/UpstreamDevelopers). * [Review the code](https://manual.sarava.org/specs/code/). * Automate building with pbuilder for `sid`. * Fix lintian warnings.