Skip to content

Releases: cloudogu/makefiles

v1.0.4

11 Sep 05:56
v1.0.4
6db4cb2
Compare
Choose a tag to compare

Copy files to data folder with the access permissions they already have without using the install command.

Also make sure the data folder is created before.

Resolves #18

v1.0.3

03 Sep 04:47
v1.0.3
f13ee59
Compare
Choose a tag to compare

This bugfix release ensures that in a fresh working environment the control directory is set up during debian package creation before the PREPARE_PACKAGE make target is executed so it won't fail.
This resolves issue #15

v1.0.2

02 Sep 08:31
Compare
Choose a tag to compare

New bugfix release 🎈 🪲 🚫

This release fixes a bug where the target update-makefiles fails when it was called on a clean slate. #14

⚠️ Downstream projects possibly need to add a target dependency to the update-makefiles target in order to fix it. Just like so:

update-makefiles: $(TMP_DIR)

v1.0.1

28 Aug 09:13
v1.0.1
f108ac8
Compare
Choose a tag to compare

This bugfix ensures that config files included in debian packages built via the "package" or
"debian" make targets are not overwriting their host-local copies. Instead dpkg/apt asks
to solve the conflict.

v1.0.0

12 Aug 13:17
Compare
Choose a tag to compare

Release of version 1.0.0 🌈

This release solves the issue of packing files into debian package file without compile (#8). This can occur when there is no binary involved in the debian creation file (f. i. when the package consists of shell scripts)

⚠️ Breaking Change ahead ⚠️

This release comes with a breaking change. The debian target is now used to bundle the target directory in to the debian file. Please use package instead.

v0.1.0

07 Aug 10:08
Compare
Choose a tag to compare

❤️ 👍 Stable release v0.1.0 🎈 🎉

This release introduces the major feature of modular Makefiles

Furthermore this release also fixes two issues:

  • correctly re-use existing variables in the main Makefile #3
  • remove variable typo #5

v0.0.1b2

03 May 14:25
Compare
Choose a tag to compare
v0.0.1b2 Pre-release
Pre-release
Fixed bug caused by typo

v0.0.1b1

03 May 13:32
Compare
Choose a tag to compare
v0.0.1b1 Pre-release
Pre-release
Implemented generating checksums during build