[Pkg-drupal-commits] r1773 - in /branches/drupal-5.0/debian: changelog cron.d drupal5.install etc/apache.conf links

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Sat Mar 10 20:37:17 CET 2007


Author: luigi
Date: Sat Mar 10 19:37:17 2007
New Revision: 1773

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1773
Log:
Applied patch from Karl-Heinz Nirschl fixing paths

Modified:
    branches/drupal-5.0/debian/changelog
    branches/drupal-5.0/debian/cron.d
    branches/drupal-5.0/debian/drupal5.install
    branches/drupal-5.0/debian/etc/apache.conf
    branches/drupal-5.0/debian/links

Modified: branches/drupal-5.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/changelog?rev=1773&op=diff
==============================================================================
--- branches/drupal-5.0/debian/changelog (original)
+++ branches/drupal-5.0/debian/changelog Sat Mar 10 19:37:17 2007
@@ -1,8 +1,14 @@
 drupal5 (5.1-1) UNRELEASED; urgency=low
+  
+  * (NOT RELEASED YET)
 
   [ Luigi Gangitano ]
-  * (NOT RELEASED YET) New upstream release
-
+  * New upstream release
+
+  * debian/{links,drupal5.install,cron.d,etc/apache.conf}
+    - Applied patch from Karl-Heinz Nirschl fixing paths
+
+  [ Bart Cornelis ]
   Translations
   * Updated Dutch translation by Bart Cornelis
   * Updated Japanese translation by Hideki Yamane

Modified: branches/drupal-5.0/debian/cron.d
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/cron.d?rev=1773&op=diff
==============================================================================
--- branches/drupal-5.0/debian/cron.d (original)
+++ branches/drupal-5.0/debian/cron.d Sat Mar 10 19:37:17 2007
@@ -1,1 +1,1 @@
-*/5 * * * *    www-data          [ -x /usr/share/drupal/scripts/cron.sh ] && /usr/share/drupal/scripts/cron.sh
+*/5 * * * *    www-data          [ -x /usr/share/drupal5/scripts/cron.sh ] && /usr/share/drupal5/scripts/cron.sh

Modified: branches/drupal-5.0/debian/drupal5.install
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/drupal5.install?rev=1773&op=diff
==============================================================================
--- branches/drupal-5.0/debian/drupal5.install (original)
+++ branches/drupal-5.0/debian/drupal5.install Sat Mar 10 19:37:17 2007
@@ -3,6 +3,7 @@
 modules			usr/share/drupal5
 themes			usr/share/drupal5
 misc			usr/share/drupal5
+profiles		etc/drupal/5
 debian/etc/apache.conf	etc/drupal/5
 debian/etc/settings.php	etc/drupal/5/sites/default
 debian/cron.sh		usr/share/drupal5/scripts

Modified: branches/drupal-5.0/debian/etc/apache.conf
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/etc/apache.conf?rev=1773&op=diff
==============================================================================
--- branches/drupal-5.0/debian/etc/apache.conf (original)
+++ branches/drupal-5.0/debian/etc/apache.conf Sat Mar 10 19:37:17 2007
@@ -1,6 +1,6 @@
-Alias /drupal /usr/share/drupal-5.0
+Alias /drupal5 /usr/share/drupal5
 
-<Directory /usr/share/drupal-5.0/>
+<Directory /usr/share/drupal5/>
 	Options +FollowSymLinks
 	AllowOverride All
 	order allow,deny

Modified: branches/drupal-5.0/debian/links
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/links?rev=1773&op=diff
==============================================================================
--- branches/drupal-5.0/debian/links (original)
+++ branches/drupal-5.0/debian/links Sat Mar 10 19:37:17 2007
@@ -1,3 +1,4 @@
 etc/drupal/5/htaccess	usr/share/drupal5/.htaccess
-etc/drupal/5/sites	usr/share/drupal5/sites
+etc/drupal/5/sites		usr/share/drupal5/sites
+etc/drupal/5/profiles	usr/share/drupal5/profiles
 var/lib/drupal5/files	usr/share/drupal5/files




More information about the Pkg-drupal-commits mailing list