On Jan 9, 2:51 pm, Lukasz Szybalski <[email protected]> wrote: > Hello, > Can you give more detail instructions on how to install this package on > debian. > > 1. wgetftp://ftp.sara.nl/pub/outgoing/email2trac.tar.gz > 2. tar -xzvf email2trac.tar.gz > > 3. Now you instruction say: > What package do I need installed to get this command to work? > > debian/rules binary > > What is the command for compiling the debian package? And are there > any changes I need to make before compile/install? >
aptitude install build-essential aptitude install cdbs chrpath dpkg-buildpackage -B Is what is required. then dpkg -i email2trac_1.6.0-4_amd64.deb is what is needed. Thanks, Lucas -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
