[vhffs-dev] [svn] commit: r80 - in trunk/debian: apache-panel.conf apache2-panel.conf control rules vhffs-api.dirs |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [svn] commit: r80 - in trunk/debian: apache-panel.conf apache2-panel.conf control rules vhffs-api.dirs
- From: vhffs-dev@xxxxxxxxx
- Date: Sat Jul 30 01:17:46 2005 +00
Author: soda
Date: Sat Jul 30 03:16:39 2005
New Revision: 80
Log:
fix deb packaging
Added:
trunk/debian/apache2-panel.conf
Modified:
trunk/debian/apache-panel.conf
trunk/debian/control
trunk/debian/rules
trunk/debian/vhffs-api.dirs
Modified: trunk/debian/apache-panel.conf
==============================================================================
--- trunk/debian/apache-panel.conf (original)
+++ trunk/debian/apache-panel.conf Sat Jul 30 03:16:39 2005
@@ -1,6 +1,8 @@
-Alias /vhffs /usr/share/vhffs/panel
+Alias /vhffs/ "/usr/share/vhffs/panel/"
+
<Directory /usr/share/vhffs/panel>
+ DirectoryIndex auth.pl
AllowOverride None
Options ExecCGI FollowSymLinks
Order allow,deny
@@ -17,8 +19,8 @@
AddHandler cgi-script .pl
</Directory>
-ErrorLog /var/log/apache2/vhffs-panel.log
+ErrorLog /var/log/apache/vhffs-panel.log
LogLevel warn
-CustomLog /var/log/apache2/panel-access.log combined
+CustomLog /var/log/apache/vhffs-access.log combined
ServerSignature On
Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control (original)
+++ trunk/debian/control Sat Jul 30 03:16:39 2005
@@ -10,7 +10,7 @@
Section: perl
Architecture: all
Recommends: vhffs-panel
-Depends: ${perl:Depends} libcrypt-passwdmd5-perl, libmime-lite-perl, libconfig-general-perl, liblocale-gettext-perl, vhffs-configfile
+Depends: ${perl:Depends} libcrypt-passwdmd5-perl, libmime-lite-perl, libconfig-general-perl, liblocale-gettext-perl, libdbd-pgsql, libclass-dbi-pg-perl, libmime-lite-perl, libcrypt-passwdmd5-perl, vhffs-configfile
Description: main API of VHFFS
VHFFS API is requested by any VHFFS composant. So, it must
be installed in order to run VHFFS.
Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Sat Jul 30 03:16:39 2005
@@ -61,6 +61,7 @@
install -m 644 $(INSTDIR)/usr/share/perl5/Vhffs/*.pm $(APIDIR)/usr/share/perl5/Vhffs
install -m 644 $(INSTDIR)/usr/share/perl5/Vhffs/Robots/*.pm $(APIDIR)/usr/share/perl5/Vhffs/Robots
install -m 644 $(INSTDIR)/usr/share/perl5/Vhffs/Services/*.pm $(APIDIR)/usr/share/perl5/Vhffs/Services
+ install -m 644 $(INSTDIR)/usr/share/perl5/Vhffs/Misc/*.pm $(APIDIR)/usr/share/perl5/Vhffs/Misc
###########################################
#Robots packaging
@@ -85,6 +86,7 @@
#Install apache configfile in /etc/vhffs/
install -m 644 debian/apache-panel.conf $(PANELDIR)/etc/vhffs/
+ install -m 644 debian/apache2-panel.conf $(PANELDIR)/etc/vhffs/
###########################################
#Install backend
Modified: trunk/debian/vhffs-api.dirs
==============================================================================
--- trunk/debian/vhffs-api.dirs (original)
+++ trunk/debian/vhffs-api.dirs Sat Jul 30 03:16:39 2005
@@ -1,3 +1,4 @@
usr/share/perl5/Vhffs/
usr/share/perl5/Vhffs/Robots/
usr/share/perl5/Vhffs/Services/
+usr/share/perl5/Vhffs/Misc/