Skip to content

Instantly share code, notes, and snippets.

@jcorrius
Created November 15, 2018 07:35
Show Gist options
  • Save jcorrius/3d5e6084876a0998203b0653a8571b27 to your computer and use it in GitHub Desktop.
Save jcorrius/3d5e6084876a0998203b0653a8571b27 to your computer and use it in GitHub Desktop.
Debian control file sample
Source: demoapi
Section: net
Priority: optional
Maintainer: Bluekiri Demo <[email protected]>
Build-Depends: debhelper (>= 10), dh-systemd
Standards-Version: 4.1.2
Homepage: https://github.com/bluekiri/demoapi
Package: demoapi
Architecture: any
Depends: ${misc:Depends}, liblttng-ust0, libcurl4, libssl1.0.0, libkrb5-3, zlib1g
Description: efficient demo api server written in C#
This package provides the very efficient demo api server
written in C# for the .NET Core Platform
.
This is the main package with the binaries
Package: demoapi-dbg
Architecture: any
Depends: ${misc:Depends}, demoapi (= ${binary:Version})
Description: efficient demo api server written in C#
This package provides the very efficient demo api server
written in C# for the .NET Core Platform
.
This package contains the debugging symbols.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment