[debian-mysql] [MBF] mysql meta-packages

Otto Kekäläinen otto at debian.org
Sat Dec 17 15:36:47 UTC 2016


I ended up using the attached Lintian report page parser I wrote and
some shell magic to get the package lists:

$ ./lintianlist.py | grep default-mysql | grep -v suggests | cut -d '
' -f 1 >> mysql-depends-recommends.packages
$ ./lintianlist.py | grep default-mysql | grep suggest | cut -d ' ' -f
1 >> mysql-suggest.packages
$ ./lintianlist.py | grep default-mysql | grep -v suggests | cut -d '
' -f 1 >> mysql-depends-recommends.packages
$ ./lintianlist.py | grep default-mysql | grep suggest | cut -d ' ' -f
1 >> mysql-suggest.packages

The lists are all binary packages. I didn't find a way to get a list
only of source packages..


Then I filed the bugs with:

mass-bug --display --severity=important --subject="Should
Depends/Recommends the metapackage default-mysql-*" default-mysql.tmpl
mysql-depends-recommends.packages --send
=> 37 bug reports

mass-bug --display --severity=normal --subject="Should Suggest the
metapackage default-mysql-*" default-mysql.tmpl mysql-suggest.packages
--send
=> 25 bug reports

Files attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: default-mysql-suggests.tmpl
Type: application/octet-stream
Size: 1057 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20161217/45ef745b/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: default-mysql.tmpl
Type: application/octet-stream
Size: 1092 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20161217/45ef745b/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mysql-suggest.packages
Type: application/octet-stream
Size: 298 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20161217/45ef745b/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mysql-depends-recommends.packages
Type: application/octet-stream
Size: 512 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20161217/45ef745b/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lintianlist.py
Type: text/x-python
Size: 673 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20161217/45ef745b/attachment.py>


More information about the pkg-mysql-maint mailing list