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
|
Package: freeswitch-dbg
|
||||||
Section: debug
|
Section: debug
|
||||||
|
Priority: extra
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: \${misc:Depends}, freeswitch (= \${binary:Version})
|
Depends: \${misc:Depends}, freeswitch (= \${binary:Version})
|
||||||
Description: debugging symbols for FreeSWITCH
|
Description: debugging symbols for FreeSWITCH
|
||||||
|
@ -463,6 +464,7 @@ Description: ${description} for FreeSWITCH
|
||||||
|
|
||||||
Package: freeswitch-${module_name//_/-}-dbg
|
Package: freeswitch-${module_name//_/-}-dbg
|
||||||
Section: debug
|
Section: debug
|
||||||
|
Priority: extra
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: \${misc:Depends},
|
Depends: \${misc:Depends},
|
||||||
freeswitch-${module_name//_/-} (= \${binary:Version})
|
freeswitch-${module_name//_/-} (= \${binary:Version})
|
||||||
|
|
Loading…
Reference in New Issue