mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
pack/deb: Add default section and priority fields to the control file.
These fields, while optional per dpkg, are required by other tools such as reprepro, commonly used to generate apt repositories. * guix/scripts/pack.scm (debian-archive): Set the control file section field to 'misc' and the priority field to 'optional'.
This commit is contained in:
parent
aeded14b83
commit
b019496fc3
1 changed files with 2 additions and 0 deletions
|
@ -805,6 +805,8 @@ (define control-tarball-file-name
|
|||
Description: Debian archive generated by GNU Guix.
|
||||
Maintainer: GNU Guix
|
||||
Architecture: ~a
|
||||
Priority: optional
|
||||
Section: misc
|
||||
~%" package-name package-version architecture))))
|
||||
|
||||
(when postinst-file
|
||||
|
|
Loading…
Reference in a new issue