dotwaffle / rancid-git

DEPRECATED -- Strongly consider using the upstream, the version here is very out of date and a poor place to start from!
http://www.shrubbery.net/rancid/
Other
218 stars 92 forks source link

Undocumented build-dep #60

Closed froztbyte closed 9 years ago

froztbyte commented 9 years ago
rancid@rancid:/srv/rancid-git$ dpkg-buildpackage -uc -rfakeroot
dpkg-buildpackage: source package rancid-git
dpkg-buildpackage: source version 2.3.9-0
dpkg-buildpackage: source changed by Vincent Bernat <bernat@debian.org>
dpkg-buildpackage: host architecture amd64
 dpkg-source --before-build rancid-git
dpkg-checkbuilddeps: Unmet build dependencies: exim4 | mail-transport-agent
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)

This is probably incorrect as a build-dep, and the build process completes successfully if I remove this dependency.

dotwaffle commented 9 years ago

You're quite right, it's not a build-dep, it's an install depends. Have altered and pushed.

Thanks!