Hi Otto - Thank you for the contributions! Sorry that it took my a little while to begin sponsoring these uploads but I believe that this is the first git-buildpackage upload that I've sponsored and it took me some time to figure out. The 16.04 upload looks fine. The 15.10 upload will be ignored since it 15.10 is EOL as of last week. I'm having some problems with the 14.04 upload. If I run the git diff command that you mentioned in comment 1, I see the same debdiff that you attached in comment 2. However, if I create a source upload based on your git-buildpackage tree and then look at the debdiff between mariadb-5.5_5.5.49-1ubuntu0.14.04.1.dsc and the generated mariadb-5.5_5.5.50-1ubuntu0.14.04.1.dsc, I get very different results. Many files in debian/ are changed. Here's the relevant snippet of the diffstat output: debian/additions/innotop/changelog.innotop | 357 debian/additions/my.cnf | 171 debian/changelog | 17 debian/dist/Debian/mariadb-server-5.5.README.Debian | 109 debian/dist/Debian/mariadb-server-5.5.dirs | 10 debian/dist/Debian/mariadb-server-5.5.files.in | 75 debian/dist/Debian/mariadb-server-5.5.postinst | 268 debian/dist/Debian/mariadb-server-5.5.postrm | 83 debian/dist/Debian/rules | 290 debian/dist/Ubuntu/mariadb-server-5.5.README.Debian | 109 debian/dist/Ubuntu/mariadb-server-5.5.dirs | 10 debian/dist/Ubuntu/mariadb-server-5.5.postinst | 284 debian/dist/Ubuntu/mariadb-server-5.5.postrm | 86 debian/dist/Ubuntu/rules | 295 debian/libmariadbclient-dev.files | 7 debian/libmariadbclient18.files | 3 debian/libmariadbd-dev.files | 2 debian/mariadb-client-5.5.files | 28 debian/mariadb-client-core-5.5.files | 4 debian/mariadb-common.files | 1 debian/mariadb-common.postrm | 8 debian/mariadb-server-5.5.NEWS | 34 debian/mariadb-server-core-5.5.files | 26 debian/mariadb-test-5.5.files | 19 debian/mysql-common.dirs | 1 debian/mysql-common.files | 3 debian/mysql-common.lintian-overrides | 2 debian/mysql-common.postrm | 7 debian/patches/00list | 11 debian/patches/01_MAKEFILES__Docs_Images_Makefile.in.dpatch | 776 debian/patches/01_MAKEFILES__Docs_Makefile.in.dpatch | 776 debian/patches/02_no_builtin_ndbcluster_plugin.dpatch | 18 debian/patches/21_init__openquery_configtest.dpatch | 33 debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch | 30 debian/patches/38_scripts__mysqld_safe.sh__signals.diff | 7 debian/patches/38_scripts__mysqld_safe.sh__signals.dpatch | 43 debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch | 20 debian/patches/44_scripts__mysql_config__libs.diff | 6 debian/patches/44_scripts__mysql_config__libs.dpatch | 24 debian/patches/50_mysql-test__db_test.diff | 6 debian/patches/50_mysql-test__db_test.dpatch | 24 debian/patches/60_zlib_innodb_workaround.dpatch | 31 debian/patches/61_replace_dash_with_bash_mbug675185.dpatch | 20 debian/patches/82_extend_default_test_timeout_for_tokudb.diff | 8 debian/patches/99_remove_rename_mariadb-server_files_in.diff | 6 None of these changes are mentioned in the changelog and I don't see any commit messages explaining these changes in the origin/ubuntu-14.04 branch. Can you shed some light on what's going on here?