Your message dated Thu, 07 Jan 2021 11:18:26 +0000
with message-id <e1kxtjc-0002dg...@fasolo.debian.org>
and subject line Bug#976914: fixed in git-buildpackage 0.9.21
has caused the Debian Bug report #976914,
regarding git-buildpackage FTBFS when /etc/lsb-release does not exist
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
976914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976914
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: git-buildpackage
Version: 0.9.20
Severity: serious
Justification: FTBFS on ppc64el
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201209 ftbfs-bullseye ftbfs-ppc64el

Hi,

During a rebuild of all packages in sid, your package failed to build
on ppc64el. At the same time, it did not fail on amd64.

I'm marking this bug as severity:serious since your package has only
Architecture:all binary packages, and should thus, in theory, build
everywhere. Failure to build on ppc64el might indicate a serious issue
in this package or in another package.

But feel free to downgrade or close if you believe that this is only a
build-time issue. (I would personnally prefer a severity:minor bug just to
track that the package can only be built on specific architectures.)

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> flake8 
> flake8  examples/gbp-add-patch examples/zeitgeist-git.py
> export GIT_AUTHOR_NAME="Gbp Tests";           \
> export GIT_AUTHOR_EMAIL=te...@example.com;    \
> export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME;   \
> export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL; \
> PYTHONPATH=.                                  \
> LC_ALL=C.UTF-8 python3 setup.py nosetests --with-xcoverage
> running nosetests
> running egg_info
> writing gbp.egg-info/PKG-INFO
> writing dependency_links to gbp.egg-info/dependency_links.txt
> writing entry points to gbp.egg-info/entry_points.txt
> writing requirements to gbp.egg-info/requires.txt
> writing top-level names to gbp.egg-info/top_level.txt
> reading manifest file 'gbp.egg-info/SOURCES.txt'
> writing manifest file 'gbp.egg-info/SOURCES.txt'
> Coverage.py warning: --include is ignored because --source is set 
> (include-ignored)
> Doctest: gbp.command_wrappers.Command.__call__ ... ok
> Doctest: gbp.command_wrappers.Command._f ... ok
> Doctest: gbp.command_wrappers.Command.call ... ok
> Doctest: gbp.config.GbpOptionParser._listify ... ok
> Doctest: gbp.config.GbpOptionParser._name_to_filename ... ok
> Doctest: gbp.config.GbpOptionParser.get_config_files ... ok
> Doctest: gbp.deb.format.DebianSourceFormat ... ok
> Doctest: gbp.deb.format.DebianSourceFormat.parse_file ... ok
> Doctest: gbp.deb.git.DebianGitRepository._build_legacy_tag ... ok
> Doctest: gbp.deb.git.DebianGitRepository._mangle_version ... ok
> Doctest: gbp.deb.git.DebianGitRepository._sanitize_version ... ok
> Doctest: gbp.deb.git.DebianGitRepository._unsanitize_version ... ok
> Doctest: gbp.deb.git.DebianGitRepository.tag_to_version ... ok
> Doctest: gbp.deb.git.DebianGitRepository.version_to_tag ... ok
> Doctest: gbp.deb.policy.DebianPkgPolicy ... ok
> Doctest: gbp.deb.policy.DebianPkgPolicy.build_tarball_name ... ok
> Doctest: gbp.deb.uscan.Uscan._parse ... ok
> Doctest: gbp.deb.uscan.Uscan._parse_uptodate ... ok
> Doctest: gbp.deb.uscan.Uscan._raise_error ... ok
> Doctest: gbp.format.format_b ... ok
> Doctest: gbp.format.format_str ... ok
> Doctest: gbp.git.args.GitArgs ... ok
> Doctest: gbp.git.commit.GitCommit.is_sha1 ... ok
> Doctest: gbp.git.modifier.GitModifier.get_author_env ... ok
> Doctest: gbp.git.modifier.GitModifier.get_committer_env ... ok
> Doctest: gbp.git.repository.GitRepository.strip_sha1 ... ok
> Doctest: gbp.git.rfc822_date_to_git ... ok
> Doctest: gbp.patch_series.Patch._get_subject_from_filename ... ok
> Doctest: gbp.patch_series.PatchSeries._get_topic ... ok
> Doctest: gbp.patch_series.PatchSeries._parse_line ... ok
> Doctest: gbp.patch_series.PatchSeries._read_series ... ok
> Doctest: gbp.patch_series.PatchSeries._split_strip ... ok
> Doctest: gbp.patch_series.PatchSeries._strip_comment ... ok
> Doctest: gbp.pkg.archive.Archive.parse_filename ... ok
> Doctest: gbp.pkg.compressor.Compressor.__repr__ ... ok
> Doctest: gbp.pkg.compressor.Compressor.cmdline ... ok
> Doctest: gbp.pkg.git.PkgGitRepository.sanitize_prefix ... ok
> Doctest: gbp.pkg.pkgpolicy.PkgPolicy.guess_upstream_src_version ... ok
> Doctest: gbp.pkg.pkgpolicy.PkgPolicy.is_valid_packagename ... ok
> Doctest: gbp.pkg.pkgpolicy.PkgPolicy.is_valid_upstreamversion ... ok
> Doctest: gbp.pkg.pkgpolicy.PkgPolicy.version_subst ... ok
> Doctest: gbp.rpm.git.RpmGitRepository._sanitize_tag ... ok
> Doctest: gbp.rpm.git.RpmGitRepository.version_to_tag ... ok
> Doctest: gbp.rpm.linkedlist.LinkedList.append ... ok
> Doctest: gbp.rpm.linkedlist.LinkedList.delete ... ok
> Doctest: gbp.rpm.linkedlist.LinkedList.insert_after ... ok
> Doctest: gbp.rpm.linkedlist.LinkedList.insert_before ... ok
> Doctest: gbp.rpm.linkedlist.LinkedList.prepend ... ok
> Doctest: gbp.rpm.linkedlist.LinkedListNode.set_data ... ok
> Doctest: gbp.rpm.policy.RpmPkgPolicy.is_valid_orig_archive ... ok
> Doctest: gbp.rpm.compose_version_str ... ok
> Doctest: gbp.rpm.filter_version ... ok
> Doctest: gbp.rpm.split_version_str ... ok
> Doctest: gbp.rpm.string_to_int ... ok
> Doctest: gbp.scripts.buildpackage.changes_file_suffix ... ok
> Doctest: gbp.scripts.clone.repo_to_url ... ok
> Doctest: gbp.scripts.common.pq.is_pq_branch ... ok
> Doctest: gbp.scripts.common.pq.pq_branch_base ... ok
> Doctest: gbp.scripts.common.pq.pq_branch_name ... ok
> Doctest: gbp.scripts.common.is_download ... ok
> Doctest: gbp.scripts.create_remote_repo.build_cmd ... ok
> Doctest: gbp.scripts.create_remote_repo.print_config ... ok
> Doctest: gbp.scripts.dch.snapshot_version ... ok
> Doctest: gbp.scripts.import_dsc.is_download ... ok
> Doctest: gbp.scripts.import_orig.find_upstream ... ok
> Doctest: gbp.scripts.pq.compare_series ... ok
> Doctest: gbp.scripts.pq.format_series_diff ... ok
> Doctest: gbp.scripts.supercommand.pymod_to_cmd ... ok
> Doctest: gbp.tristate.Tristate.__nonzero__ ... ok
> Doctest: gbp.tristate.Tristate.__repr__ ... ok
> SKIP: Skipping 'tests.component', since this is not a git checkout.
> -------------------- >> begin captured logging << --------------------
> gbp: info: Failed to read OS release file /etc/lsb-release: [Errno 2] No such 
> file or directory: '/etc/lsb-release'
> gbp: debug: ['git', 'rev-parse', '--show-cdup']
> --------------------- >> end captured logging << ---------------------
> SKIP: Skipping 'tests.component', since this is not a git checkout.
> -------------------- >> begin captured logging << --------------------
> gbp: info: Failed to read OS release file /etc/lsb-release: [Errno 2] No such 
> file or directory: '/etc/lsb-release'
> gbp: debug: ['git', 'rev-parse', '--show-cdup']
> gbp: debug: ['git', 'rev-parse', '--show-cdup']
> --------------------- >> end captured logging << ---------------------
> Doctest: tests.doctests.test_Changelog.test_parse_debian_only ... ok
> Doctest: tests.doctests.test_Changelog.test_parse_no_eopch ... ok
> Doctest: tests.doctests.test_Changelog.test_parse_eopch ... ok
> Doctest: tests.doctests.test_Changelog.test_parse_name ... ok
> Doctest: tests.doctests.test_Changelog.test_parse_last_mod ... ok
> Doctest: tests.doctests.test_Changelog.test_parse_sections ... ok
> Doctest: tests.doctests.test_Changelog.test_get_changes ... ok
> Doctest: tests.doctests.test_Changelog.test_add_section ... ok
> Doctest: tests.doctests.test_Changelog.test_add_entry ... ok
> Doctest: tests.doctests.test_Config.test_option_parser ... ok
> Doctest: tests.doctests.test_Config.test_option_parser_debian ... ok
> Doctest: tests.doctests.test_Config.test_option_group ... ok
> Doctest: tests.doctests.test_Config.test_tristate ... ok
> Doctest: tests.doctests.test_Config.test_filter ... ok
> Doctest: tests.doctests.test_Config.test_filters ... ok
> Doctest: tests.doctests.test_Control.test_parse_control ... ok
> Doctest: tests.doctests.test_Control.test_no_control_error ... ok
> Doctest: tests.doctests.test_GitModifier.test_author ... ok
> Doctest: tests.doctests.test_GitModifier.test_date ... ok
> Doctest: tests.doctests.test_GitModifier.test_dict ... ok
> Doctest: tests.doctests.test_GitRepository.test_create ... ok
> Doctest: tests.doctests.test_GitRepository.test_empty ... ok
> Doctest: tests.doctests.test_GitRepository.test_subdir ... ok
> Doctest: tests.doctests.test_GitRepository.test_add_files ... ok
> Doctest: tests.doctests.test_GitRepository.test_rename_file ... ok
> Doctest: tests.doctests.test_GitRepository.test_branch_master ... ok
> Doctest: tests.doctests.test_GitRepository.test_clean ... ok
> Doctest: tests.doctests.test_GitRepository.test_create_branch ... ok
> Doctest: tests.doctests.test_GitRepository.test_delete_branch ... ok
> Doctest: tests.doctests.test_GitRepository.test_set_branch ... ok
> Doctest: tests.doctests.test_GitRepository.test_rename_branch ... ok
> Doctest: tests.doctests.test_GitRepository.test_set_upstream_branch ... ok
> Doctest: tests.doctests.test_GitRepository.test_get_upstream_branch ... ok
> Doctest: tests.doctests.test_GitRepository.test_tag ... ok
> Doctest: tests.doctests.test_GitRepository.test_describe ... ok
> Doctest: tests.doctests.test_GitRepository.test_find_tag ... ok
> Doctest: tests.doctests.test_GitRepository.test_find_branch_tag ... ok
> Doctest: tests.doctests.test_GitRepository.test_move_tag ... ok
> Doctest: tests.doctests.test_GitRepository.test_delete_tag ... ok
> Doctest: tests.doctests.test_GitRepository.test_get_obj_type ... ok
> Doctest: tests.doctests.test_GitRepository.test_list_files ... ok
> Doctest: tests.doctests.test_GitRepository.test_get_commits ... ok
> Doctest: tests.doctests.test_GitRepository.test_get_commit_info ... ok
> Doctest: tests.doctests.test_GitRepository.test_diff ... ok
> Doctest: tests.doctests.test_GitRepository.test_diff_status ... ok
> Doctest: tests.doctests.test_GitRepository.test_mirror_clone ... ok
> Doctest: tests.doctests.test_GitRepository.test_clone ... ok
> Doctest: tests.doctests.test_GitRepository.test_get_remotes ... ok
> Doctest: tests.doctests.test_GitRepository.test_merge ... ok
> Doctest: tests.doctests.test_GitRepository.test_pull ... ok
> Doctest: tests.doctests.test_GitRepository.test_fetch ... ok
> Doctest: tests.doctests.test_GitRepository.test_create_bare ... ok
> Doctest: tests.doctests.test_GitRepository.test_nonexistent ... ok
> Doctest: tests.doctests.test_GitRepository.test_create_noperm ... ok
> Doctest: tests.doctests.test_GitRepository.test_checkout ... ok
> Doctest: tests.doctests.test_GitRepository.test_gc ... ok
> Doctest: tests.doctests.test_GitRepository.test_grep_log ... ok
> Doctest: tests.doctests.test_GitRepository.test_is_ff ... ok
> Doctest: tests.doctests.test_GitRepository.test_update_ref ... ok
> Doctest: tests.doctests.test_GitRepository.test_make_tree ... ok
> Doctest: tests.doctests.test_GitRepository.test_update_submodules ... ok
> Doctest: tests.doctests.test_GitRepository.test_get_merge_base ... ok
> Doctest: tests.doctests.test_GitRepository.test_status ... ok
> Doctest: tests.doctests.test_GitRepository.test_cmd_has_feature ... ok
> Doctest: tests.doctests.test_GitRepository.test_set_user_name_and_email ... ok
> Doctest: tests.doctests.test_GitRepository.test_set_config_and_get_config ... 
> ok
> Doctest: tests.doctests.test_GitRepository.test_git_dir ... ok
> Doctest: tests.doctests.test_GitVfs.test_read ... ok
> Doctest: tests.doctests.test_GitVfs.test_binary_read ... ok
> Doctest: tests.doctests.test_GitVfs.test_content_manager ... ok
> Doctest: tests.doctests.test_PristineTar.test_create ... ok
> Doctest: tests.doctests.test_PristineTar.test_empty_repo ... ok
> Doctest: tests.doctests.test_PristineTar.test_commit_dir ... ok
> Doctest: tests.doctests.test_PristineTar.test_create_tarball ... ok
> Doctest: tests.doctests.test_PristineTar.test_pristine_tar_commit ... ok
> Doctest: tests.doctests.test_PristineTar.test_pristine_tar_commit_with_sig 
> ... ok
> Doctest: tests.doctests.test_PristineTar.test_pristine_has_commit ... ok
> Doctest: tests.doctests.test_PristineTar.test_pristine_tar_checkout ... ok
> Doctest: tests.doctests.test_PristineTar.test_pristine_tar_checkout_with_sig 
> ... ok
> Doctest: tests.doctests.test_PristineTar.test_pristine_tar_verify ... ok
> Doctest: 
> tests.doctests.test_PristineTar.test_pristine_tar_checkout_nonexistent ... ok
> Doctest: tests.doctests.test_create_remote_repo.test_build_remote_script ... 
> ok
> Doctest: 
> tests.doctests.test_create_remote_repo.test_build_remote_script_template_dir 
> ... ok
> Doctest: tests.doctests.test_create_remote_repo.test_build_remote_script_bare 
> ... ok
> Doctest: tests.doctests.test_create_remote_repo.test_parse_url ... ok
> testHelp (tests.01_test_help.TestHelp) ... ok
> test_upstream_source_type 
> (tests.02_test_upstream_source_tar_unpack.TestUnpack) ... ok
> test_upstream_source_unpack 
> (tests.02_test_upstream_source_tar_unpack.TestUnpack) ... ok
> test_upstream_source_unpack_filtered 
> (tests.02_test_upstream_source_tar_unpack.TestUnpack) ... ok
> test_upstream_source_unpack_no_filter 
> (tests.02_test_upstream_source_tar_unpack.TestUnpack) ... ok
> Check if we picked up the epoch correctly (#652366) ... ok
> Guess the new version from the upstream tag using a mangled tag format ... ok
> Guess the new version from the upstream tag ... ok
> Guess with clashing upstream- and non-upstream-tag ... ok
> Guess with existing -0... releases ... ok
> test_no_changelog 
> (tests.03_test_dch_guess_version.TestGuessVersionFromUpstream) ... ok
> Test empty repo for submodules ... ok
> Add some dummy data ... ok
> Add some dummy data ... ok
> Add a submodule ... ok
> Check for submodules ... ok
> Check for submodules list of  (name, hash) ... ok
> Dump the repository and check if files exist ... ok
> Create an upstream tarball ... ok
> Create an upstream zip archive ... ok
> Check the contents of the created tarfile ... ok
> Add a second submodule with name containing whitespace ... ok
> Check for submodules list of  (name, hash) ... ok
> test_guess_comp_type_auto_bzip2 (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_bz (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_bz2 (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_bzip2 (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_gz (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_gzip (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_lzma (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_no_pristine_tar_no_orig 
> (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_no_pristine_tar_with_multiple_origs 
> (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_no_pristine_tar_with_orig 
> (tests.05_test_detection.TestDetection) ... ok
> test_guess_comp_type_no_repo (tests.05_test_detection.TestDetection) ... ok
> test_has_orig_multiple_false (tests.05_test_detection.TestDetection) ... ok
> test_has_orig_multiple_true (tests.05_test_detection.TestDetection) ... ok
> test_has_orig_single_false (tests.05_test_detection.TestDetection) ... ok
> test_has_orig_single_true (tests.05_test_detection.TestDetection) ... ok
> Upstream source is a directory ... ok
> Check if filtering out files works ... ok
> Check if packing tar archives works ... ok
> test_unpack (tests.06_test_upstream_source.TestZip) ... ok
> Create a fastimport object ... ok
> Add a file via fastimport ... ok
> Add a symbolic link via fastimport ... ok
> tests.07_test_fastimport.test_close ... ok
> tests.07_test_fastimport.test_result ... ok
> Get patch information from git mailimport with base64 body but plain text 
> patch ... ok
> Make sure broken encoding does no affect import ... ok
> Convert extra DEP-3 header into a git pseudo-header ... ok
> Don't fail on empty patch header ... ok
> Get patch information from git mailimport and extra DEP-3 headers ... ok
> Get patch information from the filename ... ok
> Get the patch information from a patch header ... ok
> test_has_branch (tests.09_test_git_repository.TestHasBranch) ... ok
> Commit a tree ... ok
> Write out index file to alternate index file ... ok
> Write out index file to non-existent dir ... ok
> Getting upstream tree from an invalid tag must fail ... ok
> Getting upstream tree from an invalid tree must fail ... ok
> Getting upstream tree from a invalid upstream branch must fail ... ok
> Get upstream tree from a valid tag ... ok
> Get upstream tree from a valid upstream tree ... ok
> Get upstream tree from a valid upstream branch ... ok
> test_dch_create_changelog (tests.11_test_dch_main.TestScriptDch) ... ok
> test_dch_main_closes_default (tests.11_test_dch_main.TestScriptDch) ... ok
> test_dch_main_closes_non_debian_bug_numbers 
> (tests.11_test_dch_main.TestScriptDch) ... ok
> test_dch_main_git_author (tests.11_test_dch_main.TestScriptDch) ... ok
> Test dch.py like gbp dch script does: increment debian version ... ok
> Test dch.py like gbp dch script does: increment debian version - guess last 
> commit ... ok
> Test dch.py like gbp dch script does: increment debian version - auto - 
> release ... ok
> Test dch.py like gbp dch script does: increment debian version - auto - 
> snapshot mode ... ok
> Test dch.py like gbp dch script does: increment debian version - release ... 
> ok
> Test dch.py like gbp dch script does: increment debian version - snapshot 
> mode ... ok
> test_dch_main_meta_closes_and_bug_numbers 
> (tests.11_test_dch_main.TestScriptDch) ... ok
> Test dch.py like gbp dch script does: new upstream version ... ok
> Test dch.py like gbp dch script does: new upstream version - two snapshots - 
> auto ... ok
> Test dch.py like gbp dch script does: new upstream version - two snapshots - 
> do not set distribution ... ok
> Test dch.py like gbp dch script does: new upstream version - two committed 
> snapshots - auto ... ok
> Test dch.py like gbp dch script does: new upstream version - two committed 
> snapshots - do not set distribution ... ok
> Test dch.py like gbp dch script does: new upstream version - guess last 
> commit ... ok
> Test dch.py like gbp dch script does: new upstream version - auto - release 
> ... ok
> Test dch.py like gbp dch script does: new upstream version - auto - snapshot 
> mode ... ok
> Test dch.py like gbp dch script does: new upstream version - set distribution 
> ... ok
> Test dch.py like gbp dch script does: new upstream version - release ... ok
> Test dch.py like gbp dch script does: new upstream version - release - set 
> distribution ... ok
> Test dch.py like gbp dch script does: new upstream version - release - set 
> urgency ... ok
> Test dch.py like gbp dch script does: new upstream version - snapshot mode 
> ... ok
> Test dch.py like gbp dch script does: new upstream version - snapshot mode - 
> do not set distribution ... ok
> Test dch.py like gbp dch script does: new upstream version - snapshot - 
> release ... ok
> Test dch.py like gbp dch script does: new upstream version - snapshot mode - 
> set urgency ... ok
> Test dch.py like gbp dch script does: new upstream version - set urgency ... 
> ok
> test_dch_main_no_git_author (tests.11_test_dch_main.TestScriptDch) ... ok
> Test dch.py like gbp dch script does: snapshot mode with unreleased debian 
> version ... ok
> test_dch_subdir (tests.11_test_dch_main.TestScriptDch) ... ok
> Test parsing a a 1.0 non-native dsc file without debian revision ... ok
> Test parsing a valid dsc file ... ok
> test_get_arch (tests.12_test_deb.TestDeb) ... SKIP: not on amd64
> test_get_vendor (tests.12_test_deb.TestDeb) ... ok
> testBadVersion (tests.12_test_deb.TestDpkgCompareVersions) ... ok
> testGreaterThen (tests.12_test_deb.TestDpkgCompareVersions) ... ok
> testLessThen (tests.12_test_deb.TestDpkgCompareVersions) ... ok
> testSameVersion (tests.12_test_deb.TestDpkgCompareVersions) ... ok
> Test applying a single patch ... ok
> Test applying a patch preserves the subject ... ok
> Check if we parse the author from debian control if it's missing in the 
> patch. ... ok
> Test if setting a name works ... ok
> Test if setting a topic works ... ok
> Test applying a single patch ... ok
> Test if we commit the patch-queue branch with --commit ... ok
> Test if we commit the patch-queue branch with all patches dropped ... ok
> Test if we drop the patch-queue branch with --drop ... ok
> test_adding_patch (tests.13_test_gbp_pq.TestFromTAG) ... ok
> test_empty (tests.13_test_gbp_pq.TestFromTAG) ... ok
> Test command filtering with an empty body ... ok
> test_filter_cmd (tests.13_test_gbp_pq.TestParseGbpCommand) ... ok
> test_noarg_cmd (tests.13_test_gbp_pq.TestParseGbpCommand) ... ok
> Test generation of patches ... ok
> Test generation of patches which have name clashes ... ok
> Test generation of renumbered patches ... ok
> test_import_fail_first (tests.14_test_gbp_import_dscs.TestImportDscs) ... ok
> test_import_fail_second (tests.14_test_gbp_import_dscs.TestImportDscs) ... ok
> Test importing success with stub ... ok
> test_control (tests.15_test_DebianSource.TestDebianSource) ... ok
> Check if we can parse files if workdir != debian toplevel dir ... ok
> Test native package without a debian/source/format file ... ok
> Test native package of format 3 ... ok
> Test native package of format 3 from git ... ok
> test_is_not_releasable (tests.15_test_DebianSource.TestDebianSource) ... ok
> test_is_releasable (tests.15_test_DebianSource.TestDebianSource) ... ok
> Invoking with --help must not raise an error ... ok
> Test the importer itself ... ok
> Test if we fail correctly with an invalid command ... ok
> Invoking with --list-cmds must not raise an error ... ok
> test_missing_arg (tests.16_test_supercommand.TestSuperCommand) ... ok
> Guess the commit to start from from the snapshot banner ... ok
> Guess the commit to start from from the tag matching ... ok
> Guess the commit to start from from the commit that ... ok
> None of the above matched so we want to start from ... ok
> A value only in the default section should be available in all commands ... ok
> Read a single value from the parsed config ... ok
> A value in the cmd section should override the old git-cmd section 
> independent from ... ok
> test_param_list (tests.18_test_Config.TestConfigParser) ... ok
> test_short_option (tests.18_test_Config.TestConfigParser) ... ok
> Options with short options can't have a prefix ... ok
> A value in any gbp-command section should override the default ... ok
> A value in any git-command section should override the default ... ok
> With disabled deprecations we shouldn't see a log line ... ok
> A value in any command section should override the default ... ok
> Can we detect a missing value ... ok
> Can invoke it for a sngle value  without error ... ok
> Non-existing commands should print no values ... ok
> Can we fetch the configuration for all commands ... ok
> Can we fetch a single configuration value that is at it's default ... ok
> Can we fetch a single configuration value that is at it's default which is 
> empty ... ok
> Can we fetch a single configuration value that is overridden by config ... ok
> Test changelog methods ... ok
> Test updating/deleting of tags and macros ... ok
> Test error conditions of modification methods ... ok
> Test parsing of a valid spec file ... ok
> Test the getting the patches as a patchseries ... ok
> Check patch series functionalitu with %autostup ... ok
> Patches are applied in order different from the patch numbering ... ok
> Test spec that is broken/has anomalities ... ok
> Test parsing of a valid spec file ... ok
> Test parsing of another valid spec file ... ok
> Test parsing of yet another valid spec file ... ok
> Test parsing of spec without orig tarball ... ok
> Test parsing of all the different tags of spec file ... ok
> Test spec autoupdate functionality ... ok
> Another test for spec autoupdate functionality ... ok
> Test parsing of a source rpm ... ok
> Test parsing of another source rpm ... ok
> Test unpacking of a source rpm ... ok
> Test guess_spec() function ... ok
> Test guess_spec_repo() and spec_from_repo() functions ... ok
> test_log_default_error_msg 
> (tests.21_test_command_wrappers.TestCommandWrapperFailures) ... ok
> test_log_quote_format 
> (tests.21_test_command_wrappers.TestCommandWrapperFailures) ... ok
> test_log_use_err_or_reason_for_error_messge_error 
> (tests.21_test_command_wrappers.TestCommandWrapperFailures) ... ok
> test_log_use_err_or_reason_for_error_messge_reason 
> (tests.21_test_command_wrappers.TestCommandWrapperFailures) ... ok
> test_log_use_stderr_for_err_message 
> (tests.21_test_command_wrappers.TestCommandWrapperFailures) ... ok
> test_log_use_stdout_for_err_message 
> (tests.21_test_command_wrappers.TestCommandWrapperFailures) ... ok
> test_no_log_on_success 
> (tests.21_test_command_wrappers.TestCommandWrapperFailures) ... ok
> test_get_pbuilder_dist_dep14_debian_master 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_get_pbuilder_dist_dep14_debian_native 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_get_pbuilder_dist_dep14_debian_sid 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_get_pbuilder_dist_dep14_debian_suite 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_get_pbuilder_dist_dep14_no_vendor 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_get_pbuilder_dist_dep14_no_vendor_sid 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_get_pbuilder_dist_dep14_too_many_slashes 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_get_pbuilder_dist_dep14_vendor_sid 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_get_pbuilder_dist_dep14_vendor_suite 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_get_pbuilder_dist_no_dep14 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageDep14) ... ok
> test_setup_pbuilder 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageSetupPbuilder) ... ok
> test_setup_pbuilder_arch 
> (tests.22_test_gbp_buildpackage.TestGbpBuildpackageSetupPbuilder) ... ok
> Test default BTS command extraction that is applicable to Debian ... ok
> Test non-default BTS commands. We use the example given in the ... ok
> test_dir 
> (tests.24_test_gbp_import_orig.TestGbpBuildpackagePreparePristineTar) ... ok
> test_signature 
> (tests.24_test_gbp_import_orig.TestGbpBuildpackagePreparePristineTar) ... ok
> test_tar 
> (tests.24_test_gbp_import_orig.TestGbpBuildpackagePreparePristineTar) ... ok
> test_200_download (tests.24_test_gbp_import_orig.TestImportOrigDownload) ... 
> SKIP: network tests disabled
> test_404_download (tests.24_test_gbp_import_orig.TestImportOrigDownload) ... 
> SKIP: network tests disabled
> test_30_quilt (tests.24_test_gbp_import_orig.TestIs30Quilt) ... ok
> test_30_quilt_empty_repo (tests.24_test_gbp_import_orig.TestIs30Quilt) ... ok
> test_no_format (tests.24_test_gbp_import_orig.TestIs30Quilt) ... ok
> test_no_quilt (tests.24_test_gbp_import_orig.TestIs30Quilt) ... ok
> Test that dropping upstream's debian/ workd (#881750) ... ok
> testBrokenConf (tests.25_test_broken_gbp_conf.TestBrokenConfig) ... ok
> Test default thanks extraction ... ok
> test_list_config_templates 
> (tests.27_test_create_remote_repo.TestGbpCreateRemoteRepoCommand) ... ok
> test_no_config_templates 
> (tests.27_test_create_remote_repo.TestGbpCreateRemoteRepoCommand) ... ok
> Make sure we shorten the reflog entry properly ... ok
> Make sure we fail on onverly long msg resulting in an ... FAIL
> test_simple 
> (tests.28_test_gbp_git_repository_commit_dir.TestGitRepositoryCommitDir) ... 
> ok
> test_vcs_git_url (tests.29_test_gbp_clone.TestGbpClone) ... ok
> test_changelog_creation_full (tests.30_test_deb_changelog.Test) ... ok
> test_changelog_creation_package (tests.30_test_deb_changelog.Test) ... ok
> test_changelog_creation_version (tests.30_test_deb_changelog.Test) ... ok
> test_changelog_exists (tests.30_test_deb_changelog.Test) ... ok
> test_changelog_missing_dir (tests.30_test_deb_changelog.Test) ... ok
> Test we properly parse maitainers with comma #737623 ... ok
> Test basic initialization ... ok
> Test the add_section() method ... ok
> Basic test ... ok
> Test the container methods of the class ... ok
> Basic test for header ... ok
> Test missing properties ... ok
> Test parsing of authors from changelog entries ... ok
> Basic tests for successful parsing ... ok
> Basic tests for changelog parsing failures ... ok
> Basic tests for parsing a file ... ok
> Basic tests for failures of changelog section parsing ... ok
> Test add_entry() method ... ok
> Test set_header() method ... ok
> Basic test ... ok
> Test parsing a valid uscan file ... ok
> test_empty_rollback 
> (tests.test_RollbackDebianGitRepository.TestRollbackGitRepository) ... ok
> test_rrr_branch 
> (tests.test_RollbackDebianGitRepository.TestRollbackGitRepository) ... ok
> test_rrr_merge 
> (tests.test_RollbackDebianGitRepository.TestRollbackGitRepository) ... ok
> test_rrr_merge_abort 
> (tests.test_RollbackDebianGitRepository.TestRollbackGitRepository) ... ok
> test_rrr_tag 
> (tests.test_RollbackDebianGitRepository.TestRollbackGitRepository) ... ok
> test_rrr_unknown_action 
> (tests.test_RollbackDebianGitRepository.TestRollbackGitRepository) ... ok
> 
> ======================================================================
> FAIL: Make sure we fail on onverly long msg resulting in an
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/28_test_gbp_git_repository_commit_dir.py", 
> line 28, in test_long_reflog
>     self.repo.commit_dir(self.content,
> AssertionError: GitRepositoryError not raised
> 
> ----------------------------------------------------------------------
> XML: /<<PKGBUILDDIR>>/nosetests.xml
> Name                                 Stmts   Miss  Cover   Missing
> ------------------------------------------------------------------
> gbp/__init__.py                          1      0   100%
> gbp/command_wrappers.py                164      9    95%   129, 161, 261, 
> 319-321, 330, 333-334
> gbp/config.py                          258     26    90%   30-31, 51-52, 70, 
> 450, 459-463, 509, 511-512, 558-561, 626, 633, 701, 703-705, 734, 736, 
> 786-787, 887
> gbp/dch.py                              79     16    80%   33-34, 44-45, 88, 
> 96-100, 114, 116, 127, 130-131, 135
> gbp/deb/__init__.py                     49      9    82%   55, 76-78, 91-100
> gbp/deb/changelog.py                   182      9    95%   81, 84, 100, 
> 125-126, 134-136, 298
> gbp/deb/control.py                      32      3    91%   53-54, 66
> gbp/deb/dscfile.py                     102      9    91%   72, 112, 115, 117, 
> 119, 127, 136, 142-143
> gbp/deb/format.py                       37      2    95%   117-118
> gbp/deb/git.py                         161     65    60%   46-54, 60-65, 
> 91-100, 126, 185, 294-308, 314-320, 325-340, 372-373, 378-385
> gbp/deb/policy.py                       26      2    92%   92-93
> gbp/deb/pristinetar.py                  17      0   100%
> gbp/deb/rollbackgit.py                  85     36    58%   17-19, 22, 36, 
> 49-52, 63-66, 91, 93-94, 102-104, 106, 110-113, 116-118, 121-124, 127-134
> gbp/deb/source.py                       76     12    84%   81, 113-114, 122, 
> 126, 130, 134, 138, 147, 160-162
> gbp/deb/upstreamsource.py               27     14    48%   41-42, 57-70
> gbp/deb/uscan.py                        78     17    78%   73-81, 93, 96-103, 
> 185, 191, 194
> gbp/errors.py                            3      0   100%
> gbp/format.py                           13      0   100%
> gbp/git/__init__.py                     15      0   100%
> gbp/git/args.py                         30      1    97%   65
> gbp/git/commit.py                        7      0   100%
> gbp/git/errors.py                        3      0   100%
> gbp/git/fastimport.py                   57      6    89%   45-48, 112, 144
> gbp/git/modifier.py                     83      3    96%   76, 80, 95
> gbp/git/repository.py                  877     70    92%   46, 51, 87, 95, 
> 241-242, 486, 525, 625, 632, 677-678, 738, 809, 846, 896, 915, 1055, 1069, 
> 1092, 1175, 1184, 1325, 1327, 1384-1388, 1410, 1437, 1539, 1547, 1549-1552, 
> 1557, 1631-1632, 1700, 1717, 1749-1756, 1762, 1766, 1768, 1797, 1806, 1817, 
> 1842, 1869, 1963, 2010-2011, 2013, 2023, 2055, 2076-2077, 2079, 2084-2085, 
> 2090, 2092-2096
> gbp/git/vfs.py                          37      3    92%   38-39, 72
> gbp/log.py                              94      7    93%   72, 77, 88-89, 
> 119-120, 150
> gbp/notifications.py                    34     28    18%   26-38, 42-46, 
> 50-57, 66-73
> gbp/patch_series.py                    207     16    92%   95, 109-110, 115, 
> 205, 242-243, 257, 281, 321-328
> gbp/paths.py                             3      0   100%
> gbp/pkg/__init__.py                      6      0   100%
> gbp/pkg/archive.py                      23      0   100%
> gbp/pkg/compressor.py                   26      0   100%
> gbp/pkg/git.py                          54      3    94%   58, 101, 120
> gbp/pkg/pkgpolicy.py                    71     21    70%   51, 122, 149-168, 
> 172
> gbp/pkg/pristinetar.py                  56      1    98%   49
> gbp/pkg/upstreamsource.py               98     18    82%   54-56, 75, 105, 
> 109, 118, 124, 137, 145-146, 154, 166-168, 182, 188, 197-199
> gbp/rpm/__init__.py                    603     38    94%   55, 148-149, 
> 205-209, 258, 315, 440, 449, 651, 658-659, 665-667, 681-683, 688-693, 772, 
> 783-790, 823-830, 858, 865, 877-878
> gbp/rpm/changelog.py                   159      4    97%   146, 188-189, 236
> gbp/rpm/git.py                          29     11    62%   30-31, 45-52, 96, 
> 106
> gbp/rpm/lib_rpm.py                      19      8    58%   27-31, 42-46
> gbp/rpm/linkedlist.py                   82      1    99%   86
> gbp/rpm/policy.py                       76     38    50%   115-133, 147-151, 
> 168-200
> gbp/scripts/__init__.py                  1      0   100%
> gbp/scripts/buildpackage.py            342    179    48%   61-72, 88-95, 
> 100-104, 110-148, 153-159, 164-171, 183-189, 194-197, 209, 261-262, 264, 266, 
> 277-279, 284-287, 313, 326-338, 460-478, 492-611, 615
> gbp/scripts/buildpackage_rpm.py        376    257    32%   49-54, 59-74, 
> 80-107, 112-126, 131-144, 152-166, 171-175, 180-192, 210-226, 231-243, 
> 248-251, 259-268, 273-283, 288-294, 299-302, 456-465, 479-664, 668
> gbp/scripts/clone.py                   146     62    58%   40-45, 73-74, 91, 
> 100, 149-151, 161-227, 231
> gbp/scripts/common/__init__.py          36     15    58%   37-38, 61-75, 79-80
> gbp/scripts/common/buildpackage.py      60     19    68%   54, 70-79, 87, 
> 92-95, 100-102
> gbp/scripts/common/hook.py              16      8    50%   26-28, 31-32, 37-39
> gbp/scripts/common/import_orig.py       87     67    23%   34-35, 50-57, 
> 62-65, 71-72, 82-92, 101-111, 115-126, 131-140, 152-184
> gbp/scripts/common/pq.py               199     46    77%   108, 113, 128-132, 
> 142-143, 156, 160-161, 170-171, 176-180, 187-188, 208-213, 255-272, 286-287, 
> 301, 330, 334-336, 356
> gbp/scripts/common/repo_setup.py         9      6    33%   24-30
> gbp/scripts/config.py                   75      6    92%   96, 127-128, 
> 130-131, 140
> gbp/scripts/create_remote_repo.py      220    102    54%   172-189, 193-196, 
> 200-202, 271-272, 282-356, 368-375, 385-400, 404
> gbp/scripts/dch.py                     351     59    83%   55-56, 67-68, 
> 72-73, 104, 169-170, 178-179, 255-259, 267, 274, 281, 301, 311-312, 463-464, 
> 469-472, 475-476, 482, 488, 493, 502-515, 539, 557, 562, 577, 580-581, 
> 593-604, 611
> gbp/scripts/export_orig.py             216    151    30%   46-74, 84-91, 
> 101-134, 143-154, 158-169, 180, 188-189, 208-223, 236-237, 245, 251-252, 
> 259-260, 274-314, 318-324, 328-375, 379
> gbp/scripts/import_dsc.py              341    244    28%   49-68, 73-86, 
> 92-94, 98-108, 115-120, 127-133, 141-154, 160-198, 202-207, 212-240, 244-277, 
> 281-296, 301-304, 309-311, 385-390, 422-435, 448-561, 565
> gbp/scripts/import_dscs.py             128     49    62%   51, 54, 57, 60, 
> 63, 69, 72, 77-97, 105-108, 112, 134, 138-139, 143-149, 157-158, 161-162, 
> 171-173, 176-178, 188-189, 196, 205
> gbp/scripts/import_orig.py             335    196    41%   51, 54-56, 93-94, 
> 97, 101, 107-145, 173-186, 194, 201-205, 209-225, 231-232, 248-253, 270-271, 
> 285-292, 296-312, 317-322, 326-334, 419-425, 439-578, 582
> gbp/scripts/import_ref.py              111     66    41%   42-56, 63-65, 118, 
> 121-123, 131-202, 206
> gbp/scripts/import_srpm.py             297    218    27%   57-67, 72-86, 
> 91-95, 100-103, 108-110, 115-119, 211-217, 231-505, 509
> gbp/scripts/pq.py                      303    103    66%   58-62, 76, 108, 
> 140-142, 187, 213, 256-266, 290-295, 300-303, 310, 316, 323, 327-328, 
> 332-341, 345-347, 350-351, 363, 370-375, 382-384, 391-393, 457-509, 513
> gbp/scripts/pq_rpm.py                  289    226    22%   51-57, 64-124, 
> 133-141, 149-155, 165-184, 189-195, 200-218, 230-258, 263-268, 279-336, 
> 342-352, 357-362, 428-486, 490
> gbp/scripts/pristine_tar.py             64     33    48%   44-46, 67, 70-71, 
> 79-117, 121
> gbp/scripts/pull.py                    154    106    31%   41-78, 118-121, 
> 125-130, 134-141, 153-234, 238
> gbp/scripts/push.py                    118     80    32%   36-38, 64, 69-86, 
> 96-100, 104-105, 118-183, 187
> gbp/scripts/rpm_ch.py                  254    176    31%   49-67, 72-77, 
> 82-85, 91-103, 110-122, 127-134, 140-147, 152-168, 174-221, 226-237, 242-262, 
> 267-276, 282-307, 394-399, 408-454, 458
> gbp/scripts/supercommand.py             77     13    83%   55-59, 124-125, 
> 127-128, 130-131, 145, 149
> gbp/scripts/tag.py                      87     48    45%   43-55, 64-73, 
> 85-87, 114, 122-157, 161
> gbp/tmpfile.py                          21     13    38%   32-44, 49-53
> gbp/tristate.py                         46      8    83%   37, 50, 100-107
> gbp/version.py                           1      0   100%
> ------------------------------------------------------------------
> TOTAL                                 8899   3062    66%
> ----------------------------------------------------------------------
> Ran 397 tests in 34.162s
> 
> FAILED (SKIP=5, failures=1)
> make[2]: *** [Makefile:12: test] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/12/09/git-buildpackage_0.9.20_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on a Power8 cluster part of the
Grid'5000 testbed. Hardware specs: 
https://www.grid5000.fr/w/Grenoble:Hardware#drac

--- End Message ---
--- Begin Message ---
Source: git-buildpackage
Source-Version: 0.9.21
Done: Guido Günther <a...@sigxcpu.org>

We believe that the bug you reported is fixed in the latest version of
git-buildpackage, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 976...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther <a...@sigxcpu.org> (supplier of updated git-buildpackage package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 07 Jan 2021 11:28:00 +0100
Source: git-buildpackage
Architecture: source
Version: 0.9.21
Distribution: unstable
Urgency: medium
Maintainer: Guido Günther <a...@sigxcpu.org>
Changed-By: Guido Günther <a...@sigxcpu.org>
Closes: 812721 941345 966130 968982 972081 976914
Changes:
 git-buildpackage (0.9.21) unstable; urgency=medium
 .
   [ Guido Günther ]
   * [bd15730] docs: Drop --git- from dch invocation.
     Thanks Pierre Equoy
   * [7179893] docs: Clarify that only tarball creation is affected.
     Thanks to Pierre Equoy
   * [1d922d7] policy: Fix typos.
     Thanks to Andrius Merkys (Closes: #966130)
   * [16b8817] spec: Include the correct file
     export_ref.py does not exist.
   * [fd35de0] spec: Don't fail on empty cache dir
   * [df9bae2] autopkgtest: Pass RPM macros on command line.
     This avoids the need to modify files in the home directory.
   * [53501b5] smoketest: Avoid writing to ..
     Use a temporary directory to avoid 'allow-root'.
   * [4e5fc40] autopkgtests: Depend on @builddep@
     Otherwise gbp is not able to build itself.
     Thanks to Lukas Märdian for the detailed report
     (Closes: #968982)
   * [504dda3] test_import_orig: Fix typo
   * [c09d629] test_import_orig: Drop unused variable.
     This makes flake8 happy
   * [73492e1] salsa-ci: Skip reprotest.
     It triggers a test failure since a test can write to a
     destination it should not be able to write too.
   * [c02938f] docs: Add example for exporting the source tree.
     See #969952
   * [657b005] buildpackage: Fix tests and test arch override
   * [cc5e85b] import-ref: Fix help.
     We want an upstream version, not  path
   * [680e9ec] gitlab-ci: Use a more recent Ubuntu LTS
   * [e085ab9] tests: Fixup changelog test on Ubuntu.
     The keys in os-release differ from lsb-release
 .
   [ Marco Trevisan (Treviño) ]
   * [9fc3f1b] import-orig: expose unpacked sources dir to the postunpack hook.
     Use an $GBP_SOURCES_DIR to expose the post-unpack sources dir to the hook.
     Include a test that checks that all the expected env variables are set.
   * [297c5ff] import-orig: Allow the post-unpack hook to filter tarball files.
     With post-unpack scripts is currently possible to filter out files that
     are not needed from the upstream branch, however it is not possible to use 
it
     to filter files that will end up in the orig file, and in some scenarios
     this is not easily doable just using a filter list.
     So, run the post-unpack hook just after unpacking and before repacking the
     tar. (Closes: #812721)
 .
   [ Richard Laager ]
   * [0f8f550] import-orig: Fix a comment typo
   * [707ebdf] import-orig: Refactor vcs_tag_parent.
     This eliminates an indentation level.
   * [064834b] import-orig: Refactor vcs_tag_parent.
     This makes the "tag" variable just the tag.  This improves the
     human-readability of the error message if the tag cannot be found.
 .
   [ Heiko Schlittermann ]
   * [d9e4734] buildpackage: Honor --git-arch for GBP_CHANGES_FILE
     (Closes: #941345)
 .
   [ Chris Lamb ]
   * [8734ed3] docs: Correct "option" typo in gbp-buildpackage manpage
     (Closes: #972081)
 .
   [ nicoo ]
   * [a2a3085] tests/11_test_dch_main.py: Don't expect /etc/lsb-release on
     Debian
   * [0916529] doctests/test_Changelog: Don't expect /etc/lsb-release
     (Closes: #976914)
Checksums-Sha1:
 3c23f4701997b527e68fe54126aa09ca46cf1c3d 2281 git-buildpackage_0.9.21.dsc
 96ebd154806eedf575f7d26a62be8ce92e5af1ca 3096384 git-buildpackage_0.9.21.tar.xz
 ba73648a1d6c86941a0ffa1b153ec9cac6b1fb2d 15517 
git-buildpackage_0.9.21_source.buildinfo
Checksums-Sha256:
 7fe39ead611b8c77fc0a4153c56234a1456fca3e8870cd7a932e8f9d64519af3 2281 
git-buildpackage_0.9.21.dsc
 5b4899b35950003d540a9a0690d45da403b7bcaad9a95357b781de3033f0f7ed 3096384 
git-buildpackage_0.9.21.tar.xz
 3d7359ea5ddbc3d16894e1d9a6906dd347848dbdbd447ca1cbdb482cebeea92b 15517 
git-buildpackage_0.9.21_source.buildinfo
Files:
 e0e430b43ba819c74c4d13fea392318f 2281 vcs optional git-buildpackage_0.9.21.dsc
 4d47f30459524d03737069041ae30d6a 3096384 vcs optional 
git-buildpackage_0.9.21.tar.xz
 c56c0935e8d3ec7c44e227a4441badb6 15517 vcs optional 
git-buildpackage_0.9.21_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEY/bM35YinQkoayrDJb+GUkr8weMFAl/25YIACgkQJb+GUkr8
weOlKg//TZksEIi/2S70Yn7MN6z8eVrj44q0+AG+MMyp1mv5JpwWFj5rWCRbQFH6
s02mOJi9ZRLOFbymP8Ba4vb6snol3Eq64aDlYfg3e8ALQiauapBWfCogr1f76+P4
FotAXULH9SdlOfZYA9W6mt3EGHpfKg7qJqhHZ40UAn2eUEtr9n0tt4T856aFwge/
0DXK7kUO/aPnN6hjzi059DHg0UvEFHdWFhD2V/XMvVcNp8l8ybQJ6e8BiOVEeM+s
fMYdyd89GeuWW0Nt/ClICw8H1P9VkcxCGxqlmqoSuT2lxorhJnuKybVI6FBqPRy+
eAKFL+J6TXmZYFN36335yUUI57dpMdycmz1ge1CP21cftQPnGCh11OtT5aasdqlM
GC7SYDbAjwfB5jaXnybFz/u1Gh4OxW7joe4nCiafCSzUHJik8KbXjc5RpE855VhN
ejGwQi2lDDpIwujsWc0iVOEo2clYvuir3PVUbmz1rh8iVMW3eTTCe3hL75NHnS+1
rsn1YNWkGQj6vW464XxdCvu+1xrrmY2dogR4iRFYhc7lDFGuWGGrgFbnvJ/Jeqrd
byfUlpHxUry6384MS3cgPqcV3tA0/HHot5gOGzdHJKhSEdx/T7Kqh2Ke2CEmcHYb
9Yp6l9mrbSyg3mmpdhi+uHmchles7WHJYJqhytYEGTd6qxIfqqQ=
=hCzq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to