OpenLayers OpenLayers

Changeset 5585

Show
Ignore:
Timestamp:
12/30/07 14:08:21 (1 year ago)
Author:
crschmidt
Message:

Move files to match webapps-policy as it currently stands.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/crschmidt/debian/openlayers-apache-conf

    r5577 r5585  
    1 Alias /openlayers /usr/share/openlayers 
     1Alias /openlayers /usr/share/openlayers/www 
    22 
    3 <Directory /usr/share/openlayers/
     3<Directory /usr/share/openlayers/www
    44    AllowOverride None  
    55</Directory> 
  • sandbox/crschmidt/debian/openlayers.dirs

    r5580 r5585  
    11usr/share/openlayers 
    22usr/share/openlayers/lib 
    3 usr/share/openlayers/img 
    4 usr/share/openlayers/theme 
     3usr/share/openlayers/www 
     4usr/share/openlayers/www/img 
     5usr/share/openlayers/www/theme 
  • sandbox/crschmidt/debian/rules

    r5581 r5585  
    1515 
    1616build: build-stamp 
     17    dpatch apply-all 
    1718 
    1819build-stamp: configure-stamp  
     
    2122    touch $@ 
    2223 
    23 clean: 
     24depatch: 
     25    dpatch deapply-all 
     26 
     27clean: depatch 
    2428    dh_testdir 
    2529    dh_testroot 
     
    4246     
    4347    # The actual library + supporting files 
    44     cp $(CURDIR)/OpenLayers.js  $(CURDIR)/debian/openlayers/usr/share/openlayers/ 
     48    cp $(CURDIR)/OpenLayers.js  $(CURDIR)/debian/openlayers/usr/share/openlayers/www 
     49    cp -r $(CURDIR)/img/*  $(CURDIR)/debian/openlayers/usr/share/openlayers/www/img 
     50    cp -r $(CURDIR)/theme/*  $(CURDIR)/debian/openlayers/usr/share/openlayers/www/theme 
     51     
     52    # Uncompressed files -- used by openlayers_build in openlayers-utils, 
     53    # also essentially provide the 'source' form rather than a solely  
     54    # compressed form. 
    4555    cp -r $(CURDIR)/lib/*  $(CURDIR)/debian/openlayers/usr/share/openlayers/lib 
    4656    # License file accomodated for in copyright 
    4757    rm $(CURDIR)/debian/openlayers/usr/share/openlayers/lib/Firebug/license.txt  
    48     cp -r $(CURDIR)/img/*  $(CURDIR)/debian/openlayers/usr/share/openlayers/img 
    49     cp -r $(CURDIR)/theme/*  $(CURDIR)/debian/openlayers/usr/share/openlayers/theme 
    5058 
    5159    # Needed for openlayers_build