FS-7426 fix the debian packaging for wheezy when the newer librabbitmq1 package isn't installed
This commit is contained in:
parent
b51c054474
commit
39728a9888
|
@ -30,6 +30,7 @@ avoid_mods=(
|
||||||
endpoints/mod_opal
|
endpoints/mod_opal
|
||||||
endpoints/mod_reference
|
endpoints/mod_reference
|
||||||
endpoints/mod_unicall
|
endpoints/mod_unicall
|
||||||
|
event_handlers/mod_amqp
|
||||||
languages/mod_managed
|
languages/mod_managed
|
||||||
sdk/autotools
|
sdk/autotools
|
||||||
xml_int/mod_xml_ldap
|
xml_int/mod_xml_ldap
|
||||||
|
@ -46,9 +47,11 @@ avoid_mods_jessie=(
|
||||||
formats/mod_shout
|
formats/mod_shout
|
||||||
)
|
)
|
||||||
avoid_mods_wheezy=(
|
avoid_mods_wheezy=(
|
||||||
|
event_handlers/mod_amqp
|
||||||
languages/mod_java
|
languages/mod_java
|
||||||
)
|
)
|
||||||
avoid_mods_squeeze=(
|
avoid_mods_squeeze=(
|
||||||
|
event_handlers/mod_amqp
|
||||||
formats/mod_vlc
|
formats/mod_vlc
|
||||||
languages/mod_managed
|
languages/mod_managed
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue