mirror of
https://github.com/MariaDB/server.git
synced 2026-01-16 00:14:49 +01:00
This formats and sorts the files the same way they are in the official Debian packaging, making it easier to compare the files in Debian vs upstream using commands such as `git difftool --dir-diff main -- debian`. Comparing the contents at least once a year is important in ensuring all packaging improvements get their way into both Debian official and upstream Debian packaging. See https://salsa.debian.org/mariadb-team/mariadb-server/-/tree/debian/latest/debian The formatting done by `debputy reformat --style black` is basically the same as running `wrap-and-sort -vast`. There are no functional changes, this is a pure formatting change. This is intentionally done on the `main` branch in MariaDB. The stable release branches are unlikely to ever get any changes in the `debian/control` file, and thus formatting or maintaining it is irrelevant. The merges from stable releases to latest `main` should not bring any `debian/control` file changes, as adding or removing dependencies, changing Debian compat levels or other changes are invasive and shouldn't be done in stable releases at all.
86 lines
3 KiB
Text
86 lines
3 KiB
Text
debian/additions/debian-start etc/mysql
|
|
debian/additions/debian-start.inc.sh usr/share/mariadb
|
|
debian/additions/echo_stderr usr/share/mariadb
|
|
debian/additions/mariadb.conf.d/50-server.cnf etc/mysql/mariadb.conf.d
|
|
debian/additions/source_mariadb.py usr/share/apport/package-hooks
|
|
etc/apparmor.d/usr.sbin.mariadbd
|
|
etc/logrotate.d/mariadb
|
|
etc/security/user_map.conf
|
|
lib/*/security/pam_user_map.so
|
|
lib/systemd/system/mariadb-extra@.socket
|
|
lib/systemd/system/mariadb.service
|
|
lib/systemd/system/mariadb@.service
|
|
lib/systemd/system/mariadb@.socket
|
|
lib/systemd/system/mariadb@bootstrap.service.d/use_galera_new_cluster.conf
|
|
lib/systemd/system/mysql.service
|
|
lib/systemd/system/mysqld.service
|
|
support-files/rpm/enable_encryption.preset etc/mysql/mariadb.conf.d/99-enable-encryption.cnf.preset
|
|
usr/bin/aria_chk
|
|
usr/bin/aria_dump_log
|
|
usr/bin/aria_ftdump
|
|
usr/bin/aria_pack
|
|
usr/bin/aria_read_log
|
|
usr/bin/galera_new_cluster
|
|
usr/bin/galera_recovery
|
|
usr/bin/mariadb-service-convert
|
|
usr/bin/mariadbd-multi
|
|
usr/bin/mariadbd-safe
|
|
usr/bin/mariadbd-safe-helper
|
|
usr/bin/myisam_ftdump
|
|
usr/bin/myisamchk
|
|
usr/bin/myisamlog
|
|
usr/bin/myisampack
|
|
usr/bin/wsrep_sst_common
|
|
usr/bin/wsrep_sst_mariabackup
|
|
usr/bin/wsrep_sst_mysqldump
|
|
usr/bin/wsrep_sst_rsync
|
|
usr/bin/wsrep_sst_rsync_wan
|
|
usr/lib/mysql/plugin/auth_ed25519.so
|
|
usr/lib/mysql/plugin/auth_mysql_sha2.so
|
|
usr/lib/mysql/plugin/auth_pam.so
|
|
usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
|
|
usr/lib/mysql/plugin/auth_pam_v1.so
|
|
usr/lib/mysql/plugin/auth_parsec.so
|
|
usr/lib/mysql/plugin/disks.so
|
|
usr/lib/mysql/plugin/file_key_management.so
|
|
usr/lib/mysql/plugin/ha_archive.so
|
|
usr/lib/mysql/plugin/ha_blackhole.so
|
|
usr/lib/mysql/plugin/ha_federated.so
|
|
usr/lib/mysql/plugin/ha_federatedx.so
|
|
usr/lib/mysql/plugin/ha_sphinx.so
|
|
usr/lib/mysql/plugin/handlersocket.so
|
|
usr/lib/mysql/plugin/locales.so
|
|
usr/lib/mysql/plugin/metadata_lock_info.so
|
|
usr/lib/mysql/plugin/password_reuse_check.so
|
|
usr/lib/mysql/plugin/query_cache_info.so
|
|
usr/lib/mysql/plugin/query_response_time.so
|
|
usr/lib/mysql/plugin/server_audit.so
|
|
usr/lib/mysql/plugin/simple_password_check.so
|
|
usr/lib/mysql/plugin/sql_errlog.so
|
|
usr/lib/mysql/plugin/type_mysql_json.so
|
|
usr/lib/mysql/plugin/wsrep_info.so
|
|
usr/lib/tmpfiles.d/mariadb.conf
|
|
usr/share/doc/mariadb-server/mariadbd.sym.gz
|
|
usr/share/man/man1/aria_chk.1
|
|
usr/share/man/man1/aria_dump_log.1
|
|
usr/share/man/man1/aria_ftdump.1
|
|
usr/share/man/man1/aria_pack.1
|
|
usr/share/man/man1/aria_read_log.1
|
|
usr/share/man/man1/galera_new_cluster.1
|
|
usr/share/man/man1/galera_recovery.1
|
|
usr/share/man/man1/mariadb-service-convert.1
|
|
usr/share/man/man1/mariadbd-multi.1
|
|
usr/share/man/man1/mariadbd-safe-helper.1
|
|
usr/share/man/man1/mariadbd-safe.1
|
|
usr/share/man/man1/myisam_ftdump.1
|
|
usr/share/man/man1/myisamchk.1
|
|
usr/share/man/man1/myisamlog.1
|
|
usr/share/man/man1/myisampack.1
|
|
usr/share/man/man1/wsrep_sst_common.1
|
|
usr/share/man/man1/wsrep_sst_mariabackup.1
|
|
usr/share/man/man1/wsrep_sst_mysqldump.1
|
|
usr/share/man/man1/wsrep_sst_rsync.1
|
|
usr/share/man/man1/wsrep_sst_rsync_wan.1
|
|
usr/share/mariadb/mini-benchmark
|
|
usr/share/mariadb/wsrep.cnf
|
|
usr/share/mariadb/wsrep_notify
|