debian: mark debug packages as priority extra
It's required by lintian.
This commit is contained in:
parent
3ee672467a
commit
2439bfe905
|
@ -313,6 +313,7 @@ Description: Cross-Platform Scalable Multi-Protocol Soft Switch
|
|||
|
||||
Package: freeswitch-dbg
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Architecture: any
|
||||
Depends: \${misc:Depends}, freeswitch (= \${binary:Version})
|
||||
Description: debugging symbols for FreeSWITCH
|
||||
|
@ -463,6 +464,7 @@ Description: ${description} for FreeSWITCH
|
|||
|
||||
Package: freeswitch-${module_name//_/-}-dbg
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Architecture: any
|
||||
Depends: \${misc:Depends},
|
||||
freeswitch-${module_name//_/-} (= \${binary:Version})
|
||||
|
|
Loading…
Reference in New Issue