Improving debugging support for Asterisk
Paul Belanger
pabelanger at digium.com
Fri Apr 8 15:20:07 UTC 2011
On 11-04-08 10:40 AM, Tzafrir Cohen wrote:
> One minor commet:
>
>> Index: debian/patches/hack-multiple-app-voicemail
>> ===================================================================
>> --- debian/patches/hack-multiple-app-voicemail (revision 8844)
>> +++ debian/patches/hack-multiple-app-voicemail (working copy)
>> @@ -41,7 +41,7 @@
>> + $(call add_depends_cmd,unixodbc) $@
>> + $(call add_depends_cmd,ltdl) $@
>> +
>> -+clean::
>> ++dist-clean::
>
> Why? Is that change related?
>
>> + rm -f app_voicemail_*.c
>> +
>> +app_voicemail_imapstorage.o: _ASTCFLAGS+=-DIMAP_STORAGE
>
I was running into an issue where app_voicemail_*.c was being deleted
(via clean) but not recopied. To work around it I changed this to
dist-clean::
I'm working on a new patch that will actually remove this logic. Since
we conflict on asterisk-voicemail-* packages I'd like to rename
app_voicemail_*.so back to app_voicemail.so.
--
Paul Belanger
Digium, Inc. | Software Developer
twitter: pabelanger | IRC: pabelanger (Freenode)
Check us out at: http://digium.com & http://asterisk.org
More information about the Pkg-voip-maintainers
mailing list