Ben Finney <ben+deb...@benfinney.id.au> writes: > I never invoke ‘dpkg-genchanges’ manually; that's done by > ‘dpkg-buildpackage’, which in turn is usually invoked by something else > (e.g. ‘pbuilder’ or ‘bzr-buildpackage’ etc.) Is there a normal way to > have ‘dpkg-genchanges’ always understand “include all entries newer > than what's currently in Debian”?
Most of the helpers that sit in front of dpkg-buildpackage will pass the -v option all the way through or have some way of doing so, probably for precisely this reason. git-buildpackage passes all unknown options to debuild, for example, which then passes it along to dpkg-buildpackage and from there to dpkg-genchanges. -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org