Changeset ,422 for trunk/debian
- Timestamp:
- 11/21/07 10:43:09 (14 months ago)
- branch-nick:
- bzr
- Location:
- trunk/debian
- Files:
-
- 1 removed
- 7 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/README.Debian
r421 r422 1 tcosphpmonitorfor Debian1 Baifox for Debian 2 2 ------------------------- 3 3 4 This package will create an virtualhost file in: 4 Primera version 5 5 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 3 3 Priority: optional 4 4 Maintainer: Lorenzo Tejera (fidojones) <fidojones@fidojones.com> 5 Build-Depends: debhelper (>= 5 .0.37.2), python, python-support (>= 0.3)5 Build-Depends: debhelper (>= 5) 6 6 Standards-Version: 3.7.2 7 XS-Python-Version: >= 2.48 7 XS-Vcs-Browser: http://www.baifox.org/trac/browser/trunk 9 8 XS-Vcs-Svn: http://www.baifox.org/baifox/trunk … … 11 10 Package: baifox 12 11 Architecture: 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 12 Depends: apache 13 Description: Baifox is a GPL control panel to managed 14 services of a hosting service. 15 Homepage: http://www.baifox.org -
trunk/debian/copyright
r421 r422 1 This package was debianized by Mario Izquierdo (mariodebian) <mariodebian@gmail.com> on2 Fri, 30 Mar2007 18:35:34 +0200.1 This package was debianized by Lorenzo Tejera (fidojones) <fidojones@fidojones.com> on 2 Tue, 20 Nov 2007 18:35:34 +0200. 3 3 4 It was created by Mario Izquierdo (mariodebian)5 mariodebian@gmail.com4 It was created by Lorenzo Tejera (fidojones) 5 fidojones@fidojones.com 6 6 7 7 8 8 License: 9 9 10 * web/js/ files: builder.js controls.js dragdrop.js effects.js11 scriptaculous.js slider.js unittest.js12 13 Downloaded from: http://script.aculo.us/14 License: http://www.opensource.org/licenses/mit-license.php15 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 obtaining19 a copy of this software and associated documentation files (the20 "Software"), to deal in the Software without restriction, including21 without limitation the rights to use, copy, modify, merge, publish,22 distribute, sublicense, and/or sell copies of the Software, and to23 permit persons to whom the Software is furnished to do so, subject to24 the following conditions:25 26 The above copyright notice and this permission notice shall be27 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 OF31 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND32 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE33 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION34 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION35 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 modify42 it under the terms of the GNU General Public License as published by43 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 of47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the48 GNU General Public License for more details.49 50 You should have received a copy of the GNU General Public License51 along with this package; if not, write to the Free Software52 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,53 USA.54 55 10 On Debian systems, the complete text of the GNU General 56 11 Public License can be found in `/usr/share/common-licenses/GPL'. -
trunk/debian/docs
r421 r422 1 README -
trunk/debian/postinst
r421 r422 1 1 #!/bin/bash 2 set -e2 #set -e 3 3 4 if [ -d /etc/apache2/conf.d/ ] && [ ! -e /etc/apache2/conf.d/tcosphpmonitor.conf ] ; then4 #if [ -d /etc/apache2/conf.d/ ] && [ ! -e /etc/apache2/conf.d/tcosphpmonitor.conf ] ; then 5 5 # ln -s /etc/tcosphpmonitor/apache.conf /etc/apache2/conf.d/tcosphpmonitor.conf 6 fi6 #fi 7 7 8 i f [ -d /etc/apache/conf.d/ ] && [ ! -e /etc/apache/conf.d/tcosphpmonitor.conf ]; then8 i#f [ -d /etc/apache/conf.d/ ] && [ ! -e /etc/apache/conf.d/tcosphpmonitor.conf ]; then 9 9 # ln -s /etc/tcosphpmonitor/apache.conf /etc/apache/conf.d/tcosphpmonitor.conf 10 #fi 11 12 if [ -f "/etc/init.d/baifox" ]; then 13 update-rc.d baifox defaults 99 >/dev/null 10 14 fi 11 15 -
trunk/debian/postrm
r421 r422 1 1 #!/bin/bash 2 set -e2 #set -e 3 3 4 if [ "$1" = "purge" ]; then5 if [ -f /etc/apache2/conf.d/tcosphpmonitor.conf ]; then4 #if [ "$1" = "purge" ]; then 5 # if [ -f /etc/apache2/conf.d/tcosphpmonitor.conf ]; then 6 6 # rm /etc/apache2/conf.d/tcosphpmonitor.conf 7 fi7 # fi 8 8 9 if [ -d /etc/apache/conf.d/tcosphpmonitor.conf ]; then9 # if [ -d /etc/apache/conf.d/tcosphpmonitor.conf ]; then 10 10 # rm /etc/apache/conf.d/tcosphpmonitor.conf 11 fi11 # fi 12 12 13 rm -rf /var/cache/tcosphpmonitor14 fi13 # rm -rf /var/cache/tcosphpmonitor 14 #fi 15 15 16 16 #DEBHELPER# -
trunk/debian/rules
r421 r422 28 28 dh_installdirs 29 29 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 40 31 41 32 # Build architecture-independent files here. … … 45 36 dh_installchangelogs 46 37 dh_installdocs 47 dh_pysupport48 38 dh_link 49 39 dh_strip 50 40 dh_compress 51 dh_fixperms -X/var/cache/tcosphpmonitor -X/etc/tcosphpmonitor/tcosphpmonitor.php41 dh_fixperms 52 42 dh_installdeb 53 43 dh_shlibdeps
