summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-10-29 13:37:11 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-10-29 13:37:11 -0200
commit2a5653de6cc4e4d15d8a6a49fa3dd7d82995fe7b (patch)
tree39af3441cff3330b4e8ce20467d615b5e3359f62
parentba0958234d5e8f0f97b017acb04e11990e816947 (diff)
downloaddebian-2a5653de6cc4e4d15d8a6a49fa3dd7d82995fe7b.tar.gz
debian-2a5653de6cc4e4d15d8a6a49fa3dd7d82995fe7b.tar.bz2
Updating ruby's next steps and references
-rw-r--r--references.md1
-rw-r--r--ruby.md3
2 files changed, 3 insertions, 1 deletions
diff --git a/references.md b/references.md
index 8deebdf..da13142 100644
--- a/references.md
+++ b/references.md
@@ -7,6 +7,7 @@ General
* [Overview — Ubuntu Packaging Guide](http://packaging.ubuntu.com/html/).
* [Debian New Maintainers' Guide](https://www.debian.org/doc/manuals/maint-guide/).
* [Debugging Debian package installations](http://mdcc.cx/debian/debugging_debian_package_installations.html).
+* [Debian Policy Manual](https://www.debian.org/doc/debian-policy/).
Pbuilder and cowbuilder
-----------------------
diff --git a/ruby.md b/ruby.md
index 67768d0..d44bd55 100644
--- a/ruby.md
+++ b/ruby.md
@@ -123,9 +123,10 @@ Getting the source for the existing packages:
Next steps:
-* Fix `debian/control` and other FIXME's on each package.
+* Fix `debian/control` and other `FIXME` on each package.
* Put `debian/` folder in a `debian` branch on each source.
* [Review the code](https://manual.sarava.org/specs/code/).
* Automate building with pbuilder for `sid`.
+* Fix lintian warnings.
* Upstream pull requests.
* Backport everything to `wheezy`.