MT#61862 debian: fix lintian issues

* provide README.source
* add debhelper token at postinst file
```
W: ngcp-asterisk-voicemail source: maintainer-script-lacks-debhelper-token [debian/ngcp-asterisk-voicemail-odbcstorage.postinst]
W: ngcp-asterisk-voicemail source: patch-system-but-no-source-readme
```

Change-Id: I0414f0d6509f7f6cd3e0596ae7ad5384ce6592fc
mr13.2
Victor Seva 3 months ago
parent 05e2f05748
commit ac0b277d66

@ -0,0 +1,12 @@
apps/app_*.c
============
Are copies from asterisk repository. We need to keep in sync with
the version installed in the system. For now asterisk is out of Debian stable
so we keep our version at https://gitlab.sipwise.com/dev/backports/asterisk/
Sipwise changes
===============
Our changes are managed via patches. Managing them via ``gbp pq`` is quite useful.
Please keep `sipwise_` prefix as indication that it comes from us.

@ -7,3 +7,5 @@ GROUP=asterisk
LOGDIR=/var/log/asterisk
chown -R $USER:$GROUP "$LOGDIR"
#DEBHELPER#

Loading…
Cancel
Save