2010-06-09 Miguel de Dios <miguel.dedios@artica.es>

* unix/DEBIAN/make_deb_package.sh: added the code to include the man pages
	into DEB package.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2897 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-06-09 12:15:48 +00:00
parent 8637d61e05
commit 0d71fa81f6
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-06-09 Miguel de Dios <miguel.dedios@artica.es>
* unix/DEBIAN/make_deb_package.sh: added the code to include the man pages
into DEB package.
2010-06-09 Ramon Novoa <rnovoa@artica.es>
* unix/man, unix/man/man1,

View File

@ -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

View File

@ -1,4 +1,4 @@
2010-06-08 Miguel de Dios <miguel.dedios@artica.es>
2010-06-09 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/pandora.js: fixed lost semi colon.

View File

@ -1,4 +1,4 @@
2010-06-08 Miguel de Dios <miguel.dedios@artica.es>
2010-06-09 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/make_deb_package.sh: added the code to include the man pages into
DEB package.