Como empacotar da fonte? [duplicado]

0

Eu gostaria de empacotar o Nagios 4 no Ubuntu. A instalação a partir da fonte envolve vários comandos make e um comando configure.

wget -O nagioscore.tar.gz https://github.com/NagiosEnterprises/nagioscore/archive/nagios-4.3.4.tar.gz
tar xzf nagioscore.tar.gz
cd /tmp/nagioscore-nagios-4.3.4/
./configure --with-httpd-conf=/etc/apache2/sites-enabled
make all
make install
make install-init
make install-commandmode
make install-config
make install-webconf 

Como eu faço um pacote deb ou apt com isso?

Eu tentei seguir as instruções do Ubuntu link Quando eu executo o bzr dh-make package version package.tar.gz , recebo o seguinte erro

bzr: ERROR: Either run the command from an existing branch of upstream, or move nagioscore-nagios-4.3.4 aside and a new branch will be created there.
    
por pdna 21.10.2017 / 00:53

1 resposta

-2

De link :

% bl0ck_qu0te%     
por Nonny Moose 21.10.2017 / 01:05