.coveragerc
.gitignore
.gitmodules
.pydoctor.cfg
.travis.yml
COPYING
HACKING
Makefile
README.md
TODO
dev_requirements.txt
gbp.conf
requirements.txt
setup.cfg
setup.py
tox.ini
bin/gbp-builder-mock
bin/git-pbuilder
debian/NEWS
debian/bug-presubj
debian/changelog
debian/control
debian/copyright
debian/doc-base
debian/docs
debian/examples
debian/gbp.completion
debian/gbp.conf
debian/git-buildpackage-rpm.install
debian/git-buildpackage-rpm.manpages
debian/git-buildpackage.bash-completion
debian/git-buildpackage.install
debian/git-buildpackage.manpages
debian/git-buildpackage.zsh-completion
debian/links
debian/not-installed
debian/pk4
debian/rules
debian/salsa-ci.yml
debian/source/format
debian/tests/control
debian/tests/smoke-rpm
docs/Makefile
docs/common.ent
docs/copyright.xml
docs/gbp.css
docs/gbp.svg
docs/man.gbp.xml
docs/manual.xml
docs/chapters/building.xml
docs/chapters/cfgfile.xml
docs/chapters/chapters.ent
docs/chapters/import.xml
docs/chapters/intro.xml
docs/chapters/patches.xml
docs/chapters/releases.xml
docs/chapters/special.xml
docs/images/pq-applied.png
docs/images/pq-export.png
docs/images/pq-rebase.png
docs/images/pq-time-machine.png
docs/images/pq-unapplied.png
docs/manpages/gbp-buildpackage-rpm.xml
docs/manpages/gbp-buildpackage.xml
docs/manpages/gbp-clone.xml
docs/manpages/gbp-config.xml
docs/manpages/gbp-create-remote-repo.xml
docs/manpages/gbp-dch.xml
docs/manpages/gbp-export-orig.xml
docs/manpages/gbp-import-dsc.xml
docs/manpages/gbp-import-dscs.xml
docs/manpages/gbp-import-orig.xml
docs/manpages/gbp-import-ref.xml
docs/manpages/gbp-import-srpm.xml
docs/manpages/gbp-pq-rpm.xml
docs/manpages/gbp-pq.xml
docs/manpages/gbp-pristine-tar.xml
docs/manpages/gbp-pull.xml
docs/manpages/gbp-push.xml
docs/manpages/gbp-rpm-ch.xml
docs/manpages/gbp-tag.xml
docs/manpages/gbp.conf.xml
docs/manpages/gbp.xml
docs/manpages/man.common-options.ent
docs/manpages/man.conffiles.xml
docs/manpages/man.seealso.xml
docs/manpages/manpages.ent
examples/README.source
examples/gbp-add-patch
examples/gbp-configure-unpatched-source
examples/gbp-svn-tag
examples/gbp-try-ff
examples/jenkins-scratchbuilder
examples/wrap_cl.py
examples/zeitgeist-git.py
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/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/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
packaging/git-buildpackage.spec
packaging/run-in-docker
tests/01_test_help.py
tests/02_test_upstream_source_tar_unpack.py
tests/03_test_dch_guess_version.py
tests/04_test_submodules.py
tests/05_test_detection.py
tests/06_test_upstream_source.py
tests/07_test_fastimport.py
tests/08_test_patch.py
tests/09_test_git_repository.py
tests/10_test_get_upstream_tree.py
tests/11_test_dch_main.py
tests/12_test_deb.py
tests/13_test_gbp_pq.py
tests/14_test_gbp_import_dscs.py
tests/15_test_DebianSource.py
tests/16_test_supercommand.py
tests/17_test_dch_guess_documented_commit.py
tests/18_test_Config.py
tests/19_test_gbp_scripts_config.py
tests/20_test_rpm.py
tests/21_test_command_wrappers.py
tests/22_test_gbp_buildpackage.py
tests/23_test_dch_extract_bts_cmds.py
tests/24_test_gbp_import_orig.py
tests/25_test_broken_gbp_conf.py
tests/26_test_dch_extract_thanks.py
tests/27_test_create_remote_repo.py
tests/28_test_gbp_git_repository_commit_dir.py
tests/29_test_gbp_clone.py
tests/30_test_deb_changelog.py
tests/30_test_rpm_changelog.py
tests/31_test_uscan.py
tests/__init__.py
tests/context.py
tests/test_RollbackDebianGitRepository.py
tests/08_test_patch_data/916545.patch
tests/08_test_patch_data/base64.patch
tests/08_test_patch_data/dep3-iso8859-1.patch
tests/08_test_patch_data/dep3-longdesc-bug.patch
tests/08_test_patch_data/patch1.diff
tests/08_test_patch_data/usbip-fix-misuse-of-strncpy.patch
tests/component/__init__.py
tests/component/deb/__init__.py
tests/component/deb/fixtures.py
tests/component/deb/test_buildpackage.py
tests/component/deb/test_clone.py
tests/component/deb/test_dch.py
tests/component/deb/test_export_orig.py
tests/component/deb/test_import_dsc.py
tests/component/deb/test_import_dscs.py
tests/component/deb/test_import_orig.py
tests/component/deb/test_import_ref.py
tests/component/deb/test_pq.py
tests/component/deb/test_pristine_tar.py
tests/component/deb/test_pull.py
tests/component/deb/test_push.py
tests/component/deb/test_tag.py
tests/component/rpm/__init__.py
tests/component/rpm/test_buildpackage_rpm.py
tests/component/rpm/test_import_orig_rpm.py
tests/component/rpm/test_import_srpm.py
tests/component/rpm/test_pq_rpm.py
tests/component/rpm/test_rpm_ch.py
tests/data/brackets-in-subject.patch
tests/data/foo.patch
tests/data/gbp_config.conf
tests/data/gbp_create_remote_repo.conf
tests/data/test1.conf
tests/data/pristine_tar/testfile1
tests/data/pristine_tar/testfile2
tests/data/rpm/rpmbuild/SOURCES/bar.tar.gz
tests/data/rpm/rpmbuild/SOURCES/foo.txt
tests/data/rpm/rpmbuild/SOURCES/gbp-test-1.0.tar.bz2
tests/data/rpm/rpmbuild/SOURCES/gbp-test-native-1.0.zip
tests/data/rpm/rpmbuild/SOURCES/gbp-test2-3.0.tar.gz
tests/data/rpm/rpmbuild/SOURCES/my.patch
tests/data/rpm/rpmbuild/SOURCES/my2.patch
tests/data/rpm/rpmbuild/SOURCES/my3.patch
tests/data/rpm/rpmbuild/SPECS/gbp-test-native.spec
tests/data/rpm/rpmbuild/SPECS/gbp-test-native2.spec
tests/data/rpm/rpmbuild/SPECS/gbp-test.spec
tests/data/rpm/rpmbuild/SPECS/gbp-test2.spec
tests/data/rpm/specs/gbp-test-native.spec
tests/data/rpm/specs/gbp-test-native2.spec
tests/data/rpm/specs/gbp-test-quirks.spec
tests/data/rpm/specs/gbp-test-reference.spec
tests/data/rpm/specs/gbp-test-reference2.spec
tests/data/rpm/specs/gbp-test-tags.spec
tests/data/rpm/specs/gbp-test-updates-reference.spec
tests/data/rpm/specs/gbp-test-updates.spec
tests/data/rpm/specs/gbp-test.spec
tests/data/rpm/specs/gbp-test2-reference.spec
tests/data/rpm/specs/gbp-test2-reference2.spec
tests/data/rpm/specs/gbp-test2.spec
tests/data/rpm/specs/gbp-test3.spec
tests/data/rpm/srpms/gbp-test-1.0-1.src.rpm
tests/data/rpm/srpms/gbp-test2-3.0-0.src.rpm
tests/doctests/__init__.py
tests/doctests/test_Changelog.py
tests/doctests/test_Config.py
tests/doctests/test_Control.py
tests/doctests/test_GitModifier.py
tests/doctests/test_GitRepository.py
tests/doctests/test_GitVfs.py
tests/doctests/test_PristineTar.py
tests/doctests/test_create_remote_repo.py
tests/testutils/__init__.py
tests/testutils/capture.py
tests/testutils/data.py
tests/testutils/debiangittestrepo.py
tests/testutils/gbplogtester.py
tests/testutils/popen.py