From e3f760f1fc4eba274f26820387564e40876ff664 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 15 Apr 2018 12:46:58 -0400 Subject: [PATCH] Update README for patching instructions --- README.md | 4 ++-- squeeze/patch.sh | 2 +- wheezy/patch.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15dfd1d3..3840fdbb 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ This project native tongue is French, and the code is commented in English. The ## Developper information -* This software is built around a Debian package for Squeeze whose packaging instructions are located in [debian/](debian/) folder +* This software is built around a Debian package for Jessie whose packaging instructions are located in [debian/](debian/) folder * To **build the packages**, clone this repository in a Debian machine and use `debuild` or `dpkg-buildpackage` from source code root. +* If you want to **build it for Squeeze**, clone the source and patch it for Squeeze using [squeeze/patch.sh](squeeze/patch.sh) script. You'll be able to use dpkg-buildpackage to build the Wheezy version. * If you want to **build it for Wheezy**, clone the source and patch it for Wheezy using [wheezy/patch.sh](wheezy/patch.sh) script. You'll be able to use dpkg-buildpackage to build the Wheezy version. -* If you want to **build it for Jessie**, clone the source and patch it for Wheezy using [wheezy/patch.sh](wheezy/patch.sh) script then patch it for Jessie using [jessie/patch.sh](jessie/patch.sh) script. You'll be able to use dpkg-buildpackage to build the Jessie version. * The web control panel pages written in PHP are located in [bureau/admin](bureau/admin) and the associated PHP classes doing the stuff are in [bureau/class](bureau/class). diff --git a/squeeze/patch.sh b/squeeze/patch.sh index c249f18a..758e77a1 100755 --- a/squeeze/patch.sh +++ b/squeeze/patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Apply diffs to build for jessie +# Apply diffs to build for squeeze # DON'T COMMIT ANYTHING AFTER launching this # reset your repos back to the serverside one! diff --git a/wheezy/patch.sh b/wheezy/patch.sh index c3e02db9..efb16bce 100755 --- a/wheezy/patch.sh +++ b/wheezy/patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Apply diffs to build for jessie +# Apply diffs to build for wheezy # DON'T COMMIT ANYTHING AFTER launching this # reset your repos back to the serverside one!