Changeset 5578
- Timestamp:
- 12/29/07 10:01:58 (1 year ago)
- Files:
-
- sandbox/crschmidt/debian/copyright (modified) (1 diff)
- sandbox/crschmidt/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/crschmidt/debian/copyright
r5577 r5578 58 58 For details, see the Prototype web site: http://prototype.conio.net/ 59 59 60 Contains Firebug Lite, which contains the following license: 61 62 Software License Agreement (BSD License) 63 64 Copyright (c) 2007, Parakey Inc. 65 All rights reserved. 66 67 Redistribution and use of this software in source and binary forms, with or without modification, 68 are permitted provided that the following conditions are met: 69 70 * Redistributions of source code must retain the above 71 copyright notice, this list of conditions and the 72 following disclaimer. 73 74 * Redistributions in binary form must reproduce the above 75 copyright notice, this list of conditions and the 76 following disclaimer in the documentation and/or other 77 materials provided with the distribution. 78 79 * Neither the name of Parakey Inc. nor the names of its 80 contributors may be used to endorse or promote products 81 derived from this software without specific prior 82 written permission of Parakey Inc. 83 84 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR 85 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 86 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 87 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 88 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 89 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 90 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 91 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 92 60 93 The Debian packaging is (C) 2007, Christopher Schmidt <crschmidt@metacarta.com> 61 94 and is licensed under the BSD license, see `/usr/share/common-licenses/BSD'. sandbox/crschmidt/debian/rules
r5577 r5578 45 45 cp $(CURDIR)/OpenLayers.js $(CURDIR)/debian/openlayers/usr/share/openlayers/ 46 46 cp -r $(CURDIR)/lib/* $(CURDIR)/debian/openlayers/usr/share/openlayers/lib 47 # License file accomodated for in copyright 48 rm $(CURDIR)/debian/openlayers/usr/share/openlayers/lib/Firebug/license.txt 47 49 cp -r $(CURDIR)/img/* $(CURDIR)/debian/openlayers/usr/share/openlayers/img 48 50 cp -r $(CURDIR)/theme/* $(CURDIR)/debian/openlayers/usr/share/openlayers/theme … … 50 52 # Needed for openlayers_build 51 53 cp $(CURDIR)/tools/jsmin.py $(CURDIR)/debian/openlayers/usr/lib/openlayers 54 chmod -x $(CURDIR)/debian/openlayers/usr/lib/openlayers/jsmin.py 55 sed -i -e 's?#!/usr/bin/python??' $(CURDIR)/debian/openlayers/usr/lib/openlayers/jsmin.py 56 cp $(CURDIR)/tools/mergejs.py $(CURDIR)/debian/openlayers/usr/lib/openlayers 57 chmod -x $(CURDIR)/debian/openlayers/usr/lib/openlayers/mergejs.py 58 sed -i -e 's?#!/usr/bin/env python??' $(CURDIR)/debian/openlayers/usr/lib/openlayers/mergejs.py 52 59 cp $(CURDIR)/tools/toposort.py $(CURDIR)/debian/openlayers/usr/lib/openlayers 53 cp $(CURDIR)/tools/mergejs.py $(CURDIR)/debian/openlayers/usr/lib/openlayers54 60 55 61 cp $(CURDIR)/build/license.txt $(CURDIR)/debian/openlayers/usr/share/openlayers/build
