darold / sendmailanalyzer

Sendmail log Analyzer is a tool to monitor sendmail usage and generate HTML and graph reports. It reports all you ever wanted to know about email trafic on your network. You can also use it in ISP environment with per domain and per mailbox report.
http://sendmailanalyzer.darold.net/
GNU General Public License v3.0
76 stars 13 forks source link

Debian package build fails #70

Closed loopism closed 5 years ago

loopism commented 5 years ago

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

darold commented 5 years ago

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

loopism commented 5 years ago

Yes it does, thanks for the rapid fix!