luci-app-pbx(-voicemail): mark BROKEN
authorHannu Nyman <hannu.nyman@iki.fi>
Wed, 24 Aug 2016 15:58:00 +0000 (18:58 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Wed, 24 Aug 2016 15:58:00 +0000 (18:58 +0300)
Mark the luci-app-pbx(-voicemail) packages BROKEN as trying
to install them now produces dependency errors.

The pbx packages depend on asterisk 1.8 that is EOL upstream
and has been moved from the telephony feed to the abandoned feed.

If LuCI pbx packages are still needed, they should be refreshed
to depend on a current asterisk version from the telephony feed.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
applications/luci-app-pbx-voicemail/Makefile
applications/luci-app-pbx/Makefile

index d31d429f13cd19b0e60b43cb6301dd63d2fb1f42..eefe0fd24939d067499f74a41b84308d529d8826 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI PBX Administration Voicemail Support
-LUCI_DEPENDS:=+luci-app-pbx +asterisk18 +msmtp +coreutils-base64
+LUCI_DEPENDS:=+luci-app-pbx +asterisk18 +msmtp +coreutils-base64 @BROKEN
 
 include ../../luci.mk
 
index 1379dcf89005c3ec6ffaf0093744497a7ee54d97..772713b444ee99f6107b540b1466be3282ce93db 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI PBX Administration
-LUCI_DEPENDS:= \
+LUCI_DEPENDS:= @BROKEN \
        +asterisk18 +asterisk18-app-authenticate +asterisk18-app-disa \
        +asterisk18-app-setcallerid +asterisk18-app-system +asterisk18-chan-gtalk \
        +asterisk18-codec-a-mu +asterisk18-codec-alaw +asterisk18-func-cut \