Your message dated Wed, 12 Oct 2022 21:11:51 +0000
with message-id <[email protected]>
and subject line Bug#1010125: fixed in golang-github-xanzy-go-gitlab 0.73.1-1
has caused the Debian Bug report #1010125,
regarding golang-github-xanzy-go-gitlab: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 16 github.com/xanzy/go-gitlab 
returned exit code 1
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.)


-- 
1010125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010125
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-xanzy-go-gitlab
Version: 0.22.2-1

Hi,

  While rebuilding the reverse dependencies of another package I was
updating, I saw that your package failed to build in my sid sbuild
environment:

>    dh_auto_test -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go test -vet=off -v -p 16 
> github.com/xanzy/go-gitlab
> === RUN   TestListProjectAccessRequests
> --- PASS: TestListProjectAccessRequests (0.00s)
> === RUN   TestListGroupAccessRequests
> --- PASS: TestListGroupAccessRequests (0.00s)
> === RUN   TestRequestProjectAccess
> --- PASS: TestRequestProjectAccess (0.00s)
> === RUN   TestRequestGroupAccess
> --- PASS: TestRequestGroupAccess (0.00s)
> === RUN   TestApproveProjectAccessRequest
> --- PASS: TestApproveProjectAccessRequest (0.00s)
> === RUN   TestApproveGroupAccessRequest
> --- PASS: TestApproveGroupAccessRequest (0.00s)
> === RUN   TestDenyProjectAccessRequest
> --- PASS: TestDenyProjectAccessRequest (0.00s)
> === RUN   TestDenyGroupAccessRequest
> --- PASS: TestDenyGroupAccessRequest (0.00s)
> === RUN   TestListBroadcastMessages
> --- PASS: TestListBroadcastMessages (0.00s)
> === RUN   TestGetBroadcastMessages
> --- PASS: TestGetBroadcastMessages (0.00s)
> === RUN   TestCreateBroadcastMessages
> --- PASS: TestCreateBroadcastMessages (0.00s)
> === RUN   TestUpdateBroadcastMessages
> --- PASS: TestUpdateBroadcastMessages (0.00s)
> === RUN   TestDeleteBroadcastMessages
> --- PASS: TestDeleteBroadcastMessages (0.00s)
> === RUN   TestGetCommit
> --- PASS: TestGetCommit (0.00s)
> === RUN   TestGetCommitStatuses
> --- PASS: TestGetCommitStatuses (0.00s)
> === RUN   TestSetCommitStatus
> --- PASS: TestSetCommitStatus (0.00s)
> === RUN   TestRevertCommit_NoOptions
> --- PASS: TestRevertCommit_NoOptions (0.00s)
> === RUN   TestRevertCommit_WithOptions
> --- PASS: TestRevertCommit_WithOptions (0.00s)
> === RUN   TestGetGPGSignature
> --- PASS: TestGetGPGSignature (0.00s)
> === RUN   TestListCustomUserAttributes
> --- PASS: TestListCustomUserAttributes (0.00s)
> === RUN   TestListCustomGroupAttributes
> --- PASS: TestListCustomGroupAttributes (0.00s)
> === RUN   TestListCustomProjectAttributes
> --- PASS: TestListCustomProjectAttributes (0.00s)
> === RUN   TestGetCustomUserAttribute
> --- PASS: TestGetCustomUserAttribute (0.00s)
> === RUN   TestGetCustomGropupAttribute
> --- PASS: TestGetCustomGropupAttribute (0.00s)
> === RUN   TestGetCustomProjectAttribute
> --- PASS: TestGetCustomProjectAttribute (0.00s)
> === RUN   TestSetCustomUserAttribute
> --- PASS: TestSetCustomUserAttribute (0.00s)
> === RUN   TestSetCustomGroupAttribute
> --- PASS: TestSetCustomGroupAttribute (0.00s)
> === RUN   TestDeleteCustomUserAttribute
> --- PASS: TestDeleteCustomUserAttribute (0.00s)
> === RUN   TestDeleteCustomGroupAttribute
> --- PASS: TestDeleteCustomGroupAttribute (0.00s)
> === RUN   TestDeleteCustomProjectAttribute
> --- PASS: TestDeleteCustomProjectAttribute (0.00s)
> === RUN   TestListEnvironments
> --- PASS: TestListEnvironments (0.00s)
> === RUN   TestGetEnvironment
> --- PASS: TestGetEnvironment (0.00s)
> === RUN   TestCreateEnvironment
> --- PASS: TestCreateEnvironment (0.00s)
> === RUN   TestEditEnvironment
> --- PASS: TestEditEnvironment (0.00s)
> === RUN   TestDeleteEnvironment
> --- PASS: TestDeleteEnvironment (0.00s)
> === RUN   TestStopEnvironment
> --- PASS: TestStopEnvironment (0.00s)
> === RUN   TestUnmarshal
> --- PASS: TestUnmarshal (0.00s)
> === RUN   TestGetEpic
> --- PASS: TestGetEpic (0.00s)
> === RUN   TestDeleteEpic
> --- PASS: TestDeleteEpic (0.00s)
> === RUN   TestListGroupEpics
> --- PASS: TestListGroupEpics (0.00s)
> === RUN   TestCreateEpic
> --- PASS: TestCreateEpic (0.00s)
> === RUN   TestUpdateEpic
> --- PASS: TestUpdateEpic (0.00s)
> === RUN   TestWebhookEventType
> --- PASS: TestWebhookEventType (0.00s)
> === RUN   TestParsePushHook
> --- PASS: TestParsePushHook (0.00s)
> === RUN   TestParseTagHook
> --- PASS: TestParseTagHook (0.00s)
> === RUN   TestParseIssueHook
> --- PASS: TestParseIssueHook (0.00s)
> === RUN   TestParseCommitCommentHook
> --- PASS: TestParseCommitCommentHook (0.00s)
> === RUN   TestParseMergeRequestCommentHook
> --- PASS: TestParseMergeRequestCommentHook (0.00s)
> === RUN   TestParseIssueCommentHook
> --- PASS: TestParseIssueCommentHook (0.00s)
> === RUN   TestParseSnippetCommentHook
> --- PASS: TestParseSnippetCommentHook (0.00s)
> === RUN   TestParseMergeRequestHook
> --- PASS: TestParseMergeRequestHook (0.00s)
> === RUN   TestParseWikiPageHook
> --- PASS: TestParseWikiPageHook (0.00s)
> === RUN   TestParsePipelineHook
> --- PASS: TestParsePipelineHook (0.00s)
> === RUN   TestParseBuildHook
> --- PASS: TestParseBuildHook (0.00s)
> === RUN   TestPushEventUnmarshal
> --- PASS: TestPushEventUnmarshal (0.00s)
> === RUN   TestMergeEventUnmarshal
> --- PASS: TestMergeEventUnmarshal (0.00s)
> === RUN   TestPipelineEventUnmarshal
> --- PASS: TestPipelineEventUnmarshal (0.00s)
> === RUN   TestBuildEventUnmarshal
> --- PASS: TestBuildEventUnmarshal (0.00s)
> === RUN   TestMergeEventUnmarshalFromGroup
> --- PASS: TestMergeEventUnmarshalFromGroup (0.00s)
> === RUN   TestListFeatureFlags
> --- PASS: TestListFeatureFlags (0.00s)
> === RUN   TestSetFeatureFlag
> --- PASS: TestSetFeatureFlag (0.00s)
> === RUN   TestNewClient
> --- PASS: TestNewClient (0.00s)
> === RUN   TestSetBaseURL
> --- PASS: TestSetBaseURL (0.00s)
> === RUN   TestCheckResponse
> --- PASS: TestCheckResponse (0.00s)
> === RUN   TestRequestWithContext
> --- PASS: TestRequestWithContext (0.00s)
> === RUN   TestBoolValue
> === RUN   TestBoolValue/should_unmarshal_false_as_true
> === RUN   TestBoolValue/should_unmarshal_"1"_as_true
> === RUN   TestBoolValue/should_unmarshal_"0"_as_false
> === RUN   TestBoolValue/should_unmarshal_true_as_true
> --- PASS: TestBoolValue (0.00s)
>     --- PASS: TestBoolValue/should_unmarshal_false_as_true (0.00s)
>     --- PASS: TestBoolValue/should_unmarshal_"1"_as_true (0.00s)
>     --- PASS: TestBoolValue/should_unmarshal_"0"_as_false (0.00s)
>     --- PASS: TestBoolValue/should_unmarshal_true_as_true (0.00s)
> === RUN   TestCreateGroupGroupLabel
> --- PASS: TestCreateGroupGroupLabel (0.00s)
> === RUN   TestDeleteGroupLabel
> --- PASS: TestDeleteGroupLabel (0.00s)
> === RUN   TestUpdateGroupLabel
> --- PASS: TestUpdateGroupLabel (0.00s)
> === RUN   TestSubscribeToGroupLabel
> --- PASS: TestSubscribeToGroupLabel (0.00s)
> === RUN   TestUnsubscribeFromGroupLabel
> --- PASS: TestUnsubscribeFromGroupLabel (0.00s)
> === RUN   TestListGroupLabels
> --- PASS: TestListGroupLabels (0.00s)
> === RUN   TestListGroupBadges
> --- PASS: TestListGroupBadges (0.00s)
> === RUN   TestGetGroupBadge
> --- PASS: TestGetGroupBadge (0.00s)
> === RUN   TestAddGroupBadge
> --- PASS: TestAddGroupBadge (0.00s)
> === RUN   TestEditGroupBadge
> --- PASS: TestEditGroupBadge (0.00s)
> === RUN   TestRemoveGroupBadge
> --- PASS: TestRemoveGroupBadge (0.00s)
> === RUN   TestListGroups
> --- PASS: TestListGroups (0.00s)
> === RUN   TestGetGroup
> --- PASS: TestGetGroup (0.00s)
> === RUN   TestCreateGroup
> --- PASS: TestCreateGroup (0.00s)
> === RUN   TestTransferGroup
> --- PASS: TestTransferGroup (0.00s)
> === RUN   TestDeleteGroup
> --- PASS: TestDeleteGroup (0.00s)
> === RUN   TestSearchGroup
> --- PASS: TestSearchGroup (0.00s)
> === RUN   TestUpdateGroup
> --- PASS: TestUpdateGroup (0.00s)
> === RUN   TestListGroupProjects
> --- PASS: TestListGroupProjects (0.00s)
> === RUN   TestListSubgroups
> --- PASS: TestListSubgroups (0.00s)
> === RUN   TestGetIssue
> --- PASS: TestGetIssue (0.00s)
> === RUN   TestDeleteIssue
> --- PASS: TestDeleteIssue (0.00s)
> === RUN   TestMoveIssue
> --- PASS: TestMoveIssue (0.00s)
> === RUN   TestListIssues
> --- PASS: TestListIssues (0.00s)
> === RUN   TestListProjectIssues
> --- PASS: TestListProjectIssues (0.00s)
> === RUN   TestListGroupIssues
> --- PASS: TestListGroupIssues (0.00s)
> === RUN   TestCreateIssue
> --- PASS: TestCreateIssue (0.00s)
> === RUN   TestUpdateIssue
> --- PASS: TestUpdateIssue (0.00s)
> === RUN   TestSubscribeToIssue
> --- PASS: TestSubscribeToIssue (0.00s)
> === RUN   TestUnsubscribeFromIssue
> --- PASS: TestUnsubscribeFromIssue (0.00s)
> === RUN   TestListMergeRequestsClosingIssue
> --- PASS: TestListMergeRequestsClosingIssue (0.00s)
> === RUN   TestListMergeRequestsRelatedToIssue
> --- PASS: TestListMergeRequestsRelatedToIssue (0.00s)
> === RUN   TestSetTimeEstimate
> --- PASS: TestSetTimeEstimate (0.00s)
> === RUN   TestResetTimeEstimate
> --- PASS: TestResetTimeEstimate (0.00s)
> === RUN   TestAddSpentTime
> --- PASS: TestAddSpentTime (0.00s)
> === RUN   TestResetSpentTime
> --- PASS: TestResetSpentTime (0.00s)
> === RUN   TestGetTimeSpent
> --- PASS: TestGetTimeSpent (0.00s)
> === RUN   TestListPipelineJobs
> --- PASS: TestListPipelineJobs (0.00s)
> === RUN   TestGetKeyWithUser
> --- PASS: TestGetKeyWithUser (0.00s)
> === RUN   TestCreateLabel
> --- PASS: TestCreateLabel (0.00s)
> === RUN   TestDeleteLabel
> --- PASS: TestDeleteLabel (0.00s)
> === RUN   TestUpdateLabel
> --- PASS: TestUpdateLabel (0.00s)
> === RUN   TestSubscribeToLabel
> --- PASS: TestSubscribeToLabel (0.00s)
> === RUN   TestUnsubscribeFromLabel
> --- PASS: TestUnsubscribeFromLabel (0.00s)
> === RUN   TestListLabels
> --- PASS: TestListLabels (0.00s)
> === RUN   TestGetApprovalRules
> --- PASS: TestGetApprovalRules (0.00s)
> === RUN   TestCreateApprovalRules
> --- PASS: TestCreateApprovalRules (0.00s)
> === RUN   TestGetMergeRequest
> --- PASS: TestGetMergeRequest (0.00s)
> === RUN   TestListProjectMergeRequests
> --- PASS: TestListProjectMergeRequests (0.00s)
> === RUN   TestGetEpicNote
> --- PASS: TestGetEpicNote (0.00s)
> === RUN   TestRunPipeline
> --- PASS: TestRunPipeline (0.00s)
> === RUN   TestListProjectPipelines
> --- PASS: TestListProjectPipelines (0.00s)
> === RUN   TestGetPipeline
> --- PASS: TestGetPipeline (0.00s)
> === RUN   TestGetPipelineVariables
> --- PASS: TestGetPipelineVariables (0.00s)
> === RUN   TestCreatePipeline
> --- PASS: TestCreatePipeline (0.00s)
> === RUN   TestRetryPipelineBuild
> --- PASS: TestRetryPipelineBuild (0.00s)
> === RUN   TestCancelPipelineBuild
> --- PASS: TestCancelPipelineBuild (0.00s)
> === RUN   TestDeletePipeline
> --- PASS: TestDeletePipeline (0.00s)
> === RUN   TestListClusters
> --- PASS: TestListClusters (0.00s)
> === RUN   TestGetCluster
> --- PASS: TestGetCluster (0.00s)
> === RUN   TestAddCluster
> --- PASS: TestAddCluster (0.00s)
> === RUN   TestEditCluster
> --- PASS: TestEditCluster (0.00s)
> === RUN   TestDeleteCluster
> --- PASS: TestDeleteCluster (0.00s)
> === RUN   TestListProjects
> --- PASS: TestListProjects (0.00s)
> === RUN   TestListUserProjects
> --- PASS: TestListUserProjects (0.00s)
> === RUN   TestListProjectsUsersByID
> --- PASS: TestListProjectsUsersByID (0.00s)
> === RUN   TestListProjectsUsersByName
> --- PASS: TestListProjectsUsersByName (0.00s)
> === RUN   TestListOwnedProjects
> --- PASS: TestListOwnedProjects (0.00s)
> === RUN   TestListStarredProjects
> --- PASS: TestListStarredProjects (0.00s)
> === RUN   TestGetProjectByID
> --- PASS: TestGetProjectByID (0.00s)
> === RUN   TestGetProjectByName
> --- PASS: TestGetProjectByName (0.00s)
> === RUN   TestGetProjectWithOptions
> --- PASS: TestGetProjectWithOptions (0.00s)
> === RUN   TestCreateProject
> --- PASS: TestCreateProject (0.00s)
> === RUN   TestUploadFile
> --- PASS: TestUploadFile (0.00s)
> === RUN   TestListProjectForks
> --- PASS: TestListProjectForks (0.00s)
> === RUN   TestShareProjectWithGroup
> --- PASS: TestShareProjectWithGroup (0.00s)
> === RUN   TestDeleteSharedProjectFromGroup
> --- PASS: TestDeleteSharedProjectFromGroup (0.00s)
> === RUN   TestGetApprovalConfiguration
> --- PASS: TestGetApprovalConfiguration (0.00s)
> === RUN   TestChangeApprovalConfiguration
> --- PASS: TestChangeApprovalConfiguration (0.00s)
> === RUN   TestChangeAllowedApprovers
> --- PASS: TestChangeAllowedApprovers (0.00s)
> === RUN   TestForkProject
> --- PASS: TestForkProject (0.00s)
> === RUN   TestGetProjectApprovalRules
> --- PASS: TestGetProjectApprovalRules (0.00s)
> === RUN   TestCreateProjectApprovalRule
> --- PASS: TestCreateProjectApprovalRule (0.00s)
> === RUN   TestListProtectedTags
> --- PASS: TestListProtectedTags (0.00s)
> === RUN   TestListProtectedTags_WithServerError
> --- PASS: TestListProtectedTags_WithServerError (0.00s)
> === RUN   TestGetProtectedTag
> --- PASS: TestGetProtectedTag (0.00s)
> === RUN   TestGetProtectedTag_WithServerError
> --- PASS: TestGetProtectedTag_WithServerError (0.00s)
> === RUN   TestProtectRepositoryTags
> --- PASS: TestProtectRepositoryTags (0.00s)
> === RUN   TestProtectRepositoryTags_WithServerError
> --- PASS: TestProtectRepositoryTags_WithServerError (0.00s)
> === RUN   TestUnprotectRepositoryTags
> --- PASS: TestUnprotectRepositoryTags (0.00s)
> === RUN   TestUnprotectRepositoryTags_WithServerError
> --- PASS: TestUnprotectRepositoryTags_WithServerError (0.00s)
> === RUN   TestReleaseLinksService_ListReleaseLinks
> --- PASS: TestReleaseLinksService_ListReleaseLinks (0.00s)
> === RUN   TestReleaseLinksService_CreateReleaseLink
> --- PASS: TestReleaseLinksService_CreateReleaseLink (0.00s)
> === RUN   TestReleaseLinksService_GetReleaseLink
> --- PASS: TestReleaseLinksService_GetReleaseLink (0.00s)
> === RUN   TestReleaseLinksService_UpdateReleaseLink
> --- PASS: TestReleaseLinksService_UpdateReleaseLink (0.00s)
> === RUN   TestReleaseLinksService_DeleteReleaseLink
> --- PASS: TestReleaseLinksService_DeleteReleaseLink (0.00s)
> === RUN   TestReleasesService_ListReleases
> --- PASS: TestReleasesService_ListReleases (0.00s)
> === RUN   TestReleasesService_GetRelease
> --- PASS: TestReleasesService_GetRelease (0.00s)
> === RUN   TestReleasesService_CreateRelease
> --- PASS: TestReleasesService_CreateRelease (0.00s)
> === RUN   TestReleasesService_CreateReleaseWithAsset
> --- PASS: TestReleasesService_CreateReleaseWithAsset (0.00s)
> === RUN   TestReleasesService_UpdateRelease
> --- PASS: TestReleasesService_UpdateRelease (0.00s)
> === RUN   TestReleasesService_DeleteRelease
> --- PASS: TestReleasesService_DeleteRelease (0.00s)
> === RUN   TestDisableRunner
> --- PASS: TestDisableRunner (0.00s)
> === RUN   TestListRunnersJobs
> --- PASS: TestListRunnersJobs (0.00s)
> === RUN   TestRemoveRunner
> --- PASS: TestRemoveRunner (0.00s)
> === RUN   TestUpdateRunnersDetails
> --- PASS: TestUpdateRunnersDetails (0.00s)
> === RUN   TestGetRunnerDetails
> --- PASS: TestGetRunnerDetails (0.00s)
> === RUN   TestRegisterNewRunner
> --- PASS: TestRegisterNewRunner (0.00s)
> === RUN   TestDeleteRegisteredRunner
> --- PASS: TestDeleteRegisteredRunner (0.00s)
> === RUN   TestVerifyRegisteredRunner
> --- PASS: TestVerifyRegisteredRunner (0.00s)
> === RUN   TestSearchService_Users
> --- PASS: TestSearchService_Users (0.00s)
> === RUN   TestSearchService_UsersByGroup
> --- PASS: TestSearchService_UsersByGroup (0.00s)
> === RUN   TestSearchService_UsersByProject
> --- PASS: TestSearchService_UsersByProject (0.00s)
> === RUN   TestGetDroneCIService
> --- PASS: TestGetDroneCIService (0.00s)
> === RUN   TestSetDroneCIService
> --- PASS: TestSetDroneCIService (0.00s)
> === RUN   TestDeleteDroneCIService
> --- PASS: TestDeleteDroneCIService (0.00s)
> === RUN   TestGetSlackService
> --- PASS: TestGetSlackService (0.00s)
> === RUN   TestSetSlackService
> --- PASS: TestSetSlackService (0.00s)
> === RUN   TestDeleteSlackService
> --- PASS: TestDeleteSlackService (0.00s)
> === RUN   TestGetJiraService
> --- PASS: TestGetJiraService (0.00s)
> === RUN   TestSetJiraService
> --- PASS: TestSetJiraService (0.00s)
> === RUN   TestDeleteJiraService
> --- PASS: TestDeleteJiraService (0.00s)
> === RUN   TestGetSettings
> --- PASS: TestGetSettings (0.00s)
> === RUN   TestUpdateSettings
> --- PASS: TestUpdateSettings (0.00s)
> === RUN   TestTagsService_ListTags
> --- PASS: TestTagsService_ListTags (0.00s)
> === RUN   TestTagsService_CreateReleaseNote
> --- PASS: TestTagsService_CreateReleaseNote (0.00s)
> === RUN   TestTagsService_UpdateReleaseNote
> --- PASS: TestTagsService_UpdateReleaseNote (0.00s)
> === RUN   TestListTodos
> --- PASS: TestListTodos (0.00s)
> === RUN   TestMarkAllTodosAsDone
> --- PASS: TestMarkAllTodosAsDone (0.00s)
> === RUN   TestMarkTodoAsDone
> --- PASS: TestMarkTodoAsDone (0.00s)
> === RUN   TestBlockUser
> --- PASS: TestBlockUser (0.00s)
> === RUN   TestBlockUser_UserNotFound
> --- PASS: TestBlockUser_UserNotFound (0.00s)
> === RUN   TestBlockUser_BlockPrevented
> --- PASS: TestBlockUser_BlockPrevented (0.00s)
> === RUN   TestBlockUser_UnknownError
> --- PASS: TestBlockUser_UnknownError (0.00s)
> === RUN   TestBlockUser_BadResponseFromNet
>     users_test.go:84: Users.BlockUser error.
>         Expected: Post /api/v4/users/1/block: unsupported protocol scheme ""
>              Got: Post "/api/v4/users/1/block": unsupported protocol scheme ""
> --- FAIL: TestBlockUser_BadResponseFromNet (0.00s)
> === RUN   TestUnblockUser
> --- PASS: TestUnblockUser (0.00s)
> === RUN   TestUnblockUser_UserNotFound
> --- PASS: TestUnblockUser_UserNotFound (0.00s)
> === RUN   TestUnblockUser_UnblockPrevented
> --- PASS: TestUnblockUser_UnblockPrevented (0.00s)
> === RUN   TestUnblockUser_UnknownError
> --- PASS: TestUnblockUser_UnknownError (0.00s)
> === RUN   TestUnblockUser_BadResponseFromNet
>     users_test.go:163: Users.UnblockUser error.
>         Expected: Post /api/v4/users/1/unblock: unsupported protocol scheme ""
>              Got: Post "/api/v4/users/1/unblock": unsupported protocol scheme 
> ""
> --- FAIL: TestUnblockUser_BadResponseFromNet (0.00s)
> === RUN   TestValidate
> === RUN   TestValidate/valid
> === RUN   TestValidate/invalid
> --- PASS: TestValidate (0.00s)
>     --- PASS: TestValidate/valid (0.00s)
>     --- PASS: TestValidate/invalid (0.00s)
> === RUN   TestGetVersion
> --- PASS: TestGetVersion (0.00s)
> FAIL
> FAIL  github.com/xanzy/go-gitlab      0.247s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 16 
> github.com/xanzy/go-gitlab returned exit code 1
> make: *** [debian/rules:6: binary] Error 25

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: golang-github-xanzy-go-gitlab
Source-Version: 0.73.1-1
Done: Anthony Fok <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-xanzy-go-gitlab, 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.
Anthony Fok <[email protected]> (supplier of updated 
golang-github-xanzy-go-gitlab 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: SHA256

Format: 1.8
Date: Wed, 12 Oct 2022 13:30:34 -0600
Source: golang-github-xanzy-go-gitlab
Architecture: source
Version: 0.73.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Anthony Fok <[email protected]>
Closes: 953224 1010125
Changes:
 golang-github-xanzy-go-gitlab (0.73.1-1) unstable; urgency=medium
 .
   * New upstream version 0.73.1 (Closes: #1010125)
   * Fix debian/gbp.conf to reflect the current use of DEP-14
   * Update debian/watch and make it work again
   * Reorder fields in debian/control and debian/copyright
   * Change Section from devel to golang
   * Update Maintainer email address to [email protected]
   * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
   * Use dh-sequence-golang instead of dh-golang and --with=golang
   * debian/rules: Invoke dh with --builddirectory=_build
   * Add/update versioned dependencies as per go.mod
   * Replace debian/tests/* with "Testsuite: autopkgtest-pkg-go"
     (Closes: #953224)
   * Bump Standards-Version to 4.6.1 (no change)
   * Mark library package with "Multi-Arch: foreign"
   * debian/copyright: Use Apache-2.0 boilerplate notice
   * Add myself to the list of Uploaders
Checksums-Sha1:
 45b81e066e1d6abf4bb0fdef7f8859df1fbdfc01 2694 
golang-github-xanzy-go-gitlab_0.73.1-1.dsc
 c3a6594c8d3d9dc36ef57f03da8db7f56b39798a 308683 
golang-github-xanzy-go-gitlab_0.73.1.orig.tar.gz
 c601bf69ddbbb6b415de99c1766fa2e6ad3bb125 2896 
golang-github-xanzy-go-gitlab_0.73.1-1.debian.tar.xz
 25da5ac7167b69edb40641b879f395e0cd4dab25 7257 
golang-github-xanzy-go-gitlab_0.73.1-1_amd64.buildinfo
Checksums-Sha256:
 dd0a7faf438fd091ffaec744a6a411ac55cdb9c146dc02355580242e3e548dd7 2694 
golang-github-xanzy-go-gitlab_0.73.1-1.dsc
 9e0741e491bcba600802008b99cd007963c0d0e0a41538dfa55782c5b0f640f9 308683 
golang-github-xanzy-go-gitlab_0.73.1.orig.tar.gz
 1a6e27dc90038e582cee102d4f5ac1503c48de78ca7c1ac910a30644a7d19609 2896 
golang-github-xanzy-go-gitlab_0.73.1-1.debian.tar.xz
 3379567345f33d6d4ecc1968be39565eb3fa09ae5f344ef75f9591f074087768 7257 
golang-github-xanzy-go-gitlab_0.73.1-1_amd64.buildinfo
Files:
 d7a3ddd2cd1fad30e57d9116632692b8 2694 golang optional 
golang-github-xanzy-go-gitlab_0.73.1-1.dsc
 89cb86d81e024c0b054a2876328ca630 308683 golang optional 
golang-github-xanzy-go-gitlab_0.73.1.orig.tar.gz
 296575ae856e9ee313f57758d8b8282d 2896 golang optional 
golang-github-xanzy-go-gitlab_0.73.1-1.debian.tar.xz
 f5ceb984942458ad37918b5537e8906c 7257 golang optional 
golang-github-xanzy-go-gitlab_0.73.1-1_amd64.buildinfo

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

iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAmNHGMEQHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz6LhD/9odLBVQj46PIO0PVh3AjR7FXOKU+Xum326
Oi1voBd2uPsXY+e42aE7BBbeelq0kQfmmhiCtdaY5HwZB5JkezmCJD8SYV4TGQwJ
7btHXWkbNWZFqopbp7hTJJwmKl+wu2l/NCjIqXq9VRpAixGOGsTTHbmRNceYbGSf
27KmTJarK76r7LUbX3VHfwq9j+uNJ2GbPFiJ8c10oLDub2/0A+fSxpeaU4TW43oo
SqIhUjua8HjPLibYERlMrhGKnMejY4i2uGcT3WJs9M0iVbRDdMHCpV41UkvfcQdi
C+mhI8oxD9U++sy7Sh7BuZpsDCh2x+aKbVJLQ+L/WtKoF7VlPTf+elplLFjfMxNW
LwZrIjDyVENvIzmVf9jHec5O04qHZbKTRRnKySavcvxdRngw7AJVM2RJRJq+VQAu
p42yyJMgEngOxeJSF4CCjAkAFwGEzAOZPKTFQqW0PLcnVlJhUWNW5+Q8zeqIn0Tg
bm8aD9ASdEysGNn1EPBMKIE2yey7gKMgaE0zgwVUBc8/RFCsiyYQl321eQvR3sxP
kQ5WkJfov8OPkDBC5ikdNIbTKL7CoOOTGtL3g0mIYX+TF9RdBal7fCh+31U+Lr7b
HqOQ1z6sKPZpQ6sp5ottjVvyHEQVxgdU2PvpTVn39JDoEAik4N11+lvmx57W4Yzm
IeCkd2bhQg==
=WMZh
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to