Your message dated Sun, 24 May 2026 13:18:48 +0000
with message-id <[email protected]>
and subject line Bug#1136930: fixed in ruby-rugged 1.9.0+ds-1.1
has caused the Debian Bug report #1136930,
regarding ruby-rugged: FTBFS: Expected: 1703 Actual: 1704
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 [email protected]
immediately.)


-- 
1136930: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1136930
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-rugged
Version: 1.9.0+ds-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ruby-rugged, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=ruby --with ruby
   dh_auto_clean -O--buildsystem=ruby
        dh_ruby --clean
   dh_autoreconf_clean -O--buildsystem=ruby
   dh_clean -O--buildsystem=ruby
 debian/rules binary
dh binary --buildsystem=ruby --with ruby
   dh_update_autotools_config -O--buildsystem=ruby
   dh_autoreconf -O--buildsystem=ruby
   dh_auto_configure -O--buildsystem=ruby
        dh_ruby --configure
   dh_auto_build -O--buildsystem=ruby
        dh_ruby --build
   dh_auto_test -O--buildsystem=ruby

[... snipped ...]

LightweightTagTest#test_target = 0.02 s = .
ConfigWriteTest#test_invalid_values = 0.03 s = .
ConfigWriteTest#test_delete_config_values = 0.03 s = .
ConfigWriteTest#test_write_config_values = 0.02 s = .
BlobMergeTest#test_blob_merge_files = 0.03 s = .
BlobMergeTest#test_blob_merge_files_by_oid = 0.03 s = .
RepositoryInitTest#test_init_bare_true = 0.00 s = .
RepositoryInitTest#test_init_bare_false = 0.00 s = .
RepositoryInitTest#test_init_with_pathname = 0.01 s = .
RepositoryInitTest#test_init_with_wrong_argument = 0.00 s = .
RepositoryInitTest#test_init_non_bare_default = 0.00 s = .
RepositoryInitTest#test_init_bare_truthy = 0.00 s = .
TagTest#test_each_name = 0.02 s = .
TagTest#test_each = 0.02 s = .
TagTest#test_lookup_git_compliance = 0.02 s = .
TagTest#test_lookup_raises_error_if_object_type_does_not_match = 0.02 s = .
TagTest#test_lookup = 0.02 s = .
TagTest#test_extract_signature = 0.02 s = .
TagTest#test_reading_a_tag = 0.02 s = .
TagTest#test_reading_the_oid_of_a_tag = 0.02 s = .
PatchFromStringsTest#test_from_strings_delete_file = 0.00 s = .
PatchFromStringsTest#test_from_strings_create_file = 0.00 s = .
PatchFromStringsTest#test_from_strings_without_paths = 0.00 s = .
PatchFromStringsTest#test_from_strings_with_custom_paths = 0.00 s = .
PatchFromStringsTest#test_from_strings_no_args = 0.00 s = .
BlobWriteTest#test_fetch_blob_content_with_nulls = 0.03 s = .
BlobWriteTest#test_blob_is_binary = 0.03 s = .
BlobWriteTest#test_write_blob_from_workdir = 0.03 s = .
BlobWriteTest#test_write_blob_from_disk = 0.03 s = .
BlobWriteTest#test_write_blob_data = 0.03 s = .
DotgitTest#test_dotgit = 0.00 s = .
ShallowRepositoryTest#test_is_shallow = 0.02 s = .
IndexRepositoryTest#test_idempotent_read_write = 0.03 s = .
IndexRepositoryTest#test_build_tree_from_index = 0.03 s = .
IndexRepositoryTest#test_read_tree_with_not_a_tree = 0.03 s = .
RepositoryResetTest#test_reset_mixed = 0.03 s = .
RepositoryResetTest#test_reset_hard = 0.03 s = .
RepositoryResetTest#test_reset_path_no_target = 0.03 s = .
RepositoryResetTest#test_reset_soft = 0.03 s = .
RepositoryResetTest#test_reset_path_invalid_pathspec = 0.03 s = .
RepositoryResetTest#test_reset_path = 0.03 s = .
RepositoryResetTest#test_reset_with_invalid_mode = 0.03 s = .
RepositoryResetTest#test_reset_with_rugged_tag = 0.03 s = .
RepositoryCheckoutTest#test_checkout_with_revspec_string = 0.06 s = .
RepositoryCheckoutTest#test_checkout_tree_raises_errors_in_progress_cb = 0.06 s 
= .
RepositoryCheckoutTest#test_checkout_with_HEAD = 0.06 s = .
RepositoryCheckoutTest#test_checkout_tree_subdirectory = 0.06 s = .
RepositoryCheckoutTest#test_checkout_tree_with_commit = 0.06 s = .
RepositoryCheckoutTest#test_checkout_tree_raises_errors_in_notify_cb = 0.06 s = 
.
RepositoryCheckoutTest#test_checkout_tree_subtree_directory = 0.06 s = .
RepositoryCheckoutTest#test_checkout_with_branch_updates_HEAD = 0.06 s = .
RepositoryCheckoutTest#test_checkout_with_remote_branch_detaches_HEAD = 0.06 s 
= .
RepositoryCheckoutTest#test_checkout_tree_raises_with_bare_repo = 0.05 s = .
RepositoryCheckoutTest#test_checkout_with_commit_detaches_HEAD = 0.06 s = .
RepositoryCheckoutTest#test_checkout_tree_with_index = 0.06 s = .
RepositoryCheckoutTest#test_checkout_tree_works_with_bare_repo_and_target_directory
 = 0.06 s = .
RevertTest#test_revert_orphan = 0.01 s = .
RevertTest#test_revert_automerge = 0.01 s = .
RevertTest#test_revert_with_conflicts = 0.01 s = .
RevertTest#test_reverted_index_does_not_cause_segfault_on_diff = 0.01 s = .
RepositoryApplyTest#test_apply_index = 0.02 s = .
RepositoryApplyTest#test_apply_both = 0.02 s = .
RepositoryApplyTest#test_callbacks = 0.02 s = .
RepositoryApplyTest#test_location_option = 0.02 s = .
RepositoryApplyTest#test_bare_repository_defaults_to_index = 0.03 s = .
RepositoryApplyTest#test_apply_workdir = 0.02 s = .
TrivialMergeTest#test_4 = 0.06 s = .
TrivialMergeTest#test_2alt = 0.06 s = .
TrivialMergeTest#test_renames_disabled = 0.06 s = .
TrivialMergeTest#test_renames_enabled = 0.06 s = .
TrivialMergeTest#test_renames_default = 0.06 s = .
TrivialMergeTest#test_analysis = 0.06 s = .
IndexMergeFileTest#test_merge_file_with_labels = 0.01 s = .
IndexMergeFileTest#test_merge_file = 0.01 s = .
IndexMergeFileTest#test_merge_file_without_theirs = 0.01 s = .
IndexMergeFileTest#test_merge_file_without_ours = 0.01 s = .
IndexMergeFileTest#test_merge_file_without_ancestor = 0.01 s = .
CommitWriteTest#test_write_commit_with_time = 0.03 s = .
CommitWriteTest#test_create_commit_to_s = 0.03 s = .
CommitWriteTest#test_write_commit_without_time = 0.03 s = .
CommitWriteTest#test_write_empty_email_fails = 0.03 s = .
CommitWriteTest#test_write_commit_without_signature = 0.03 s = .
CommitWriteTest#test_write_commit_with_time_offset = 0.03 s = .
CommitWriteTest#test_write_invalid_parents = 0.03 s = .
CommitWriteTest#test_write_signature_raises_key_error_for_missing_keys = 0.03 s 
= .
BranchTest#test_create_branch_from_unknown_commit_fails = 0.03 s = .
BranchTest#test_branch_upstream = 0.03 s = .
BranchTest#test_lookup_remote_branches = 0.03 s = .
BranchTest#test_create_branch_from_tag = 0.03 s = .
BranchTest#test_create_branch_from_unknown_ref_fails = 0.03 s = .
BranchTest#test_list_only_local_branches = 0.03 s = .
BranchTest#test_rename_branch = 0.03 s = .
BranchTest#test_branch_remote_local_non_tracking_branch = 0.03 s = .
BranchTest#test_branch_set_upstream_invalid = 0.03 s = .
BranchTest#test_create_branch_from_non_canonical_fails = 0.03 s = .
BranchTest#test_branch_set_upstream_remote = 0.03 s = .
BranchTest#test_create_new_branch = 0.03 s = .
BranchTest#test_create_branch_from_blob_fails = 0.03 s = .
BranchTest#test_branch_unset_upstream = 0.03 s = .
BranchTest#test_lookup_unicode_branch_name = 0.03 s = .
BranchTest#test_create_branch_from_tree_fails = 0.03 s = .
BranchTest#test_create_branch_explicit_head = 0.03 s = .
BranchTest#test_list_only_remote_branches = 0.03 s = .
BranchTest#test_branch_remote_local_tracking_remote_branch = 0.03 s = .
BranchTest#test_is_head = 0.03 s = .
BranchTest#test_branch_set_upstream_with_reference = 0.03 s = .
BranchTest#test_branch_set_upstream_with_tag_reference = 0.03 s = .
BranchTest#test_branch_set_upstream_local = 0.03 s = .
BranchTest#test_lookup_with_ambiguous_names = 0.03 s = .
BranchTest#test_create_branch_short_sha = 0.03 s = .
BranchTest#test_branch_set_upstream_on_remote_branch = 0.03 s = .
BranchTest#test_create_unicode_branch_nfd = 0.03 s = .
BranchTest#test_create_unicode_branch_nfc = 0.03 s = .
BranchTest#test_get_latest_commit_in_branch = 0.03 s = .
BranchTest#test_create_branch_from_commit = 0.03 s = .
BranchTest#test_branch_upstream_no_tracking_branch = 0.03 s = .
BranchTest#test_create_branch_from_head = 0.03 s = .
BranchTest#test_list_all_names = 0.03 s = .
BranchTest#test_lookup_local_branch = 0.03 s = .
BranchTest#test_branch_upstream_remote_branch = 0.03 s = .
BranchTest#test_branch_remote_remote_branch = 0.03 s = .
BranchTest#test_delete_branch = 0.03 s = .
ObjectTest#test_lookup_by_rev = 0.01 s = .
ObjectTest#test_fail_to_lookup_inexistant_object = 0.01 s = .
ObjectTest#test_lookup_oid_by_rev = 0.01 s = .
ObjectTest#test_objects_are_the_same = 0.01 s = .
ObjectTest#test_lookup_object = 0.01 s = .
ObjectTest#test_lookup_can_lookup_any_object_type = 0.01 s = .
ObjectTest#test_read_raw_data = 0.01 s = .
ReferenceTest#test_reference_to_tag = 0.02 s = .
ReferenceTest#test_load_packed_ref = 0.02 s = .
ReferenceTest#test_collection_delete_with_branch = 0.02 s = .
ReferenceTest#test_reference_exists = 0.02 s = .
ReferenceTest#test_collection_delete_with_tag = 0.02 s = .
ReferenceTest#test_resolve_head = 0.02 s = .
ReferenceTest#test_each_can_handle_exceptions = 0.02 s = .
ReferenceTest#test_can_open_a_symbolic_reference = 0.02 s = .
ReferenceTest#test_looking_up_missing_ref_returns_nil = 0.02 s = .
ReferenceTest#test_target_id_encoding = 0.02 s = .
ReferenceTest#test_can_filter_refs_with_glob = 0.02 s = .
ReferenceTest#test_reference_validity = 0.02 s = .
ReferenceTest#test_list_references = 0.02 s = .
ReferenceTest#test_reference_is_tag = 0.03 s = .
ReferenceTest#test_reference_is_branch = 0.03 s = .
ReferenceTest#test_can_open_reference = 0.02 s = .
ReferenceTest#test_reference_is_remote = 0.03 s = .
MergeCommitsRepositoryTest#test_merge_commits = 0.06 s = .
ReferenceWriteTest#test_create_ref_from_oid = 0.01 s = .
ReferenceWriteTest#test_rename_ref = 0.01 s = .
ReferenceWriteTest#test_create_force = 0.01 s = .
ReferenceWriteTest#test_create_unicode_reference_nfd = 0.01 s = .
ReferenceWriteTest#test_write_and_read_unicode_refs = 0.01 s = .
ReferenceWriteTest#test_create_unicode_reference_nfc = 0.01 s = .
ReferenceWriteTest#test_create_symbolic_ref = 0.01 s = .
ReferenceWriteTest#test_rename_unicode_reference_nfd = 0.01 s = .
ReferenceWriteTest#test_set_ref_target = 0.01 s = .
CommitToMboxTest::TrailersTest#test_can_parse_trailers = 0.03 s = .
AnnotatedTagObjectTest#test_does_not_create_ref = 0.02 s = .
AnnotatedTagObjectTest#test_annotation = 0.02 s = .
AnnotatedTagObjectTest#test_target = 0.02 s = .
IndexConflictsTest#test_conflict_cleanup = 0.01 s = .
IndexConflictsTest#test_conflict_add = 0.01 s = .
IndexConflictsTest#test_conflicts = 0.01 s = .
IndexConflictsTest#test_conflicts? = 0.01 s = .
IndexConflictsTest#test_conflict_remove = 0.01 s = .
IndexConflictsTest#test_conflict_get = 0.01 s = .
SettingsTest#test_max_cache_size = 0.00 s = .
SettingsTest#test_used_cache_size = 0.02 s = .
NoteTest#test_each_note_enumerable = 0.01 s = .
NoteTest#test_default_ref = 0.01 s = .
NoteTest#test_object_without_note = 0.01 s = .
NoteTest#test_read_note_for_object = 0.01 s = .
NoteTest#test_nil_ref_lookup = 0.01 s = .
NoteTest#test_iterate_over_notes = 0.01 s = .
NoteTest#test_read_note_for_object_from_ref = 0.01 s = .
NoteWriteTest#test_create_note_on_object_with_notes_raises = 0.03 s = .
NoteWriteTest#test_create_note = 0.03 s = .
NoteWriteTest#test_remote_without_signature = 0.03 s = .
NoteWriteTest#test_remove_missing_note = 0.03 s = .
NoteWriteTest#test_overwrite_object_note = 0.03 s = .
NoteWriteTest#test_create_note_without_signature = 0.03 s = .
NoteWriteTest#test_remove_note = 0.03 s = .
IndexAddAllTest#test_add_all_lifecycle = 0.01 s = .
IndexAddAllTest#test_add_all_dry_run = 0.01 s = .
IndexAddAllTest#test_remove_all = 0.01 s = .
IndexAddAllTest#test_update_all = 0.02 s = .
WalkerTest2#test_simplify_first_parent = 0.02 s = .
RepoWorkdirDiffTest#test_basic_diff = 0.01 s = .
BlobTest#test_read_blob_data = 0.01 s = .
BlobTest#test_blob_content_with_size = 0.01 s = .
BlobTest#test_blob_text_with_max_lines = 0.01 s = .
BlobTest#test_blob_content_with_zero_size = 0.01 s = .
BlobTest#test_blob_text_default_encoding = 0.01 s = .
BlobTest#test_blob_content_with_negative_size = 0.01 s = .
BlobTest#test_blob_sloc = 0.01 s = .
BlobTest#test_blob_text_with_negative_lines = 0.01 s = .
BlobTest#test_lookup_raises_error_if_object_type_does_not_match = 0.01 s = .
BlobTest#test_blob_content_with_size_gt_file_size = 0.01 s = .
BlobTest#test_blob_text_with_zero_lines = 0.01 s = .
BlobTest#test_blob_text_set_encoding = 0.01 s = .
BlobTest#test_blob_text_with_lines_gt_file_lines = 0.01 s = .
RepositoryCloneTest#test_clone_bare = 0.01 s = .
RepositoryCloneTest#test_clone = 0.01 s = .
RepositoryCloneTest#test_clone_with_branch = 0.01 s = .
RepositoryCloneTest#test_clone_with_transfer_progress_callback = 0.01 s = .
RepositoryCloneTest#test_clone_with_bad_progress_callback = 0.00 s = .
RepositoryCloneTest#test_clone_quits_on_error = 0.00 s = .
RepositoryCloneTest#test_clone_with_update_tips_callback = 0.01 s = .
TreeDiffRegression#test_other_is_wrong_type = 0.00 s = .
TreeDiffRegression#test_nil_repo = 0.00 s = .
TreeDiffRegression#test_self_is_not_tree = 0.00 s = .
TreeDiffRegression#test_self_or_other_must_be_present = 0.00 s = .
TreeDiffRegression#test_self_is_nil_other_is_tree_does_not_fail = 0.00 s = .
TreeDiffRegression#test_other_tree_is_an_index_but_tree_is_nil = 0.00 s = .
CommitToMboxTest#test_format_to_mbox_diff_options = 0.02 s = .
CommitToMboxTest#test_format_to_mbox = 0.02 s = .
CommitToMboxTest#test_format_to_mbox_exclude_marker = 0.02 s = .
CommitToMboxTest#test_format_to_mbox_multiple = 0.02 s = .
ErrorsTest#test_rugged_error_classes_exist = 0.00 s = .
RepositoryAttributesTest#test_read_attributes_internal = 0.02 s = .
RepositoryAttributesTest#test_attributes = 0.02 s = .
RepositoryAttributesTest#test_read_attributes_internal_hash = 0.02 s = .
RepositoryAttributesTest#test_read_attributes_internal_multi = 0.02 s = .
TreeUpdateTest#test_tree_updater_add_deeper = 0.02 s = .
TreeUpdateTest#test_tree_updater_add = 0.02 s = .
TreeUpdateTest#test_treebuilder_add_nonexistent_can_pass = 0.02 s = .
TreeUpdateTest#test_treebuilder_add_nonexistent_fails = 0.02 s = .
TreeUpdateTest#test_treebuilder_add = 0.02 s = .
TreeUpdateTest#test_tree_updater_remove = 0.03 s = .
TreeUpdateTest#test_treebuilder_add_submodules_always_succeeds = 0.02 s = .
TreeUpdateTest#test_treebuilder_remove = 0.02 s = .
RepositoryWriteTest#test_default_signature = 0.02 s = .
RepositoryWriteTest#test_can_hash_data = 0.02 s = .
RepositoryWriteTest#test_no_merge_bases_between_unrelated_branches = 0.02 s = .
RepositoryWriteTest#test_write_to_odb = 0.02 s = .
RepositoryWriteTest#test_no_merge_base_between_unrelated_branches = 0.02 s = .
RepositoryWriteTest#test_ident = 0.02 s = .
PatchTest#test_lines = 0.00 s = .
PatchTest#test_header = 0.00 s = .
PatchTest#test_to_s = 0.00 s = .
RepositoryDiscoverTest#test_discover_nested_false = 0.00 s = .
RepositoryDiscoverTest#test_discover_false = 0.00 s = .
RepositoryDiscoverTest#test_discover_nested_true = 0.00 s = .
RepositoryDiscoverTest#test_discover_true = 0.00 s = .

Finished in 8.692029s, 58.4444 runs/s, 255.7516 assertions/s.

  1) Failure:
RepositoryTest#test_loading_alternates [test/repo_test.rb:151]:
Expected: 1703
  Actual: 1704

  2) Failure:
RepositoryTest#test_enumerate_all_objects [test/repo_test.rb:144]:
Expected: 1700
  Actual: 1701

508 runs, 2223 assertions, 2 failures, 0 errors, 0 skips
rake aborted!
Command failed with status (1): [ruby -w -I"test" 
/usr/share/rubygems-integration/all/gems/rake-13.4.2/lib/rake/rake_test_loader.rb
 "test/blame_test.rb" "test/blob_test.rb" "test/branch_test.rb" 
"test/cherrypick_test.rb" "test/commit_test.rb" "test/config_test.rb" 
"test/diff_test.rb" "test/dotgit_test.rb" "test/errors_test.rb" 
"test/index_test.rb" "test/lib_test.rb" "test/merge_test.rb" 
"test/note_test.rb" "test/object_test.rb" "test/patch_test.rb" 
"test/rebase_test.rb" "test/reference_test.rb" "test/remote_test.rb" 
"test/repo_apply_test.rb" "test/repo_ignore_test.rb" "test/repo_pack_test.rb" 
"test/repo_reset_test.rb" "test/repo_test.rb" "test/revert_test.rb" 
"test/settings_test.rb" "test/signature_test.rb" "test/status_test.rb" 
"test/submodule_test.rb" "test/tag_test.rb" "test/tree_test.rb" 
"test/walker_test.rb" "test/test_helper.rb"  -v]
/usr/share/rubygems-integration/all/gems/rake-13.4.2/exe/rake:27:in `<top 
(required)>'
Tasks: TOP => default
(See full trace by running task with --trace)
/usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.3 
/usr/bin/gem2deb-test-runner (Gem2Deb::CommandFailed)
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:64:in `block in run_ruby'
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild'
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:63:in `run_ruby'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:189:in 
`run_tests_for_version'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:176:in `block in 
run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `each'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:71:in `run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:57:in `install'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:163:in `install'
        from /usr/bin/dh_ruby:89:in `<main>'
dh_auto_install: error: dh_ruby --install 
/<<BUILDDIR>>/ruby-rugged-1.9.0\+ds/debian/ruby-rugged returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: ruby-rugged
Source-Version: 1.9.0+ds-1.1
Done: Subin Siby <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-rugged, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Subin Siby <[email protected]> (supplier of updated ruby-rugged 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 24 May 2026 12:01:25 +0530
Source: ruby-rugged
Architecture: source
Version: 1.9.0+ds-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Subin Siby <[email protected]>
Closes: 1136930
Changes:
 ruby-rugged (1.9.0+ds-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   [ Subin Siby ]
   * Add patch to fix build with libgit2 1.9 (Closes: #1136930)
 .
   [ Abhijith PA ]
   * Bump Standards-Version (No change needed)
   * Remove Rules-Requires-Root and Testsuite fields.
Checksums-Sha1:
 c80dcf7f31192455e6e929bc314bf5564a15584e 2156 ruby-rugged_1.9.0+ds-1.1.dsc
 307c2062f75872ba16d7f5f1fcbee1e08398947e 7664 
ruby-rugged_1.9.0+ds-1.1.debian.tar.xz
 b8dc7fb7a80f89a406a15be8d4ef7ec2773f8b71 8340 
ruby-rugged_1.9.0+ds-1.1_amd64.buildinfo
Checksums-Sha256:
 1111a13b232710a1894d1a44f37c24b0a43e568f84095f23b340e1e34cae5423 2156 
ruby-rugged_1.9.0+ds-1.1.dsc
 0a9d061ddba8b8ffd24e6ad6830dac23869acb58ea6dc0d8ccc1c16b94d1223c 7664 
ruby-rugged_1.9.0+ds-1.1.debian.tar.xz
 7bc76dd9144e84d4fbdd3077f34b390c65300f7cf444d60f0c0717e3f847d80e 8340 
ruby-rugged_1.9.0+ds-1.1_amd64.buildinfo
Files:
 d138065016a40ba197aab9dcacb2dfcc 2156 ruby optional 
ruby-rugged_1.9.0+ds-1.1.dsc
 d8b860d7052942da9f6b928a3f83663b 7664 ruby optional 
ruby-rugged_1.9.0+ds-1.1.debian.tar.xz
 78f0d8fda4a250d168b2987b0488c2b0 8340 ruby optional 
ruby-rugged_1.9.0+ds-1.1_amd64.buildinfo

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

iQJIBAEBCgAyFiEE7xPqJqaY/zX9fJAuhj1N8u2cKO8FAmoS9tAUHGFiaGlqaXRo
QGRlYmlhbi5vcmcACgkQhj1N8u2cKO82Mg//ZAVQbYITJ1aefIOL+x+Eh1N60Yj5
vWYzzqVdLgdzUbeVbeIJUG9PRFhfXAhy9XaN43HWt+w8HmNnHbe3u78dZGaBhs5G
dFg6rA6mQX9IrUprrEvW5AvVYCCLaGQpRJsAYeL+UvHEJV9U+KnaFKIB4O/RNvw2
bBG10J978x2yr7qOk5w7CfqsMTr/CzF9++4XR1q72xfKsWpKRNyGx/m8WI5+WcyA
wDjQCpsaQfl1HmK8xi2h0EItntcNnpdFvbtqO3GClO1EU11CRyajfc7CI8HtK0Nv
dEj4gsXAmv2k1zyO0/BqGozAo/oHoDqjPOScD0v9XksOzxdFlBy4P2taY3Hq+Px7
zGWLGVhNWVBFbwQowW7bt8ydoo3mlihcLMQgEu1XRzN/jDTJ0JaTCtRBKWffrLS9
0WJ9q5Sqm0Wlya+X0MGWsV64hwHO4RUN3mNm4oqUg8ZhRi8y2ZJ/tqX6RbqADklZ
cr31pRPOoM6C50Bu8PSpJ+lQ3/2DCNsIRY5skiABaq6oro3GLcUznQ1quT5x1APP
uR57xDPxa2FgeY4cSlXkPr+bFvVgeba/fznonjmh1CObjRKKtH1Llr1v1Ql9Tm+A
Z09cd1E4uM1RJyWbFd4aFgWpEpzRzRek4YDNOdyz5gSF9cRvvgvODdMP0mWq4yse
vQtp+dHECca9vMQ=
=48/Z
-----END PGP SIGNATURE-----

Attachment: pgpHhQgMRQxMM.pgp
Description: PGP signature


--- End Message ---

Reply via email to