]> gitweb.fluxo.info Git - debian.git/commitdiff
Ruby: ruby-gli
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Nov 2014 18:55:26 +0000 (16:55 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Nov 2014 18:55:26 +0000 (16:55 -0200)
.gitignore
TODO.md
ruby.md

index 72663aaf0aa823bce4df2ca56439104c2439e016..50af869ac27f28a38f74c56634159c4afd6476d0 100644 (file)
@@ -1,3 +1,4 @@
 *.upload
 .vagrant
 packages
+tmp
diff --git a/TODO.md b/TODO.md
index c4ba382667e4752ba0b2413a2833620554174d6b..ab93c8a47b773e5bbf8a65fb4d2707a415c4e3f9 100644 (file)
--- 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 56565b533dfb5b068f865b597f196aa10bf43242..fea41f84542fb1cb900c1af0c4845cd4b6f88390 100644 (file)
--- 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.