lp:~bluca/ubuntu/+source/dpkg

Owned by Luca Boccassi
Get this repository:
git clone https://git.launchpad.net/~bluca/ubuntu/+source/dpkg
Only Luca Boccassi can upload to this repository. If you are Luca Boccassi please log in for upload directions.

Branches

Name Last Modified Last Commit
package_metadata 2024-06-14 21:23:48 UTC
dpkg-buildflags: enable ELF package note metadata

Author: Luca Boccassi
Author Date: 2024-05-11 01:29:44 UTC

dpkg-buildflags: enable ELF package note metadata

Following the https://systemd.io/ELF_PACKAGE_METADATA/ add a new qa
flag, enable by default, that adds this package metadata ELF note to
every binary being built, to ease identification, especially in the
case of a coredump.

Disable it when building with clang, as it does not support specs
files. A clang config file could be used instead, but it needs to be
generated on the fly, as it does not support taking input from
environment variables.

fix_build_profiles_env_jammy 2024-02-23 14:44:48 UTC
Restore support for DEB_BUILD_PROFILES env var

Author: Luca Boccassi
Author Date: 2024-02-22 23:27:31 UTC

Restore support for DEB_BUILD_PROFILES env var

Due to the change in dpkg-buildpackage.pl to always call set_build_profiles()
DEB_BUILD_PROFILES is never parsed, even if there is no --build-profile
command line argument.

When set_build_profiles() is called with an empty array, meaning
that there were no overrides via --build-profile, check the env
var instead.

Test case added to cover this use case.

Fixes LP #2054741

fixup 2024-02-23 10:35:07 UTC
Fix rebase of DEB_BUILD_PROFILES patch

Author: Luca Boccassi
Author Date: 2024-02-23 10:35:00 UTC

Fix rebase of DEB_BUILD_PROFILES patch

Dpkg::Build::Env became Dpkg::BuildEnv some time ago. Wrong branch
was pushed.

fix_build_profiles_env 2024-02-23 10:29:40 UTC
Restore support for DEB_BUILD_PROFILES env var

Author: Luca Boccassi
Author Date: 2024-02-22 23:27:31 UTC

Restore support for DEB_BUILD_PROFILES env var

Due to the change in dpkg-buildpackage.pl to always call set_build_profiles()
DEB_BUILD_PROFILES is never parsed, even if there is no --build-profile
command line argument.

When set_build_profiles() is called with an empty array, meaning
that there were no overrides via --build-profile, check the env
var instead.

Test case added to cover this use case.

Fixes LP #2054741

14 of 4 results
This repository contains Public information 
Everyone can see this information.

Subscribers