Changeset 5581
- Timestamp:
- 12/29/07 11:57:03 (1 year ago)
- Files:
-
- sandbox/crschmidt/debian/control (modified) (2 diffs)
- sandbox/crschmidt/debian/openlayers-apache.postinst (modified) (1 diff)
- sandbox/crschmidt/debian/openlayers-apache.postrm (modified) (1 diff)
- sandbox/crschmidt/debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/crschmidt/debian/control
r5580 r5581 5 5 Build-Depends: debhelper (>= 5) 6 6 Standards-Version: 3.7.3 7 Homepage: http://openlayers.org/ 7 8 8 9 Package: openlayers 9 10 Architecture: any 10 Depends: ${shlibs:Depends}, ${misc:Depends}, apache2 11 Depends: ${shlibs:Depends}, ${misc:Depends} 12 Suggests: openlayers-apache 11 13 Description: JavaScript library for displaying map data in web browsers 12 14 OpenLayers is a pure JavaScript library for displaying map data in most … … 27 29 Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, openlayers 28 30 Description: OpenLayers Apache server configuration 29 This package enables the OpenLayers library, installed in /usr/share/openlayers, 30 to be browsed at http://yourmachine.example.com/openlayers/OpenLayers.js, which 31 makes the examples included with the distribution functional and also makes the 32 code available for other applications. 31 This package enables the OpenLayers library, installed in 32 /usr/share/openlayers, to be browsed at 33 http://yourmachine.example.com/openlayers/OpenLayers.js, which makes the 34 examples included with the distribution functional and also makes the code 35 available for other applications. sandbox/crschmidt/debian/openlayers-apache.postinst
r5580 r5581 1 # /bin/sh1 #!/bin/bash 2 2 set -e 3 3 sandbox/crschmidt/debian/openlayers-apache.postrm
r5580 r5581 1 #!/bin/ sh1 #!/bin/bash 2 2 set -e 3 3 sandbox/crschmidt/debian/rules
r5580 r5581 7 7 8 8 # Uncomment this to turn on verbose mode. 9 export DH_VERBOSE=19 #export DH_VERBOSE=1 10 10 11 11 configure: configure-stamp
