summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-11-06 16:55:26 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-11-06 16:55:26 -0200
commitf3af0388d0ffca3897d638a6500c248e46672052 (patch)
treef221a10a852d9a4780024e3dad4b94528c49ce9d
parent4da89a1546993a9d836255386ef1fbda8e189a52 (diff)
downloaddebian-f3af0388d0ffca3897d638a6500c248e46672052.tar.gz
debian-f3af0388d0ffca3897d638a6500c248e46672052.tar.bz2
Ruby: ruby-gli
-rw-r--r--.gitignore1
-rw-r--r--TODO.md1
-rw-r--r--ruby.md13
3 files changed, 13 insertions, 2 deletions
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.