[MDEV-9434] MariaDB packages - Maintainer scripts - Question prefixes Created: 2016-01-19 Updated: 2016-11-08 Resolved: 2016-11-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform Debian |
| Affects Version/s: | 5.5.47-galera |
| Fix Version/s: | 10.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Laurent Declercq | Assignee: | Otto Kekäläinen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian |
||
| Description |
|
Hello, It would be great to also update debconf question prefixes when you release a new minor version. For instance, when installing the mariadb-server-5.5 package on Debian we have the following question set
As you can see here, question prefix stick to 5.1 while we would expect 5.5. Fixing this is important in regard of some scripts which prefill debconf database according package versions they intend to install. Also, I think that you should use package onwer name for question prefix too (as it is done for Percona packages). For instance
should be
All here is about consistency. Thanks you for your understanding. |
| Comments |
| Comment by Otto Kekäläinen [ 2016-01-20 ] |
|
This is fixed in downstream Debian packaging but waiting for the big upstream merge, likely to happen during the 10.2 cycle. |
| Comment by Laurent Declercq [ 2016-01-20 ] |
|
Ok Thanks. Right now, we have to do ugly checks to prefill debconf db |
| Comment by Andrii Nikitin (Inactive) [ 2016-11-03 ] |
|
This is confirmed in official 10.2 root@u16:~# debconf-show mariadb-server-10.2 and fixed in recent internal 10.2.3 build http://buildbot.askmonty.org/buildbot/builders/kvm-deb-trusty-amd64/builds/3854 root@u1:~/Desktop# debconf-show mariadb-server-10.2
|