diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-09-08 11:33:54 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-09-08 11:33:54 +0000 |
| commit | 3a9cfc0d808a69edc7c146b961edf134e22808a5 (patch) | |
| tree | 3e7af00990ae1d2f6aa69b777bd5e40b242463d0 /debian | |
| parent | cb8298bbc8cb69e04811a4da5a44f34a5d5d5291 (diff) | |
| parent | 5462383a552129cdd2dfce52f2afece9b3a2e3ae (diff) | |
| download | boca-3a9cfc0d808a69edc7c146b961edf134e22808a5.tar.gz boca-3a9cfc0d808a69edc7c146b961edf134e22808a5.zip | |
Merge branch 'master' of github.com:cassiopc/boca
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/boca-submission-tools.postinst | 6 | ||||
| -rw-r--r-- | debian/changelog | 16 |
2 files changed, 20 insertions, 2 deletions
diff --git a/debian/boca-submission-tools.postinst b/debian/boca-submission-tools.postinst index 7621732..17945a4 100644 --- a/debian/boca-submission-tools.postinst +++ b/debian/boca-submission-tools.postinst @@ -3,5 +3,7 @@ #Make sure wrapper is suid chmod 4555 /usr/bin/boca-submit-run-root-wrapper -ln -s /usr/bin/boca-submit-run /usr/bin/boca-submit-list -ln -s /usr/bin/boca-submit-run /usr/bin/boca-submit-oldlist +for i in boca-submit-list boca-submit-oldlist; do + rm -f /usr/bin/$i || true + ln -s /usr/bin/boca-submit-run /usr/bin/$i +done diff --git a/debian/changelog b/debian/changelog index 9357e76..ef31cbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +boca (1:1.5.11-4) xenial; urgency=medium + + * Fix link creation boca-submit-{list,oldlist} + + -- Bruno Ribas <brunoribas@utfpr.edu.br> Thu, 31 Aug 2017 23:56:29 -0300 + +boca (1:1.5.11-3) xenial; urgency=medium + + * control: Change boca depends libapache2-mod-php -> php-fpm + * boca-submission-tools.postinst: Creat symlink to list and oldlist + * Makefile: Installs boca-checkinternet + * bug fixes and speed up runs + * force internet control, force ipv4 + + -- Bruno Ribas <brunoribas@utfpr.edu.br> Thu, 31 Aug 2017 11:01:30 -0300 + boca (1:1.5.11-2) xenial; urgency=medium * fixed scripts |