Commit c78a88a
committed
fix(net10): update packaging layout
In a recent build of .NET 10 preview 7 dh_missing complained that some
build artifacts are not installed in any package.
The cause for this issue is that the recommended distro layout has been
changed. See:
- https://github.com/dotnet/docs/pull/46910
- https://github.com/dotnet/docs/pull/47094
Full example error message of dh_missing:
```
dh_missing: warning: usr/lib/dotnet/dnx exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/data/RuntimeList.xml exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/Microsoft.CSharp.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/Microsoft.NETCore.App.deps.json exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/Microsoft.NETCore.App.runtimeconfig.json exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/Microsoft.VisualBasic.Core.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/Microsoft.VisualBasic.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/Microsoft.Win32.Primitives.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/Microsoft.Win32.Registry.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.AppContext.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Buffers.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Collections.Concurrent.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Collections.Immutable.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Collections.NonGeneric.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Collections.Specialized.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Collections.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ComponentModel.Annotations.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ComponentModel.DataAnnotations.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ComponentModel.EventBasedAsync.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ComponentModel.Primitives.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ComponentModel.TypeConverter.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ComponentModel.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Configuration.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Console.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Core.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Data.Common.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Data.DataSetExtensions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Data.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.Contracts.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.Debug.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.DiagnosticSource.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.FileVersionInfo.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.Process.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.StackTrace.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.TextWriterTraceListener.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.Tools.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.TraceSource.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Diagnostics.Tracing.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Drawing.Primitives.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Drawing.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Dynamic.Runtime.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Formats.Asn1.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Formats.Tar.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Globalization.Calendars.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Globalization.Extensions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Globalization.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.Compression.Brotli.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.Compression.FileSystem.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.Compression.ZipFile.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.Compression.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.FileSystem.AccessControl.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.FileSystem.DriveInfo.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.FileSystem.Primitives.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.FileSystem.Watcher.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.FileSystem.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.IsolatedStorage.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.MemoryMappedFiles.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.Pipelines.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.Pipes.AccessControl.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.Pipes.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.UnmanagedMemoryStream.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.IO.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Linq.AsyncEnumerable.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Linq.Expressions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Linq.Parallel.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Linq.Queryable.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Linq.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Memory.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.Http.Json.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.Http.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.HttpListener.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.Mail.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.NameResolution.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.NetworkInformation.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.Ping.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.Primitives.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.Quic.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.Requests.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.Security.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.ServerSentEvents.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.ServicePoint.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.Sockets.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.WebClient.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.WebHeaderCollection.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.WebProxy.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.WebSockets.Client.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.WebSockets.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Net.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Numerics.Vectors.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Numerics.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ObjectModel.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Private.DataContractSerialization.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Private.Uri.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Private.Xml.Linq.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Private.Xml.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Reflection.DispatchProxy.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Reflection.Emit.ILGeneration.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Reflection.Emit.Lightweight.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Reflection.Emit.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Reflection.Extensions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Reflection.Metadata.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Reflection.Primitives.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Reflection.TypeExtensions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Reflection.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Resources.Reader.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Resources.ResourceManager.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Resources.Writer.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.CompilerServices.Unsafe.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.CompilerServices.VisualC.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Extensions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Handles.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.InteropServices.JavaScript.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.InteropServices.RuntimeInformation.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.InteropServices.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Intrinsics.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Loader.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Numerics.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Serialization.Formatters.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Serialization.Json.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Serialization.Primitives.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Serialization.Xml.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.Serialization.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Runtime.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.AccessControl.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Claims.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Cryptography.Algorithms.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Cryptography.Cng.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Cryptography.Csp.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Cryptography.Encoding.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Cryptography.OpenSsl.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Cryptography.Primitives.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Cryptography.X509Certificates.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Cryptography.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Principal.Windows.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.Principal.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.SecureString.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Security.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ServiceModel.Web.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ServiceProcess.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Text.Encoding.CodePages.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Text.Encoding.Extensions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Text.Encoding.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Text.Encodings.Web.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Text.Json.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Text.RegularExpressions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.AccessControl.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.Channels.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.Overlapped.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.Tasks.Dataflow.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.Tasks.Extensions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.Tasks.Parallel.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.Tasks.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.Thread.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.ThreadPool.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.Timer.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Threading.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Transactions.Local.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Transactions.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.ValueTuple.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Web.HttpUtility.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Web.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Windows.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Xml.Linq.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Xml.ReaderWriter.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Xml.Serialization.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Xml.XDocument.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Xml.XPath.XDocument.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Xml.XPath.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Xml.XmlDocument.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Xml.XmlSerializer.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.Xml.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/System.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/WindowsBase.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/mscorlib.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/lib/net10.0/netstandard.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/System.Private.CoreLib.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/System.Private.Reflection.Execution.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/System.Private.StackTraceMetadata.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/System.Private.TypeLoader.dll exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libRuntime.ServerGC.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libRuntime.VxsortDisabled.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libRuntime.VxsortEnabled.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libRuntime.WorkstationGC.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.Globalization.Native.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.Globalization.Native.so exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.IO.Compression.Native.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.IO.Compression.Native.so exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.Native.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.Native.so exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.Net.Security.Native.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.Net.Security.Native.so exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.Security.Cryptography.Native.OpenSsl.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libSystem.Security.Cryptography.Native.OpenSsl.so exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libaotminipal.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libbootstrapper.o exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libbootstrapperdll.o exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libeventpipe-disabled.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libeventpipe-enabled.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libstandalonegc-disabled.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libstandalonegc-enabled.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/libstdc++compat.a exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/dotnet/packs/Microsoft.NETCore.App.Runtime.NativeAOT.ubuntu.22.04-x64/10.0.0-preview.7.25380.108/runtimes/ubuntu.22.04-x64/native/nonportable.txt exists in debian/tmp but is not installed to anywhere
dh_missing: error: missing files, aborting
The following debhelper tools have reported what they installed (with files per package)
* dh_install: aspnetcore-runtime-10.0 (1), aspnetcore-runtime-dbg-10.0 (1), aspnetcore-targeting-pack-10.0 (1), dotnet-apphost-pack-10.0 (1), dotnet-host-10.0 (7), dotnet-hostfxr-10.0 (1), dotnet-runtime-10.0 (1), dotnet-runtime-dbg-10.0 (1), dotnet-sdk-10.0 (7), dotnet-sdk-10.0-source-built-artifacts (1), dotnet-sdk-aot-10.0 (1), dotnet-sdk-dbg-10.0 (1), dotnet-targeting-pack-10.0 (1), dotnet-templates-10.0 (1), dotnet10 (0), netstandard-targeting-pack-2.1-10.0 (1)
* dh_installdocs: aspnetcore-runtime-10.0 (1), aspnetcore-runtime-dbg-10.0 (0), aspnetcore-targeting-pack-10.0 (0), dotnet-apphost-pack-10.0 (0), dotnet-host-10.0 (0), dotnet-hostfxr-10.0 (0), dotnet-runtime-10.0 (0), dotnet-runtime-dbg-10.0 (0), dotnet-sdk-10.0 (1), dotnet-sdk-10.0-source-built-artifacts (0), dotnet-sdk-aot-10.0 (0), dotnet-sdk-dbg-10.0 (0), dotnet-targeting-pack-10.0 (0), dotnet-templates-10.0 (0), dotnet10 (0), netstandard-targeting-pack-2.1-10.0 (0)
* dh_installman: aspnetcore-runtime-10.0 (0), aspnetcore-runtime-dbg-10.0 (0), aspnetcore-targeting-pack-10.0 (0), dotnet-apphost-pack-10.0 (0), dotnet-host-10.0 (67), dotnet-hostfxr-10.0 (0), dotnet-runtime-10.0 (0), dotnet-runtime-dbg-10.0 (0), dotnet-sdk-10.0 (0), dotnet-sdk-10.0-source-built-artifacts (0), dotnet-sdk-aot-10.0 (0), dotnet-sdk-dbg-10.0 (0), dotnet-targeting-pack-10.0 (0), dotnet-templates-10.0 (0), dotnet10 (0), netstandard-targeting-pack-2.1-10.0 (0)
If the missing files are installed by another tool, please file a bug against it.
When filing the report, if the tool is not part of debhelper itself, please reference the
"Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).
(in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built
If the omission is intentional or no other helper can take care of this consider adding the
paths to debian/not-installed.
```
Signed-off-by: Dominik Viererbe <[email protected]>1 parent 13b952f commit c78a88a
7 files changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments