[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: missing file in my package



What DH_COMPAT are you using ?

PD : tienes tu clave firmada ya ?

On Sun, Jul 08, 2001 at 02:13:31PM +0200, Robert Millan wrote:
> Hello,
> 
> I'm having some trouble in packaging a program called "esms". It only consists of a single binary-all (perl) file
> that must go on /usr/bin/esms. The problem is that the package is created without it, here's a snapshot
> of an alienized package:
> 
> bash-2.03$ tar -xvzf esms-0.9.0-2.tgz 
> ./
> ./usr/
> ./usr/bin/
> ./usr/share/
> ./usr/share/doc/
> ./usr/share/doc/esms/
> ./usr/share/doc/esms/copyright
> ./usr/share/doc/esms/changelog.Debian.gz
> bash-2.03$
> 
> Here is the (IMHO) relevant part of my debian/rules file:
> 
> install: build
>         dh_testdir
>         dh_testroot
>         dh_clean -k
>         dh_installdirs
> 
>         # Add here commands to install the package into debian/tmp.
>         install -d debian/tmp/usr/bin
>         install -m755 -o root -g root `pwd`/esms `pwd`/debian/tmp/usr/bin/esms
> 
> If i missed some information let me know and i'll post it here.
> 
> Thanks,
> 
> 
> --
> Robert Millan                Debian GNU (Hurd) user
> zeratul2 wanadoo es    http://getyouriso.org/
> 
> 
> --  
> To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 

-- 
Eric VAN BUGGENHAUT

Eric.VanBuggenhaut@AdValvas.be



Reply to: