From 12426636aa070026cffbd5ae5629d9f12a82bc96 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Wed, 24 Feb 2016 21:34:31 +0100 Subject: [PATCH] Update packaging_apps.md --- packaging_apps.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packaging_apps.md b/packaging_apps.md index 87cb6341..b1d05412 100644 --- a/packaging_apps.md +++ b/packaging_apps.md @@ -136,6 +136,15 @@ You will find points to verify quality of your scripts: * scripts had been tested on Debian Jessie as well as 32 bits, 64 bits and ARM architectures; * backup and restore scripts are present and functional. +### Package script checker +Package checker + +This is a Python script which check: +* that the package is up to date wich last specifications +* that all files are present +* that the manifest don't have syntax error +* that scripts exit well before modifing the system during verifications. + ### Publish and ask for testing your application * Publishing a [post on the Forum](https://forum.yunohost.org/) with the [`App integration` category](https://forum.yunohost.org/c/app-integration), to ask tests and returns on your application.