diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index bf87b4cc6e..b024725fc6 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,8 @@ +2010-06-09 Miguel de Dios + + * unix/DEBIAN/make_deb_package.sh: added the code to include the man pages + into DEB package. + 2010-06-09 Ramon Novoa * unix/man, unix/man/man1, diff --git a/pandora_agents/unix/DEBIAN/make_deb_package.sh b/pandora_agents/unix/DEBIAN/make_deb_package.sh index 1c86b2c061..b9a6ad6c7d 100644 --- a/pandora_agents/unix/DEBIAN/make_deb_package.sh +++ b/pandora_agents/unix/DEBIAN/make_deb_package.sh @@ -37,6 +37,7 @@ mkdir -p temp_package/usr/sbin/ mkdir -p temp_package/etc/pandora/plugins mkdir -p temp_package/etc/init.d/ mkdir -p temp_package/var/log/pandora/ +mkdir -p temp_package/usr/share/man/man1/ echo "Make directory system tree for package." cp DEBIAN temp_package -R @@ -48,6 +49,8 @@ cp -aRf pandora_agent temp_package/usr/bin/ cp -aRf pandora_agent_daemon temp_package/etc/init.d/pandora_agent_daemon cp Linux/pandora_agent.conf temp_package/etc/pandora/ +cp -aRf man/man1/* temp_package/usr/share/man/man1/ + echo "Remove the SVN files and other temp files." for item in `find temp_package` do diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 00ac203ffe..27b6b153cb 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,4 +1,4 @@ -2010-06-08 Miguel de Dios +2010-06-09 Miguel de Dios * include/javascript/pandora.js: fixed lost semi colon. diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 23ab98bb48..4f3cc559ef 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,4 +1,4 @@ -2010-06-08 Miguel de Dios +2010-06-09 Miguel de Dios * DEBIAN/make_deb_package.sh: added the code to include the man pages into DEB package.