COPYING
README.md
gbp.conf
pyproject.toml
setup.cfg
setup.py
bin/gbp-builder-mock
bin/git-pbuilder
gbp/__init__.py
gbp/command_wrappers.py
gbp/config.py
gbp/dch.py
gbp/errors.py
gbp/format.py
gbp/log.py
gbp/notifications.py
gbp/patch_series.py
gbp/paths.py
gbp/pipes.py
gbp/tmpfile.py
gbp/tristate.py
gbp/version.py
gbp.egg-info/PKG-INFO
gbp.egg-info/SOURCES.txt
gbp.egg-info/dependency_links.txt
gbp.egg-info/entry_points.txt
gbp.egg-info/requires.txt
gbp.egg-info/top_level.txt
gbp/deb/__init__.py
gbp/deb/changelog.py
gbp/deb/control.py
gbp/deb/dscfile.py
gbp/deb/format.py
gbp/deb/git.py
gbp/deb/policy.py
gbp/deb/pristinetar.py
gbp/deb/rollbackgit.py
gbp/deb/source.py
gbp/deb/upstreamsource.py
gbp/deb/uscan.py
gbp/git/__init__.py
gbp/git/args.py
gbp/git/commit.py
gbp/git/errors.py
gbp/git/fastimport.py
gbp/git/modifier.py
gbp/git/repository.py
gbp/git/vfs.py
gbp/pkg/__init__.py
gbp/pkg/archive.py
gbp/pkg/compressor.py
gbp/pkg/git.py
gbp/pkg/pkgpolicy.py
gbp/pkg/pristinetar.py
gbp/pkg/upstreamsource.py
gbp/rpm/__init__.py
gbp/rpm/changelog.py
gbp/rpm/git.py
gbp/rpm/lib_rpm.py
gbp/rpm/linkedlist.py
gbp/rpm/policy.py
gbp/scripts/__init__.py
gbp/scripts/buildpackage.py
gbp/scripts/buildpackage_rpm.py
gbp/scripts/clone.py
gbp/scripts/config.py
gbp/scripts/create_remote_repo.py
gbp/scripts/dch.py
gbp/scripts/export_orig.py
gbp/scripts/import_dsc.py
gbp/scripts/import_dscs.py
gbp/scripts/import_orig.py
gbp/scripts/import_ref.py
gbp/scripts/import_srpm.py
gbp/scripts/pq.py
gbp/scripts/pq_rpm.py
gbp/scripts/pristine_tar.py
gbp/scripts/pull.py
gbp/scripts/push.py
gbp/scripts/rpm_ch.py
gbp/scripts/setup_gitattributes.py
gbp/scripts/supercommand.py
gbp/scripts/tag.py
gbp/scripts/common/__init__.py
gbp/scripts/common/buildpackage.py
gbp/scripts/common/hook.py
gbp/scripts/common/import_orig.py
gbp/scripts/common/pq.py
gbp/scripts/common/repo_setup.py
tests/test_01_help.py
tests/test_02_upstream_source_tar_unpack.py
tests/test_03_dch_guess_version.py
tests/test_04_submodules.py
tests/test_05_detection.py
tests/test_06_upstream_source.py
tests/test_07_fastimport.py
tests/test_08_patch.py
tests/test_09_git_repository.py
tests/test_10_get_upstream_tree.py
tests/test_11_dch_main.py
tests/test_12_deb.py
tests/test_13_gbp_pq.py
tests/test_14_gbp_import_dscs.py
tests/test_15_DebianSource.py
tests/test_16_supercommand.py
tests/test_17_dch_guess_documented_commit.py
tests/test_18_Config.py
tests/test_19_gbp_scripts_config.py
tests/test_20_rpm.py
tests/test_21_command_wrappers.py
tests/test_22_gbp_buildpackage.py
tests/test_23_dch_extract_bts_cmds.py
tests/test_24_gbp_import_orig.py
tests/test_25_broken_gbp_conf.py
tests/test_26_dch_extract_thanks.py
tests/test_27_create_remote_repo.py
tests/test_28_gbp_git_repository_commit_dir.py
tests/test_29_gbp_clone.py
tests/test_30_deb_changelog.py
tests/test_30_rpm_changelog.py
tests/test_31_uscan.py
tests/test_RollbackDebianGitRepository.py