Changeset 202

Show
Ignore:
Timestamp:
08/25/08 14:01:38 (3 months ago)
Author:
Adrian Georgescu <ag@ag-projects.com>
Hashname:
20080825120138-58252-54455d024f7407b33fe53e0c876ff433ac23104f
Message:

Update debian files

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • LICENSE

    r201 r202  
    1 Copyright of the included modules is hold by their respective authors 
    2 as mentioned in the respective files. 
    3  
    4 Copyright (c) 2008 AG Projects  
     1Copyright (c) 2002-2008 AG Projects  
    52http://ag-projects.com 
    63 
     
    1714 
    1815OpenXCAP is licensed under GNU General Public License version 2. 
     16 
  • debian/control

    r159 r202  
    66Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.4.4), python-central (>= 0.5.6) 
    77XS-Python-Version: all 
    8 Standards-Version: 3.7.2 
     8Standards-Version: 3.7.3 
    99 
    1010Package: openxcap 
    1111Architecture: all 
    12 Depends: ${python:Depends}, python-lxml, python-zopeinterface, python-twisted-core, python-twisted-web, python-twisted-web2, python-application (>= 1.0.9), python-gnutls (>= 1.1.4) 
     12Depends: ${python:Depends}, python-lxml, python-zopeinterface, python-twisted-core, python-twisted-web, python-twisted-web2, python-application (>= 1.0.9), python-gnutls (>= 1.1.4), python-sqlobject 
    1313XB-Python-Version: ${python:Versions} 
    1414Description: An Open Source XCAP server implementation 
  • debian/copyright

    r49 r202  
    1 This package was debianized by Mircea Amarascu <mircea@ag-projects.com> on 
    2 Wed, 29 Aug 2007 15:03:17 +0300 
     1Copyright (c) 2002-2008 AG Projects  
     2http://ag-projects.com 
    33 
    4 Copyright (c) 2007, AG Projects 
     4THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS 
     5OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
     6OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN 
     7NO EVENT SHALL THE COPYRIGHT OWNER BE LIABLE FOR ANY DIRECT, INDIRECT, 
     8INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
     9LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, 
     10OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
     11LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
     12NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
     13EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    514 
    6 All rights reserved. 
     15OpenXCAP is licensed under GNU General Public License version 2. 
    716 
    8 Author: Mircea Amarascu 
    9  
    10 License 
    11  
    12 Redistribution and use in source and binary forms, with or without 
    13 modification, are permitted provided that the following conditions are met: 
    14  
    15 Redistributions of source code must retain the above copyright notice, this 
    16 list of conditions and the following disclaimer. Redistributions in binary 
    17 form must reproduce the above copyright notice, this list of conditions and 
    18 the following disclaimer in the documentation and/or other materials 
    19 provided with the distribution. Neither the name of the AG Projects nor the 
    20 names of its contributors may be used to endorse or promote products derived 
    21 from this software without specific prior written permission. 
    22  
    23 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
    24 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
    25 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
    26 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
    27 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
    28 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
    29 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
    30 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
    31 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
    32 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
    33 POSSIBILITY OF SUCH DAMAGE.