libmgesysutils:v1.5.y-tip

Last commit made on 2023-08-15
Get this branch:
git clone -b v1.5.y-tip https://git.launchpad.net/libmgesysutils
Only Mark Grant can upload to this branch. If you are Mark Grant please log in for upload directions.

Branch merges

Branch information

Name:
v1.5.y-tip
Repository:
lp:libmgesysutils

Recent commits

a25a44e... by Mark Grant

actions: Update fetch-latest-release to v2.0.3

Signed-off-by: Mark Grant <email address hidden>

7be7249... by Mark Grant

actions: Run on 20.04

Focal now tracks v1.5.y

Signed-off-by: Mark Grant <email address hidden>

8482922... by Mark Grant

v1.5.1

28192da... by Mark Grant

at: Update ChangeLog and NEWS for new release

cfe14e0... by Mark Grant

v1.5.1-rc1

Signed-off-by: Mark Grant <email address hidden>

8810ee5... by Mark Grant

at: Allow for v1.1.1~rc1 version numbering

Tags in git cannot have a tilde in the tag name.

Source tarball versioning for deb and rpm package creation needs to use
a tilde AOT a '-' as the '~' is sorted before the plain version.
i.e. 1.1.1~rc1 < 1.1.1 < 1.1.1-rc1

So a release tagged at -rc1 must be renamed to ~rc1

Signed-off-by: Mark Grant <email address hidden>

8e98e18... by Mark Grant

lxcu: Correct install entries

The install entries should cover the packages in Build-Depends or
equivalent.

Signed-off-by: Mark Grant <email address hidden>

0f96fef... by Mark Grant

lxcu: Add in-file help text

Signed-off-by: Mark Grant <email address hidden>

01045df... by Mark Grant

actions: Replace fetch-latest-release action

The fetch-latest-release action had become unmaintained and was to cease
working with upcoming GitHub changes. So replace it with an updated fork
by CityOfLosAngeles.

Signed-off-by: Mark Grant <email address hidden>

444ee82... by Mark Grant

at: Use pkg-config command AOT Pkg_Check_Modules

As per p274, Autotools, 2nd edition, 2020, John Calcote - Do not use
Pkg_Check_Modules macro, it has problems under common conditions.
See p290 for the justification.

Signed-off-by: Mark Grant <email address hidden>