http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8784 Priority: P5 - low Change sponsored?: --- Bug ID: 8784 Assignee: gmcharlt@gmail.com Summary: Missing files in debian.packages list Severity: minor Classification: Unclassified OS: All Reporter: mtompset@hotmail.com Hardware: All Status: NEW Version: unspecified Component: Installation and upgrade (command-line installer) Product: Koha Based on the output of koha_perl_deps.pl, several things need updating in install_misc/debian.packages for a simpler git installation. Testing would involve a fresh git install, and doing: sudo apt-get install dselect sudo dpkg --set-selections < install_misc/debian.packages sudo dselect I, C, R, and then Q. ./koha_perl_deps.pl -m -u Noticeable list apply patch sudo dpkg --set-selections < install_misc/debian.packages sudo dselect I, C, R, and then Q. ./koha_perl_deps.pl -m -u All the required items should be installed. DateTime::TimeZone may still be listed, but that's because of a min_ver problem, not a missing problem. This helps people first starting with a git set up to not have to figure out where to get missing required libraries. -- You are receiving this mail because: You are watching all bug changes.