Commit 0f7cb30a authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Documentation fixes

parent 87995f84
...@@ -83,7 +83,7 @@ Download new source package ...@@ -83,7 +83,7 @@ Download new source package
cd pkg-mariadb-10.0 cd pkg-mariadb-10.0
uscan --verbose uscan --verbose
Enter git repostitory path and apply new sources Enter git repository path and apply new sources
cd mariadb-10.0 cd mariadb-10.0
git-import-orig --pristine-tar ../mariadb-10.0.14.tar.gz git-import-orig --pristine-tar ../mariadb-10.0.14.tar.gz
...@@ -128,7 +128,7 @@ Create new copyright file ...@@ -128,7 +128,7 @@ Create new copyright file
licensecheck --copyright -r . -c . | /usr/lib/cdbs/licensecheck2dep5 > /tmp/copyright licensecheck --copyright -r . -c . | /usr/lib/cdbs/licensecheck2dep5 > /tmp/copyright
..but you need to do lots of manual work to merge the new file with the old, as ..but you need to do lots of manual work to merge the new file with the old, as
liscensecheck has a lot of cruft and the original copyright file already had licensecheck has a lot of cruft and the original copyright file already had
those cleaned up. those cleaned up.
...@@ -156,11 +156,10 @@ The run the commands to automatically change version and upload ...@@ -156,11 +156,10 @@ The run the commands to automatically change version and upload
## Uploading to Ubuntu security releases ## ## Uploading to Ubuntu security releases ##
See examples with documented procedures: See example with documented procedure:
* https://bugs.launchpad.net/ubuntu/+source/mariadb-5.5/+bug/1313187 * https://bugs.launchpad.net/ubuntu/+source/mariadb-5.5/+bug/1464895
* https://bugs.launchpad.net/ubuntu/+source/mariadb-5.5/+bug/1363222
Probably the most optimal workflow would be to create a git branch (e.g. Probably the most optimal work-flow would be to create a git branch (e.g.
ubuntu-14.04) with custom gbp.conf and maintaining it by importing upstream in ubuntu-14.04) with custom gbp.conf and maintaining it by importing upstream in
one commit, and updating changelog and other stuff, including refreshing one commit, and updating changelog and other stuff, including refreshing
patches in another commits, so that it would be easy to produce a patch file patches in another commits, so that it would be easy to produce a patch file
...@@ -171,7 +170,7 @@ git-buildpackage to produce test builds instead of plain 'fakeroot dpkg-buildpac ...@@ -171,7 +170,7 @@ git-buildpackage to produce test builds instead of plain 'fakeroot dpkg-buildpac
## Comparison to other distributions ## ## Comparison to other distributions ##
For tracking security release information, finding solutions for build errors For tracking security release information, finding solutions for build errors
on many architechtures and for general quality control it can be useful to keep on many architectures and for general quality control it can be useful to keep
an eye on what packagers in other distributions do: an eye on what packagers in other distributions do:
Fedora: Fedora:
......
...@@ -5,6 +5,7 @@ mariadb-10.0 (10.0.20-1) unstable; urgency=low ...@@ -5,6 +5,7 @@ mariadb-10.0 (10.0.20-1) unstable; urgency=low
MYSQL_OPT_SSL_VERIFY_SERVER_CERT option of the client API) when used MYSQL_OPT_SSL_VERIFY_SERVER_CERT option of the client API) when used
together with --ssl will ensure that the established connection is together with --ssl will ensure that the established connection is
SSL-encrypted and the MariaDB server has a valid certificate. SSL-encrypted and the MariaDB server has a valid certificate.
* New release includes fix for memory corruption on arm64 (Closes: #787221)
* Added patch to enhance build reproducibility regarding the file INFO_BIN * Added patch to enhance build reproducibility regarding the file INFO_BIN
-- Otto Kekäläinen <otto@seravo.fi> Fri, 19 Jun 2015 13:01:56 +0300 -- Otto Kekäläinen <otto@seravo.fi> Fri, 19 Jun 2015 13:01:56 +0300
......
...@@ -477,12 +477,6 @@ License: BSD-4-clause ...@@ -477,12 +477,6 @@ License: BSD-4-clause
Files: cmd-line-utils/libedit/np/wcsdup.c Files: cmd-line-utils/libedit/np/wcsdup.c
Copyright: 2006 Aleksey Cheusov Copyright: 2006 Aleksey Cheusov
License: public-domain License: public-domain
This material is provided "as is", with absolutely no warranty expressed
or implied. Any use is at your own risk.
.
Permission to use or copy this software for any purpose is hereby granted
without fee. Permission to modify the code and to distribute modified
code is also granted without any restrictions.
Files: cmd-line-utils/libedit/filecomplete.c Files: cmd-line-utils/libedit/filecomplete.c
cmd-line-utils/libedit/filecomplete.h cmd-line-utils/libedit/filecomplete.h
...@@ -1168,7 +1162,6 @@ License: Artistic ...@@ -1168,7 +1162,6 @@ License: Artistic
. .
The End The End
License: public-domain License: public-domain
The work is public domain (no license). The work is public domain (no license).
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment