DEB sources and scripts

Asked by DiMi

Hi Matt and team,

I'm looking to start maintaining a PPA for Peercoin and perhaps a few other alt-coins. I wanted to ask if you can point me to the sources and scripts you use to build the packages. I have some experience building RPMs but new to DEBs, so your help would be extremely welcomed.

Thanks in advance!

-- Dmitriy Vi

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu bitcoin Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Greg Beam (ki7mt) said :
#1
Revision history for this message
DiMi (vindimy) said :
#2

ki7mt,

Thanks - I know I can read the docs and start from scratch, but it would be very helpful to not reinvent the wheel, so to speak, if at all possible :)

- Dmitriy

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

Compile but instead of "sudo make install", install checkinstall and run "sudo checkinstall" you will get a deb file of your efforts.

Revision history for this message
DiMi (vindimy) said :
#4

Thanks, that will get me started.

Revision history for this message
DiMi (vindimy) said :
#5

Thanks actionparsnip, that solved my question.