[Pkg-drupal-commits] r2297 - in /branches/drupal7/debian:	README.Debian changelog
    luigi at users.alioth.debian.org 
    luigi at users.alioth.debian.org
       
    Sat Apr 20 17:16:51 UTC 2013
    
    
  
Author: luigi
Date: Sat Apr 20 17:16:50 2013
New Revision: 2297
URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=2297
Log:
Fixed location of locally installed modules (Closes: #685333)
Modified:
    branches/drupal7/debian/README.Debian
    branches/drupal7/debian/changelog
Modified: branches/drupal7/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/README.Debian?rev=2297&op=diff
==============================================================================
--- branches/drupal7/debian/README.Debian (original)
+++ branches/drupal7/debian/README.Debian Sat Apr 20 17:16:50 2013
@@ -167,8 +167,10 @@
 directory that won't be touched by dpkg, e.g. in the /usr/local
 hierarchy:
 
- # ln -s /usr/local/share/drupal/modules /usr/share/drupal7/modules/local
- # ln -s /usr/local/share/drupal/themes /usr/share/drupal7/themes/local
+ # mkdir -p /usr/local/share/drupal/7/modules
+ # mkdir -p /usr/local/share/drupal/7/themes
+ # ln -s /usr/local/share/drupal/7/modules /usr/share/drupal7/modules/local
+ # ln -s /usr/local/share/drupal/7/themes /usr/share/drupal7/themes/local
 
 
 11. Privacy of session cookies
Modified: branches/drupal7/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal7/debian/changelog?rev=2297&op=diff
==============================================================================
--- branches/drupal7/debian/changelog (original)
+++ branches/drupal7/debian/changelog Sat Apr 20 17:16:50 2013
@@ -1,6 +1,6 @@
 drupal7 (7.22-1) UNRELEASED; urgency=low
 
-  * New upstream release
+  * New upstream release (Closes: #685006)
     - Remove patches integrated upstream
       + debian/patches/40_SA-CORE-2012-003
       + debian/patches/50_SA-CORE-2012-004
@@ -14,6 +14,9 @@
   * debian/cron.sh
     - Fixed CRON_KEY not resetting each loop iteration (Closes: #659848)
       (Thanks to Michael Wikberg <nobody at wikberg.fi>)
+
+  * debian/README.Debian
+    - Fixed location of locally installed modules (Closes: #685333)
 
  -- Luigi Gangitano <luigi at debian.org>  Sat, 20 Apr 2013 18:29:57 +0200
 
    
    
More information about the Pkg-drupal-commits
mailing list