diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-02 03:02:32 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 01:24:15 +0000 |
| commit | 6695d2384069b7016398b2a55fc6962b1d8e6985 (patch) | |
| tree | 67b0f947aa2396d217fda26da57d04253557b7f3 /debian/boca-common.postinst | |
| parent | b08843cae0ae8aa428a2a654fc48fbd15c65c714 (diff) | |
| download | boca-6695d2384069b7016398b2a55fc6962b1d8e6985.tar.gz boca-6695d2384069b7016398b2a55fc6962b1d8e6985.zip | |
Enable debhelper automatic generation of shell code
The maintainer scripts have been modified with the addition of
`#DEBHELPER#`. This enables dh_installdeb to automatically generate
shell code on maintainer scripts.
The following Lintian warnings have been addressed:
* boca source: maintainer-script-lacks-debhelper-token
[debian/boca-autojudge.postinst]
* boca source: maintainer-script-lacks-debhelper-token
[debian/boca-common.postinst]
* boca source: maintainer-script-lacks-debhelper-token
[debian/boca-db.postinst]
* boca source: maintainer-script-lacks-debhelper-token
[debian/boca-submission-tools.postinst]
* boca source: maintainer-script-lacks-debhelper-token
[debian/boca-web.postinst]
Diffstat (limited to 'debian/boca-common.postinst')
| -rw-r--r-- | debian/boca-common.postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/boca-common.postinst b/debian/boca-common.postinst index 9492c78..3ff74f1 100644 --- a/debian/boca-common.postinst +++ b/debian/boca-common.postinst @@ -49,4 +49,9 @@ esac chmod 600 /var/www/boca/src/private/conf.php chown www-data:www-data /var/www/boca/src/private/conf.php +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + exit 0 |