Skip to content

Commit

Permalink
Add version/license/description to .deb and .rpm packages (#4377)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson authored and bouwkast committed Jul 31, 2023
1 parent 26108de commit 99393aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab/build-deb-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ fpm_wrapper "datadog-apm-library-dotnet" "$DOTNET_PACKAGE_VERSION" \
--chdir=datadog-dotnet-apm.dir/opt/datadog \
--prefix "$LIBRARIES_INSTALL_BASE/dotnet" \
--after-install datadog-dotnet-apm.dir/opt/datadog/createLogPath.sh \
.=.
--url "https://github.com/DataDog/dd-trace-dotnet" \
--license "Apache License 2.0" \
--description "Datadog APM client library for .NET" \
.=.

0 comments on commit 99393aa

Please sign in to comment.