<div dir="ltr">Sorry for still asking these newbie questions, but I'm kind of lost on this, and I don't think the documentation provides much help for something a little off the standard example. I've learned a lot by the answers I got here, though, but I still can't seem to get it to work. Therefore I started all over (still on Ubuntu 14.04), documenting every step I took:<br>
<div><br></div><div><div>sudo apt-get install build-essential dh-make bzr unzip</div><div>mkdir ~/build; cd ~/build</div><div>wget <a href="https://github.com/foo1inge/datacoin-hp/archive/master.zip">https://github.com/foo1inge/datacoin-hp/archive/master.zip</a></div>
<div>unzip master.zip</div><div>mv datacoin-hp-master datacoind-0.1.2.0dtc</div><div>tar -zcvf datacoind-0.1.2.0dtc.tar.gz datacoind-0.1.2.0dtc #not sure whether this is necessary when upstream comes as a zip file</div><div>
bzr dh-make datacoind 0.1.2.0dtc datacoind-0.1.2.0dtc.tar.gz</div><div><br></div><div>select type of binary: single</div><div><br></div><div>bzr sh-make returns:</div><div>-------</div><div>Skipping creating ../datacoind_0.1.2.0dtc.orig.tar.gz because it already exists</div>
<div>Currently there is no top level Makefile. This may require additional tuning.</div><div>Done. Please edit the files in the debian/ subdirectory now. You should also</div><div>check that the datacoind Makefiles install into $DESTDIR and not in / .</div>
<div>Package prepared in /home/bitcoinbeginner/build/datacoind</div><div>-------</div><div><br></div><div>cd datacoind/debian</div><div>rm *ex *EX</div><div>gedit changelog #changing version into 0.1.2.0dtc-1ubuntu1ppa1 and correcting name+email</div>
<div>gedit control # <a href="http://pastebin.com/raw.php?i=VmCzkj8E">http://pastebin.com/raw.php?i=VmCzkj8E</a> - still contains errors that I don't think has anything to do with this</div><div>rm README.source README.Debian<br>
</div><div>gedit rules # <a href="http://pastebin.com/raw.php?i=sSTs9vp1">http://pastebin.com/raw.php?i=sSTs9vp1</a> (also tried without the last override_dh_auto_install)</div><div>bzr commit -m 'Initial commit of Debian packaging'</div>
<div>gedit install # one line "src/datacoind usr/local/bin/" - also tried with "src/datacoind /usr/local/bin/"</div><div>bzr builddeb -- -us -uc</div></div><div><br></div><div>builddeb output: http:/<a href="http://pastebin.com/raw.php?i=ym9EezUV">pastebin.com/raw.php?i=ym9EezUV</a></div>
<div><br></div><div>Still the resulting deb file doesn't contain the binary datacoind file resulting from the compile.</div><div>Resulting dsc file: <a href="http://pastebin.com/raw.php?i=y6JF4jeq">http://pastebin.com/raw.php?i=y6JF4jeq</a></div>
<div><br></div><div><br></div><div>Thomas</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-06 20:40 GMT+02:00 Thomas Pryds <span dir="ltr"><<a href="mailto:thomas@pryds.eu" target="_blank">thomas@pryds.eu</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-07-02 21:51 GMT+02:00 Robie Basak <span dir="ltr"><<a href="mailto:robie.basak@ubuntu.com" target="_blank">robie.basak@ubuntu.com</a>></span>:<div class="">
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><span style="color:rgb(34,34,34)">Looks like dh_auto_install got called, but dh_install never got called.</span><br>

</div></div>
I'm not sure here, but I guess in the case of an unknown build system<br>
(from dh's point of view) you need to call dh_install manually?<br>
<br>
In that case I'd try:<br>
<br>
override_dh_auto_install:<br>
        dh_install<br>
<br>
I'm not sure if this is the right way to fix this, but I think it should<br>
work. And then you should need the file to just be called debian/install<br>
as you are generating just one binary package.<br></blockquote><div><br></div></div><div>Thank you for your suggestions, but still no luck. I think I'll try on Ubuntu 13.10 (instead of 14.04) to see if that changes anything.</div>
<span class="HOEnZb"><font color="#888888">
<div><br></div><div>Thomas</div><div><br></div><div><br></div></font></span></div></div></div>
</blockquote></div><br></div>