OpenLayers OpenLayers

Changeset 5581

Show
Ignore:
Timestamp:
12/29/07 11:57:03 (1 year ago)
Author:
crschmidt
Message:

lintian-led minor cleanups

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/crschmidt/debian/control

    r5580 r5581  
    55Build-Depends: debhelper (>= 5) 
    66Standards-Version: 3.7.3 
     7Homepage: http://openlayers.org/ 
    78 
    89Package: openlayers 
    910Architecture: any 
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, apache2 
     11Depends: ${shlibs:Depends}, ${misc:Depends} 
     12Suggests: openlayers-apache  
    1113Description: JavaScript library for displaying map data in web browsers 
    1214 OpenLayers is a pure JavaScript library for displaying map data in most 
     
    2729Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, openlayers 
    2830Description: 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/sh 
     1#!/bin/bash 
    22set -e 
    33 
  • sandbox/crschmidt/debian/openlayers-apache.postrm

    r5580 r5581  
    1 #!/bin/sh 
     1#!/bin/bash 
    22set -e 
    33 
  • sandbox/crschmidt/debian/rules

    r5580 r5581  
    77 
    88# Uncomment this to turn on verbose mode. 
    9 export DH_VERBOSE=1 
     9#export DH_VERBOSE=1 
    1010 
    1111configure: configure-stamp