On Fri, Aug 04, 2017 at 09:27:14AM -0400, Theodore Ts'o wrote: > I'm getting the following lintian error message: > > E: e2fsprogs changes: orig-tarball-missing-upstream-signature > e2fsprogs_1.43.5.orig.tar.gz > > ... but I can't figure out how to get the changes file to include the > original upstream signature file. I've tried naming the upstream > signature file e2fsprogs_1.43.5.orig.tar.gz.asc
Naming it <orig tarball>.asc is the way I do it, dpkg-buildpackage adds that file to the .changes and .dsc files just fine and the lintian error disappears. Berto