[GH-ISSUE #70] Debian package build fails #56

Closed
opened 2026-05-05 15:02:38 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @loopism on GitHub (Aug 12, 2019).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/70

I'm attempting to build a deb on Stretch (9.9), which fails:

@zip:~/sendmailanalyzer-9.3$ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package sendmailanalyzer
dpkg-buildpackage: info: source version 9.3-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Dominique Fournier <dominique@fournier38.fr>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build sendmailanalyzer-9.3
 debian/rules clean
dh_testdir
dh_testroot
dh_clean
dh_clean: Compatibility levels before 9 are deprecated (level 8 in use)
 dpkg-source -b sendmailanalyzer-9.3
dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision
dpkg-buildpackage: error: dpkg-source -b sendmailanalyzer-9.3 gave error exit status 255

I'm not fluent enough in package builds to work out where this issue lies

Originally created by @loopism on GitHub (Aug 12, 2019). Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/70 I'm attempting to build a deb on Stretch (9.9), which fails: ``` @zip:~/sendmailanalyzer-9.3$ dpkg-buildpackage -us -uc dpkg-buildpackage: info: source package sendmailanalyzer dpkg-buildpackage: info: source version 9.3-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Dominique Fournier <dominique@fournier38.fr> dpkg-buildpackage: info: host architecture amd64 dpkg-source --before-build sendmailanalyzer-9.3 debian/rules clean dh_testdir dh_testroot dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 8 in use) dpkg-source -b sendmailanalyzer-9.3 dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision dpkg-buildpackage: error: dpkg-source -b sendmailanalyzer-9.3 gave error exit status 255 ``` I'm not fluent enough in package builds to work out where this issue lies
Author
Owner

@darold commented on GitHub (Aug 12, 2019):

Thanks for the report, commit bf6743a might solve this issue.

<!-- gh-comment-id:520431058 --> @darold commented on GitHub (Aug 12, 2019): Thanks for the report, commit bf6743a might solve this issue.
Author
Owner

@loopism commented on GitHub (Aug 12, 2019):

Yes it does, thanks for the rapid fix!

<!-- gh-comment-id:520633200 --> @loopism commented on GitHub (Aug 12, 2019): Yes it does, thanks for the rapid fix!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/sendmailanalyzer#56
No description provided.