In creating a debian package with an application for a desktop user, what 'section' do I use in the debian control file?

All the ones I find seem to be system level, or developer oriented, not end user.

In the desktop file I am using 'Office'

有帮助吗?

解决方案

If it's helpful, Section 5.7 of the Debian Developer's Reference says:

The debian/control file's Section and Priority fields do not actually specify where the file will be placed in the archive, nor its priority. In order to retain the overall integrity of the archive, it is the archive maintainers who have control over these fields. The values in the debian/control file are actually just hints.

You could omit the section or just use misc (found in Section 2.4 of the Debian Policy Manual) until you come up with something better.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top