Commit Graph

5 Commits

Author SHA1 Message Date
Benjamin Bohard 776440654b Adaptation du patch pour compiler sur Ubuntu 18.04 2021-05-06 10:47:35 +02:00
Greizgh 0a9bf0bf57 bump v1.19.0
Rework the dockerfile to build dpkg in a dedicated stage.
This simplifies the diff and hopefully reduce maintenance cost for
future versions.
2021-02-12 14:02:20 +01:00
Greizgh 069766d714 bump v1.18.0 for arm32v7 2020-12-29 22:12:09 +01:00
Greizgh 0e7004023c bump v1.18.0 for amd64 2020-12-29 21:56:03 +01:00
Christian Eriksson 9989534983
Support for arm32v7 (#25)
* Move Dockerfile.patch files to architecture dependent directories

Need a way to distinguish between patches when we implement support for other architectures.
Putting them in different paths seems simple and straight forward enough.

* Add -a option to support arm32v7 and amd64 architectures

Previous releases lacked support for compiling for arm32v7 architecture.
In order to keep previous behaviour the default is set to amd64. Using the
-a option, users can now choose between arm32v7 and amd64. If arm32v7 is
used only the Buster release of debian is supported. The limitation is
due to the libmariadb3:armhf dependency not being avaliable in earlier
debian releases.

* Update documentation to detail the -a option

* Remove reference to local dirs

* Set debian package to report correct architecture for arm32v7 build

* Format arm32v7 Dockerfile.patch to match the amd64

* Handle architecture property in control file dynamically

Similar to version, the architecture property in the control file should be
handled dynamically. The build script will now replace the architecture prop
from control.dist to match the choosen architecture.
2020-11-10 11:08:37 +01:00