Update README for patching instructions
This commit is contained in:
parent
6a2179691e
commit
e3f760f1fc
|
@ -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).
|
||||
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue