Changeset ,422 for trunk/debian

Show
Ignore:
Timestamp:
11/21/07 10:43:09 (14 months ago)
Author:
fidojones
branch-nick:
bzr
Message:

preparación de paquete debian

Location:
trunk/debian
Files:
1 removed
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/debian/README.Debian

    r421 r422  
    1 tcosphpmonitor for Debian 
     1Baifox for Debian 
    22------------------------- 
    33 
    4 This package will create an virtualhost file in: 
     4Primera version 
    55 
    6   /etc/apache2/conf.d/tcosphpmonitor.conf 
    7   /etc/apache/conf.d/tcosphpmonitor.conf 
    8  
    9 You should open any browser and go to: 
    10  
    11   http://server_name_or_ip/tcosphpmonitor 
    12  
    13 Perpahps you need to restart apache to load settings. 
    14  
    15  -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>, Fri, 30 Mar 2007 20:35:34 +0200 
     6 -- Lorenzo Tejera (fidojones) <fidojones@fidojones.com>, Tue, 20 Nov 2007 20:35:34 +0200 
  • trunk/debian/control

    r421 r422  
    33Priority: optional 
    44Maintainer: Lorenzo Tejera (fidojones) <fidojones@fidojones.com> 
    5 Build-Depends:  debhelper (>= 5.0.37.2), python, python-support (>= 0.3) 
     5Build-Depends:  debhelper (>= 5) 
    66Standards-Version: 3.7.2 
    7 XS-Python-Version: >= 2.4 
    87XS-Vcs-Browser: http://www.baifox.org/trac/browser/trunk 
    98XS-Vcs-Svn: http://www.baifox.org/baifox/trunk 
     
    1110Package: baifox 
    1211Architecture: all 
    13 Depends:  libapache2-mod-php4 | libapache-mod-php4 | libapache2-mod-php5 | libapache-mod-php5 , 
    14           apache2 | apache, smarty, php4 | php5,  
    15           ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-dbus | python2.4-dbus 
    16 XB-Python-Version: ${python:Versions} 
    17 Description: Small PHP web based app to monitor a TCOS thin client network. 
    18  TCOS, thin Client Operating System is a method to create small embedded os 
    19  based on debian/ubuntu with normal debian kernel's. 
    20  . 
    21  baifox is a small PHP web based app to monitor a thin client network. 
    22  . 
    23   Homepage: http://www.baifox.org 
     12Depends:  apache 
     13Description: Baifox is a GPL control panel to managed  
     14    services of a hosting service. 
     15Homepage: http://www.baifox.org 
  • trunk/debian/copyright

    r421 r422  
    1 This package was debianized by Mario Izquierdo (mariodebian) <mariodebian@gmail.com> on 
    2 Fri, 30 Mar 2007 18:35:34 +0200. 
     1This package was debianized by Lorenzo Tejera (fidojones) <fidojones@fidojones.com> on 
     2Tue, 20 Nov 2007 18:35:34 +0200. 
    33 
    4 It was created by Mario Izquierdo (mariodebian) 
    5        mariodebian@gmail.com 
     4It was created by Lorenzo Tejera (fidojones) 
     5       fidojones@fidojones.com 
    66 
    77 
    88License: 
    99 
    10  * web/js/ files: builder.js controls.js dragdrop.js effects.js  
    11                   scriptaculous.js slider.js unittest.js 
    12  
    13    Downloaded from: http://script.aculo.us/ 
    14    License: http://www.opensource.org/licenses/mit-license.php 
    15  
    16  Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) 
    17  
    18  Permission is hereby granted, free of charge, to any person obtaining 
    19  a copy of this software and associated documentation files (the 
    20  "Software"), to deal in the Software without restriction, including 
    21  without limitation the rights to use, copy, modify, merge, publish, 
    22  distribute, sublicense, and/or sell copies of the Software, and to 
    23  permit persons to whom the Software is furnished to do so, subject to 
    24  the following conditions: 
    25  
    26  The above copyright notice and this permission notice shall be 
    27  included in all copies or substantial portions of the Software. 
    28  
    29  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    30  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
    31  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
    32  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 
    33  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 
    34  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    35  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    36  
    37  For details, see the script.aculo.us web site: http://script.aculo.us/ 
    38  
    39 ------------------------------------------------------------------------ 
    40  
    41    This package is free software; you can redistribute it and/or modify 
    42    it under the terms of the GNU General Public License as published by 
    43    the Free Software Foundation; version 2 dated June, 1991. 
    44  
    45    This package is distributed in the hope that it will be useful, 
    46    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    47    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    48    GNU General Public License for more details. 
    49  
    50    You should have received a copy of the GNU General Public License 
    51    along with this package; if not, write to the Free Software 
    52    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, 
    53    USA. 
    54  
    5510On Debian systems, the complete text of the GNU General 
    5611Public License can be found in `/usr/share/common-licenses/GPL'. 
  • trunk/debian/docs

    r421 r422  
    1 README 
  • trunk/debian/postinst

    r421 r422  
    11#!/bin/bash 
    2 set -e 
     2#set -e 
    33 
    4 if [ -d /etc/apache2/conf.d/ ] && [ ! -e /etc/apache2/conf.d/tcosphpmonitor.conf ] ; then 
     4#if [ -d /etc/apache2/conf.d/ ] && [ ! -e /etc/apache2/conf.d/tcosphpmonitor.conf ] ; then 
    55# ln -s /etc/tcosphpmonitor/apache.conf /etc/apache2/conf.d/tcosphpmonitor.conf 
    6 fi 
     6#fi 
    77 
    8 if [ -d /etc/apache/conf.d/ ] && [ ! -e /etc/apache/conf.d/tcosphpmonitor.conf ]; then 
     8i#f [ -d /etc/apache/conf.d/ ] && [ ! -e /etc/apache/conf.d/tcosphpmonitor.conf ]; then 
    99# ln -s /etc/tcosphpmonitor/apache.conf /etc/apache/conf.d/tcosphpmonitor.conf 
     10#fi 
     11 
     12if [ -f "/etc/init.d/baifox" ]; then 
     13  update-rc.d baifox defaults 99 >/dev/null 
    1014fi 
    1115 
  • trunk/debian/postrm

    r421 r422  
    11#!/bin/bash 
    2 set -e 
     2#set -e 
    33 
    4 if [ "$1" = "purge" ]; then 
    5   if [ -f /etc/apache2/conf.d/tcosphpmonitor.conf ]; then 
     4#if [ "$1" = "purge" ]; then 
     5#  if [ -f /etc/apache2/conf.d/tcosphpmonitor.conf ]; then 
    66#   rm /etc/apache2/conf.d/tcosphpmonitor.conf 
    7   fi 
     7#  fi 
    88 
    9   if [ -d /etc/apache/conf.d/tcosphpmonitor.conf ]; then 
     9#  if [ -d /etc/apache/conf.d/tcosphpmonitor.conf ]; then 
    1010#  rm /etc/apache/conf.d/tcosphpmonitor.conf 
    11   fi 
     11#  fi 
    1212 
    13   rm -rf /var/cache/tcosphpmonitor 
    14 fi 
     13#  rm -rf /var/cache/tcosphpmonitor 
     14#fi 
    1515 
    1616#DEBHELPER# 
  • trunk/debian/rules

    r421 r422  
    2828        dh_installdirs 
    2929 
    30         $(MAKE) install DESTDIR=$(CURDIR)/debian/tcosphpmonitor 
    31  
    32  
    33         chown root:www-data $(CURDIR)/debian/tcosphpmonitor/etc/tcosphpmonitor/tcosphpmonitor.php 
    34         chmod 640 $(CURDIR)/debian/tcosphpmonitor/etc/tcosphpmonitor/tcosphpmonitor.php 
    35         dh_link /etc/tcosphpmonitor/tcosphpmonitor.php /usr/share/tcosphpmonitor/config.inc.php 
    36  
    37         chown root:www-data $(CURDIR)/debian/tcosphpmonitor/var/cache/tcosphpmonitor 
    38         chmod 770 $(CURDIR)/debian/tcosphpmonitor/var/cache/tcosphpmonitor 
    39  
     30        $(MAKE) install DESTDIR=$(CURDIR)/debian/baifox 
    4031 
    4132# Build architecture-independent files here. 
     
    4536        dh_installchangelogs  
    4637        dh_installdocs 
    47         dh_pysupport 
    4838        dh_link 
    4939        dh_strip 
    5040        dh_compress 
    51         dh_fixperms -X/var/cache/tcosphpmonitor -X/etc/tcosphpmonitor/tcosphpmonitor.php 
     41        dh_fixperms 
    5242        dh_installdeb 
    5343        dh_shlibdeps