zehrer
zehrer

Reputation: 1650

How do I package Mono applications for Debian/Ubuntu

Are there any guidelines or tools for packaging Mono applications for Debian/Ubuntu? Like where to put Assemblies that ship with the application etc.

Upvotes: 7

Views: 2310

Answers (2)

Paulo
Paulo

Reputation: 767

There's, of course, the Debian CLI Policy. It's a dry read, but will probably clarify some details as to where are some files expected to be deployed.

I must confess I still have some doubts after reading that, but the next step would probably be look into the package sources of some CLI application already in the distribution, like keepass2.

Upvotes: 0

jpobst
jpobst

Reputation: 9982

Mono has some general guidelines about packaging, but these are not specific to Debian/Ubuntu who may do things differently:

http://www.mono-project.com/Guidelines:Application_Deployment

Upvotes: 5

Related Questions