From 01d9f0bdbe5347c53a66153cfd929bbf6febefce Mon Sep 17 00:00:00 2001 From: Robert Wolff Date: Tue, 7 Jun 2016 10:06:52 -0700 Subject: [PATCH] Update README.md --- Contribute/Debian/README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Contribute/Debian/README.md b/Contribute/Debian/README.md index 8b13789..53f67ae 100644 --- a/Contribute/Debian/README.md +++ b/Contribute/Debian/README.md @@ -1 +1,36 @@ +# Contributions to Debian Reference Platform Build +## Type of Contribution + +### New Package + +###### Contribute + +- Submit package to Debian + - https://wiki.debian.org/HowToPackageForDebian + - https://wiki.debian.org/Packaging/Intro +- Once package is reviewed and/or accepted by a Debian developer, your package is ready to be accepted by Linaro Overlay + - Open a bug at https://bugs.linaro.org/ (Reference Platform) with the package change that is required + +*** + +### Package changes or fixes + +###### Contribute + +- Submit package change to Debian + - https://wiki.debian.org/HowToPackageForDebian + - https://wiki.debian.org/Packaging/Intro +- Open a bug at https://bugs.linaro.org/ (Reference Platform) with the package change that is required +- [Example](http://packaging.ubuntu.com/html/traditional-packaging.html#creating-a-debdiff) + +*** + +### Backports + +###### Contribute + +- Open a bug at https://bugs.linaro.org/ (Reference Platform) with the package change that is required +- Get package included in [Jessie Backports](https://backports.debian.org/), this repository is also enabled by default in the Debian Reference Platform Builds + +***