<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<br>
<div>
<div>On Sep 22, 2014, at 8:42 AM, Djokic, Slavisa &lt;<a href="mailto:Slavisa.Djokic@uni-hamburg.de">Slavisa.Djokic@uni-hamburg.de</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
Hello Jonathan,<br>
<br>
well, the error (of course) was my fault. It turned out that my configuration of the mirror &nbsp;in the ~/. pbuilderrc was wrong. So it couldn't get the build dependencies, as the error message stated. The Debian wicki shows how to setup pbuilder.<br>
<br>
Now I'm struggling with another problem: How do I apply a displace-extension? I didn't really find a good example on this (yes I did read the very fine manual). Really wondering why this &nbsp;project of yours isn't used (and documented) much more as of google.<br>
<br>
The package in the attachment builds now, but in the build it states an error after dh_configpackage: couldn't find /usr/bin/rkhunter. The transformation is just to make tests easier. In the end the rkhunter.patch would be applied. Or do you have a better idea?</div>
</blockquote>
<br>
</div>
<div>If your package is just named “rkhunter”, dh_configpackage won’t be able to determine a displace extension, so you’ll need to specify one manually.</div>
<div><br>
</div>
<div>You can do this with a displace-extension file (e.g. debian/rkhunter.displace-extension). &nbsp;The contents of that file should be a single line, containing the extension, _with_ the leading dot. &nbsp;So if the contents of that file were “.special” (note leading
 dot), then your version would be installed at rkhunter.special, and the original diverted to rkhunter.special-orig.</div>
<div><br>
</div>
<div>-Jon</div>
</body>
</html>