Changeset 5585
- Timestamp:
- 12/30/07 14:08:21 (1 year ago)
- Files:
-
- sandbox/crschmidt/debian/openlayers-apache-conf (modified) (1 diff)
- sandbox/crschmidt/debian/openlayers.dirs (modified) (1 diff)
- sandbox/crschmidt/debian/rules (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/crschmidt/debian/openlayers-apache-conf
r5577 r5585 1 Alias /openlayers /usr/share/openlayers 1 Alias /openlayers /usr/share/openlayers/www 2 2 3 <Directory /usr/share/openlayers/ >3 <Directory /usr/share/openlayers/www> 4 4 AllowOverride None 5 5 </Directory> sandbox/crschmidt/debian/openlayers.dirs
r5580 r5585 1 1 usr/share/openlayers 2 2 usr/share/openlayers/lib 3 usr/share/openlayers/img 4 usr/share/openlayers/theme 3 usr/share/openlayers/www 4 usr/share/openlayers/www/img 5 usr/share/openlayers/www/theme sandbox/crschmidt/debian/rules
r5581 r5585 15 15 16 16 build: build-stamp 17 dpatch apply-all 17 18 18 19 build-stamp: configure-stamp … … 21 22 touch $@ 22 23 23 clean: 24 depatch: 25 dpatch deapply-all 26 27 clean: depatch 24 28 dh_testdir 25 29 dh_testroot … … 42 46 43 47 # 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. 45 55 cp -r $(CURDIR)/lib/* $(CURDIR)/debian/openlayers/usr/share/openlayers/lib 46 56 # License file accomodated for in copyright 47 57 rm $(CURDIR)/debian/openlayers/usr/share/openlayers/lib/Firebug/license.txt 48 cp -r $(CURDIR)/img/* $(CURDIR)/debian/openlayers/usr/share/openlayers/img49 cp -r $(CURDIR)/theme/* $(CURDIR)/debian/openlayers/usr/share/openlayers/theme50 58 51 59 # Needed for openlayers_build
