chiark / gitweb /
git-buildpackage (0.9.10) unstable; urgency=medium
authorGuido Günther <agx@sigxcpu.org>
Sun, 19 Aug 2018 06:29:47 +0000 (07:29 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 19 Aug 2018 06:29:47 +0000 (07:29 +0100)
commit717bbf7a3597366690d62184259ebf79aa890927
tree6910f7897f3d3de2e953edafcfabae63bf3239ef
git-buildpackage (0.9.10) unstable; urgency=medium

  [ Ken Dreyer ]
  * [f0b1bbe] deb.git: fix duplicate "tarball" in docstring.
    Fix the docstring for create_pristine_tar_commits()
  * [29b9f2c] deb.git: fix spelling of "described" in docstring.
    Fix the docstring for _sanitize_version() and _unsanitize_version()

  [ Guido Günther ]
  * [62e0102] push: Allow to skip upstream and debian branch and tag push.
    Push of tag and or branch can be skipped by setting
    --{upstream,debian}-{branch,tag}='' . (Closes: #899234)
  * [28a950a] tests: Check help output of tag and push too
  * [a287bf6] config: allow to override default values via
    add_config_file_option
  * [b8221b8] pull: Check that repo is clean before fetching anything
  * [6dda2da] pull: allow to set up branch tracking for missing branches.
    If the remote branch does not exist at all that's currently not fatal.
    (Closes: #882187)
  * [d69006d] Depend on sensible-utils. gbp-dch uses sensible-editor.

  [ Chris Lamb ]
  * [6c30ac9] import-{dsc,orig}: Make --download deprecation text more useful.
    Point to the manpages for usage examples. (Closes: #900606)

  [ Guus Sliepen ]
  * [48ef0ec] changelog: try iso8859-1 when utf-8 fails.
    Fall back to iso8859-1 when opening the changelog. Helps when importing
    old versions. (Closes: #900841)

  [ Carsten Schoenert ]
  * [50b9223] create_remote_repo: import urllib.parse
    urllib.parse did not get imported in packaegs without changelog.

  [ Iain Lane ]
  * [5fedb2b] Ignore merge commits when looking at the pristine-tar branch.
    (Closes: #906331)

[dgit import package git-buildpackage 0.9.10]
374 files changed:
.coverage [new file with mode: 0644]
.coveragerc [new file with mode: 0644]
.pydoctor.cfg [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
COPYING [new file with mode: 0644]
HACKING [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO [new file with mode: 0644]
bin/gbp-builder-mock [new file with mode: 0755]
bin/git-pbuilder [new file with mode: 0755]
coverage.xml [new file with mode: 0644]
debian/NEWS [new file with mode: 0644]
debian/bug-presubj [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/doc-base [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/examples [new file with mode: 0644]
debian/gbp.completion [new file with mode: 0644]
debian/gbp.conf [new file with mode: 0644]
debian/git-buildpackage-rpm.install [new file with mode: 0644]
debian/git-buildpackage-rpm.manpages [new file with mode: 0644]
debian/git-buildpackage.bash-completion [new file with mode: 0644]
debian/git-buildpackage.install [new file with mode: 0644]
debian/git-buildpackage.manpages [new file with mode: 0644]
debian/git-buildpackage.postinst [new file with mode: 0644]
debian/git-buildpackage.postrm [new file with mode: 0644]
debian/git-buildpackage.preinst [new file with mode: 0644]
debian/git-buildpackage.zsh-completion [new file with mode: 0644]
debian/links [new file with mode: 0644]
debian/pk4 [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/tests/control [new file with mode: 0644]
debian/tests/smoke-rpm [new file with mode: 0755]
dev_requirements.txt [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/chapters/building.xml [new file with mode: 0644]
docs/chapters/cfgfile.xml [new file with mode: 0644]
docs/chapters/chapters.ent [new file with mode: 0644]
docs/chapters/import.xml [new file with mode: 0644]
docs/chapters/intro.xml [new file with mode: 0644]
docs/chapters/patches.xml [new file with mode: 0644]
docs/chapters/releases.xml [new file with mode: 0644]
docs/chapters/special.xml [new file with mode: 0644]
docs/common.ent [new file with mode: 0644]
docs/copyright.xml [new file with mode: 0644]
docs/gbp.css [new file with mode: 0644]
docs/gbp.svg [new file with mode: 0644]
docs/images/pq-applied.png [new file with mode: 0644]
docs/images/pq-export.png [new file with mode: 0644]
docs/images/pq-rebase.png [new file with mode: 0644]
docs/images/pq-time-machine.png [new file with mode: 0644]
docs/images/pq-unapplied.png [new file with mode: 0644]
docs/man.gbp.xml [new file with mode: 0644]
docs/manpages/gbp-buildpackage-rpm.xml [new file with mode: 0644]
docs/manpages/gbp-buildpackage.xml [new file with mode: 0644]
docs/manpages/gbp-clone.xml [new file with mode: 0644]
docs/manpages/gbp-config.xml [new file with mode: 0644]
docs/manpages/gbp-create-remote-repo.xml [new file with mode: 0644]
docs/manpages/gbp-dch.xml [new file with mode: 0644]
docs/manpages/gbp-export-orig.xml [new file with mode: 0644]
docs/manpages/gbp-import-dsc.xml [new file with mode: 0644]
docs/manpages/gbp-import-dscs.xml [new file with mode: 0644]
docs/manpages/gbp-import-orig.xml [new file with mode: 0644]
docs/manpages/gbp-import-srpm.xml [new file with mode: 0644]
docs/manpages/gbp-pq-rpm.xml [new file with mode: 0644]
docs/manpages/gbp-pq.xml [new file with mode: 0644]
docs/manpages/gbp-pristine-tar.xml [new file with mode: 0644]
docs/manpages/gbp-pull.xml [new file with mode: 0644]
docs/manpages/gbp-push.xml [new file with mode: 0644]
docs/manpages/gbp-rpm-ch.xml [new file with mode: 0644]
docs/manpages/gbp-tag.xml [new file with mode: 0644]
docs/manpages/gbp.conf.xml [new file with mode: 0644]
docs/manpages/gbp.xml [new file with mode: 0644]
docs/manpages/man.common-options.ent [new file with mode: 0644]
docs/manpages/man.conffiles.xml [new file with mode: 0644]
docs/manpages/man.seealso.xml [new file with mode: 0644]
docs/manpages/manpages.ent [new file with mode: 0644]
docs/manual.xml [new file with mode: 0644]
examples/README.source [new file with mode: 0644]
examples/gbp-add-patch [new file with mode: 0755]
examples/gbp-configure-unpatched-source [new file with mode: 0755]
examples/gbp-svn-tag [new file with mode: 0755]
examples/gbp-try-ff [new file with mode: 0755]
examples/jenkins-scratchbuilder [new file with mode: 0755]
examples/wrap_cl.py [new file with mode: 0644]
examples/zeitgeist-git.py [new file with mode: 0755]
gbp.conf [new file with mode: 0644]
gbp.egg-info/PKG-INFO [new file with mode: 0644]
gbp.egg-info/SOURCES.txt [new file with mode: 0644]
gbp.egg-info/dependency_links.txt [new file with mode: 0644]
gbp.egg-info/entry_points.txt [new file with mode: 0644]
gbp.egg-info/requires.txt [new file with mode: 0644]
gbp.egg-info/top_level.txt [new file with mode: 0644]
gbp/__init__.py [new file with mode: 0755]
gbp/command_wrappers.py [new file with mode: 0644]
gbp/config.py [new file with mode: 0644]
gbp/dch.py [new file with mode: 0644]
gbp/deb/__init__.py [new file with mode: 0644]
gbp/deb/changelog.py [new file with mode: 0644]
gbp/deb/control.py [new file with mode: 0644]
gbp/deb/dscfile.py [new file with mode: 0644]
gbp/deb/format.py [new file with mode: 0644]
gbp/deb/git.py [new file with mode: 0644]
gbp/deb/policy.py [new file with mode: 0644]
gbp/deb/pristinetar.py [new file with mode: 0644]
gbp/deb/rollbackgit.py [new file with mode: 0644]
gbp/deb/source.py [new file with mode: 0644]
gbp/deb/upstreamsource.py [new file with mode: 0644]
gbp/deb/uscan.py [new file with mode: 0644]
gbp/errors.py [new file with mode: 0644]
gbp/format.py [new file with mode: 0644]
gbp/git/__init__.py [new file with mode: 0644]
gbp/git/args.py [new file with mode: 0644]
gbp/git/commit.py [new file with mode: 0644]
gbp/git/errors.py [new file with mode: 0644]
gbp/git/fastimport.py [new file with mode: 0644]
gbp/git/modifier.py [new file with mode: 0644]
gbp/git/repository.py [new file with mode: 0644]
gbp/git/vfs.py [new file with mode: 0644]
gbp/log.py [new file with mode: 0644]
gbp/notifications.py [new file with mode: 0644]
gbp/patch_series.py [new file with mode: 0644]
gbp/paths.py [new file with mode: 0644]
gbp/pkg/__init__.py [new file with mode: 0644]
gbp/pkg/archive.py [new file with mode: 0644]
gbp/pkg/compressor.py [new file with mode: 0644]
gbp/pkg/git.py [new file with mode: 0644]
gbp/pkg/pkgpolicy.py [new file with mode: 0644]
gbp/pkg/pristinetar.py [new file with mode: 0644]
gbp/pkg/upstreamsource.py [new file with mode: 0644]
gbp/rpm/__init__.py [new file with mode: 0644]
gbp/rpm/changelog.py [new file with mode: 0644]
gbp/rpm/git.py [new file with mode: 0644]
gbp/rpm/lib_rpm.py [new file with mode: 0644]
gbp/rpm/linkedlist.py [new file with mode: 0644]
gbp/rpm/policy.py [new file with mode: 0644]
gbp/scripts/__init__.py [new file with mode: 0644]
gbp/scripts/buildpackage.py [new file with mode: 0755]
gbp/scripts/buildpackage_rpm.py [new file with mode: 0644]
gbp/scripts/clone.py [new file with mode: 0755]
gbp/scripts/common/__init__.py [new file with mode: 0644]
gbp/scripts/common/buildpackage.py [new file with mode: 0644]
gbp/scripts/common/hook.py [new file with mode: 0644]
gbp/scripts/common/import_orig.py [new file with mode: 0644]
gbp/scripts/common/pq.py [new file with mode: 0644]
gbp/scripts/common/repo_setup.py [new file with mode: 0644]
gbp/scripts/config.py [new file with mode: 0755]
gbp/scripts/create_remote_repo.py [new file with mode: 0644]
gbp/scripts/dch.py [new file with mode: 0644]
gbp/scripts/export_orig.py [new file with mode: 0755]
gbp/scripts/import_dsc.py [new file with mode: 0644]
gbp/scripts/import_dscs.py [new file with mode: 0644]
gbp/scripts/import_orig.py [new file with mode: 0644]
gbp/scripts/import_srpm.py [new file with mode: 0755]
gbp/scripts/pq.py [new file with mode: 0755]
gbp/scripts/pq_rpm.py [new file with mode: 0755]
gbp/scripts/pristine_tar.py [new file with mode: 0644]
gbp/scripts/pull.py [new file with mode: 0755]
gbp/scripts/push.py [new file with mode: 0755]
gbp/scripts/rpm_ch.py [new file with mode: 0644]
gbp/scripts/supercommand.py [new file with mode: 0644]
gbp/scripts/tag.py [new file with mode: 0755]
gbp/tmpfile.py [new file with mode: 0644]
gbp/tristate.py [new file with mode: 0644]
nosetests.xml [new file with mode: 0644]
packaging/git-buildpackage.spec [new file with mode: 0644]
packaging/run-in-docker [new file with mode: 0755]
requirements.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0755]
tests/01_test_help.py [new file with mode: 0644]
tests/02_test_upstream_source_tar_unpack.py [new file with mode: 0644]
tests/03_test_dch_guess_version.py [new file with mode: 0644]
tests/04_test_submodules.py [new file with mode: 0644]
tests/05_test_detection.py [new file with mode: 0644]
tests/06_test_upstream_source.py [new file with mode: 0644]
tests/07_test_fastimport.py [new file with mode: 0644]
tests/08_test_patch.py [new file with mode: 0644]
tests/08_test_patch_data/dep3-iso8859-1.patch [new file with mode: 0644]
tests/08_test_patch_data/patch1.diff [new file with mode: 0644]
tests/09_test_git_repository.py [new file with mode: 0644]
tests/10_test_get_upstream_tree.py [new file with mode: 0644]
tests/11_test_dch_main.py [new file with mode: 0644]
tests/12_test_deb.py [new file with mode: 0644]
tests/13_test_gbp_pq.py [new file with mode: 0644]
tests/14_test_gbp_import_dscs.py [new file with mode: 0644]
tests/15_test_DebianSource.py [new file with mode: 0644]
tests/16_test_supercommand.py [new file with mode: 0644]
tests/17_test_dch_guess_documented_commit.py [new file with mode: 0644]
tests/18_test_Config.py [new file with mode: 0644]
tests/19_test_gbp_scripts_config.py [new file with mode: 0644]
tests/20_test_rpm.py [new file with mode: 0644]
tests/21_test_command_wrappers.py [new file with mode: 0644]
tests/22_test_gbp_buildpackage.py [new file with mode: 0644]
tests/23_test_dch_extract_bts_cmds.py [new file with mode: 0644]
tests/24_test_gbp_import_orig.py [new file with mode: 0644]
tests/25_test_broken_gbp_conf.py [new file with mode: 0644]
tests/26_test_dch_extract_thanks.py [new file with mode: 0644]
tests/27_test_create_remote_repo.py [new file with mode: 0644]
tests/28_test_gbp_git_repository_commit_dir.py [new file with mode: 0644]
tests/29_test_gbp_clone.py [new file with mode: 0644]
tests/30_test_deb_changelog.py [new file with mode: 0644]
tests/30_test_rpm_changelog.py [new file with mode: 0644]
tests/31_test_uscan.py [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/component/__init__.py [new file with mode: 0644]
tests/component/deb/__init__.py [new file with mode: 0644]
tests/component/deb/data/dsc-1.0/hello-debhelper_2.6-2.diff.gz [new file with mode: 0644]
tests/component/deb/data/dsc-1.0/hello-debhelper_2.6-2.dsc [new file with mode: 0644]
tests/component/deb/data/dsc-1.0/hello-debhelper_2.6.orig.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0-additional-tarballs/hello-debhelper_2.8-1.debian.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0-additional-tarballs/hello-debhelper_2.8-1.dsc [new file with mode: 0644]
tests/component/deb/data/dsc-3.0-additional-tarballs/hello-debhelper_2.8.orig-foo.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0-additional-tarballs/hello-debhelper_2.8.orig.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0-additional-tarballs/hello-debhelper_2.9-1.debian.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0-additional-tarballs/hello-debhelper_2.9-1.dsc [new file with mode: 0644]
tests/component/deb/data/dsc-3.0-additional-tarballs/hello-debhelper_2.9.orig-foo.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0-additional-tarballs/hello-debhelper_2.9.orig.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0/hello-debhelper_2.6-1.debian.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0/hello-debhelper_2.6-1.dsc [new file with mode: 0644]
tests/component/deb/data/dsc-3.0/hello-debhelper_2.6-2.debian.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0/hello-debhelper_2.6-2.dsc [new file with mode: 0644]
tests/component/deb/data/dsc-3.0/hello-debhelper_2.6.orig.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0/hello-debhelper_2.8-1.debian.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-3.0/hello-debhelper_2.8-1.dsc [new file with mode: 0644]
tests/component/deb/data/dsc-3.0/hello-debhelper_2.8.orig.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-native/git-buildpackage_0.4.14.dsc [new file with mode: 0644]
tests/component/deb/data/dsc-native/git-buildpackage_0.4.14.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-native/git-buildpackage_0.4.15.dsc [new file with mode: 0644]
tests/component/deb/data/dsc-native/git-buildpackage_0.4.15.tar.gz [new file with mode: 0644]
tests/component/deb/data/dsc-native/git-buildpackage_0.4.16.dsc [new file with mode: 0644]
tests/component/deb/data/dsc-native/git-buildpackage_0.4.16.tar.gz [new file with mode: 0644]
tests/component/deb/fixtures.py [new file with mode: 0644]
tests/component/deb/test_buildpackage.py [new file with mode: 0644]
tests/component/deb/test_clone.py [new file with mode: 0644]
tests/component/deb/test_dch.py [new file with mode: 0644]
tests/component/deb/test_export_orig.py [new file with mode: 0644]
tests/component/deb/test_import_dsc.py [new file with mode: 0644]
tests/component/deb/test_import_dscs.py [new file with mode: 0644]
tests/component/deb/test_import_orig.py [new file with mode: 0644]
tests/component/deb/test_pq.py [new file with mode: 0644]
tests/component/deb/test_pristine_tar.py [new file with mode: 0644]
tests/component/deb/test_pull.py [new file with mode: 0644]
tests/component/deb/test_push.py [new file with mode: 0644]
tests/component/deb/test_tag.py [new file with mode: 0644]
tests/component/rpm/__init__.py [new file with mode: 0644]
tests/component/rpm/data/README [new file with mode: 0644]
tests/component/rpm/data/gbp-test-1.0-1.other.src.rpm [new file with mode: 0644]
tests/component/rpm/data/gbp-test-1.0-1.src.rpm [new file with mode: 0644]
tests/component/rpm/data/gbp-test-1.1-1.src.rpm [new file with mode: 0644]
tests/component/rpm/data/gbp-test-1.1-2.src.rpm [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native-1.0-1.src.rpm [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native.data/Add-changelog-file.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native.data/Add-dummy-Makefile.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native.data/Add-dummy-files.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native.data/Add-gbp.conf.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native.data/Add-packaging-files.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native.data/Repository-initialization.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native.data/manifest.json [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native2-2.0-0.src.rpm [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native2.data/Add-gbp.conf.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native2.data/Add-packaging-files.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native2.data/Repository-initialization.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test-native2.data/manifest.json [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Add-.gitignore.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Add-changelog.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Add-compressed-patches.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Add-dummy-Makefile.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Add-dummy-files.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Add-gbp.conf.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Add-initial-packaging-files.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Auto-import-file-s-from-branch-srcdata-gbp-test-master.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Create-a-forked-version.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Initial-commit.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Modify-README.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Repository-initialization.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Update-gbp.conf-to-rename-the-generated-source-package.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/Version-bump-to-1.1.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/manifest.json [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/my-bzip2.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/my-gz.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/my2.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/pristine-tar-data-for-gbp-test-1.0.tar.bz2.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test.data/pristine-tar-data-for-gbp-test-1.1.tar.bz2.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2-2.0-0.src.rpm [new file with mode: 0644]
tests/component/rpm/data/gbp-test2-2.0-1.src.rpm [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/Add-dummy-Makefile.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/Add-dummy-files.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/Add-gbp.conf.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/Add-packaging-files.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/My-addition.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/Remove-imported-patches.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/Repository-initialization.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/Update-.gbp.conf.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/manifest.json [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/packaging-add-alternative-spec-file-and-change-patch-p.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/packaging-change-my2.patch-to-git-email-format.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/packaging-reflect-the-corrected-patch-number-handling.patch [new file with mode: 0644]
tests/component/rpm/data/gbp-test2.data/pristine-tar-data-for-gbp-test2-2.0.tar.gz.patch [new file with mode: 0644]
tests/component/rpm/data/manage.py [new file with mode: 0755]
tests/component/rpm/data/orig/gbp-test-1.0.tar.bz2 [new file with mode: 0644]
tests/component/rpm/data/orig/gbp-test-1.1.tar.bz2 [new file with mode: 0644]
tests/component/rpm/data/orig/gbp-test-1.1.with_dotgit.tar.bz2 [new file with mode: 0644]
tests/component/rpm/data/orig/gbp-test-native-1.0.zip [new file with mode: 0644]
tests/component/rpm/data/orig/gbp-test2-2.0.tar.gz [new file with mode: 0644]
tests/component/rpm/data/rpm/gbp-test-1.0-1.noarch.rpm [new file with mode: 0644]
tests/component/rpm/data/rpm/gbp-test-1.1-1.noarch.rpm [new file with mode: 0644]
tests/component/rpm/data/rpm/gbp-test-1.1-2.noarch.rpm [new file with mode: 0644]
tests/component/rpm/data/rpm/gbp-test-native-1.0-1.noarch.rpm [new file with mode: 0644]
tests/component/rpm/data/rpm/gbp-test-native2-2.0-0.noarch.rpm [new file with mode: 0644]
tests/component/rpm/data/rpm/gbp-test2-2.0-0.noarch.rpm [new file with mode: 0644]
tests/component/rpm/data/rpm/gbp-test2-2.0-1.noarch.rpm [new file with mode: 0644]
tests/component/rpm/test_buildpackage_rpm.py [new file with mode: 0644]
tests/component/rpm/test_import_orig_rpm.py [new file with mode: 0644]
tests/component/rpm/test_import_srpm.py [new file with mode: 0644]
tests/component/rpm/test_pq_rpm.py [new file with mode: 0644]
tests/component/rpm/test_rpm_ch.py [new file with mode: 0644]
tests/context.py [new file with mode: 0644]
tests/data/brackets-in-subject.patch [new file with mode: 0644]
tests/data/foo.patch [new file with mode: 0644]
tests/data/gbp_config.conf [new file with mode: 0644]
tests/data/gbp_create_remote_repo.conf [new file with mode: 0644]
tests/data/pristine_tar/testfile1 [new file with mode: 0644]
tests/data/pristine_tar/testfile2 [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/bar.tar.gz [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/foo.txt [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/gbp-test-1.0.tar.bz2 [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/gbp-test-native-1.0.zip [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/gbp-test2-3.0.tar.gz [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/my.patch [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/my2.patch [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/my3.patch [new file with mode: 0644]
tests/data/rpm/rpmbuild/SPECS/gbp-test-native.spec [new file with mode: 0644]
tests/data/rpm/rpmbuild/SPECS/gbp-test-native2.spec [new file with mode: 0644]
tests/data/rpm/rpmbuild/SPECS/gbp-test.spec [new file with mode: 0644]
tests/data/rpm/rpmbuild/SPECS/gbp-test2.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-native.spec [new symlink]
tests/data/rpm/specs/gbp-test-native2.spec [new symlink]
tests/data/rpm/specs/gbp-test-quirks.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-reference.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-reference2.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-tags.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-updates-reference.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-updates.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test.spec [new symlink]
tests/data/rpm/specs/gbp-test2-reference.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test2-reference2.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test2.spec [new symlink]
tests/data/rpm/specs/gbp-test3.spec [new file with mode: 0644]
tests/data/rpm/srpms/gbp-test-1.0-1.src.rpm [new file with mode: 0644]
tests/data/rpm/srpms/gbp-test2-3.0-0.src.rpm [new file with mode: 0644]
tests/data/test1.conf [new file with mode: 0644]
tests/doctests/__init__.py [new file with mode: 0644]
tests/doctests/test_Changelog.py [new file with mode: 0644]
tests/doctests/test_Config.py [new file with mode: 0644]
tests/doctests/test_Control.py [new file with mode: 0644]
tests/doctests/test_GitModifier.py [new file with mode: 0644]
tests/doctests/test_GitRepository.py [new file with mode: 0644]
tests/doctests/test_GitVfs.py [new file with mode: 0644]
tests/doctests/test_PristineTar.py [new file with mode: 0644]
tests/doctests/test_create_remote_repo.py [new file with mode: 0644]
tests/test_RollbackDebianGitRepository.py [new file with mode: 0644]
tests/testutils/__init__.py [new file with mode: 0644]
tests/testutils/capture.py [new file with mode: 0644]
tests/testutils/data.py [new file with mode: 0644]
tests/testutils/debiangittestrepo.py [new file with mode: 0644]
tests/testutils/gbplogtester.py [new file with mode: 0644]
tests/testutils/popen.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]