1. install RT
$ sudo apt-get install request-tracker3.82. install RTIR prerequisite
# add squeeze-backports entry into your sources.list3. download and install RTIR, read README, answer with /usr/share/request-tracker3.8/lib for path to RT.pm
# install some packages
$ sudo apt-get install dh-make-perl libnet-whois-ripe-perl libhook-lexwrap-perl \
libset-intspan-perl libnet-cidr-perl libregexp-common-net-cidr-perl
# build and install Business::Hours
$ cpan2deb Business::Hours
$ sudo dpkg -i libbusiness-hours-perl*.deb
# build and install Business::SLA
$ cpan2deb Business::SLA
$ sudo dpkg -i libbusiness-sla-perl*.deb
This way, every package except RTIR itself is Debianized. Maybe I'll create RTIR deb....
No comments:
Post a Comment