diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-03 23:54:38 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 01:35:05 +0000 |
| commit | 734dce195d2d60117a520211c8e8e0ea94267dc4 (patch) | |
| tree | 780e2c1dac24ce0ae25b3f9f04701dc6c28cddbf | |
| parent | b3d5664549235a4b1bc172397deed7b2d1ec8ec5 (diff) | |
| download | boca-734dce195d2d60117a520211c8e8e0ea94267dc4.tar.gz boca-734dce195d2d60117a520211c8e8e0ea94267dc4.zip | |
Release 1.5.15-1 for Ubuntu Jammy (22.04 LTS)
Update changelog with all the changes made since its last update on
commit 64e2fe62.
The package was also migrated to Ubuntu Jammy, also known as 22.04 LTS.
| -rw-r--r-- | debian/changelog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0268731..6f37eac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +boca (1.5.15-1) jammy; urgency=medium + + * Add vim .swp files to .gitignore + * Move project to the new debhelper dependency + * Drop build dependency on build-essential + * Update and change package type to '3.0 (quilt)' + * Correct data and remove dh_make boilerplate + * Fix descriptions' syntax + * Use debhelper to find missing dependencies + * Add required field Standards-Version + * Drop unversioned dependencies on essential package + * Fix packages' short and long descriptions + * Populate dbgsym packages with debug symbols + * Fix chown usage in maintainer scripts + * Abort maintainer scripts on failure + * Enable debhelper automatic generation of shell code + * Migrate dependencies and maintainer scripts to PHP 8.1 + * Remove Apache HTTPD commands from Makefile + * Use automatic variables to compile tools/safeexec + * Enable compiler optimisations + * Conflict with mod_php instead of disabling it + * Add clean rule to the Makefile + * Do not overwrite Apache's configuration directory + + -- Davi Antônio da Silva Santos <antoniossdavi@gmail.com> Fri, 03 Mar 2023 20:51:38 -0300 + boca (1.5.14-8ubuntu4.2) focal; urgency=medium * unglysalt workaround. |