Empty section and priority metadata in DEBIAN/control
Prevent reprepo from erroringmain
parent
58e81b5a5d
commit
8e735d092a
2
aptpkg
2
aptpkg
|
@ -55,6 +55,8 @@ gen_control_file(){
|
||||||
Version: $version-$rev
|
Version: $version-$rev
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Maintainer: $(grep -am 1 -hr "Maintainer: " build | sed 's/# Maintainer: //')
|
Maintainer: $(grep -am 1 -hr "Maintainer: " build | sed 's/# Maintainer: //')
|
||||||
|
Section:
|
||||||
|
Priority:
|
||||||
Homepage: $url
|
Homepage: $url
|
||||||
Description: $description
|
Description: $description
|
||||||
$customcontrol
|
$customcontrol
|
||||||
|
|
Loading…
Reference in New Issue