[Python-modules-commits] r8689 - in packages/ply/trunk/debian (5 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Wed Jun 3 16:30:54 UTC 2009


    Date: Wednesday, June 3, 2009 @ 16:30:52
  Author: arnau
Revision: 8689

New upstream release and several minor changes

Modified:
  packages/ply/trunk/debian/changelog
  packages/ply/trunk/debian/control
  packages/ply/trunk/debian/copyright
  packages/ply/trunk/debian/python-ply-doc.docs
Deleted:
  packages/ply/trunk/debian/pycompat

Modified: packages/ply/trunk/debian/changelog
===================================================================
--- packages/ply/trunk/debian/changelog	2009-06-02 23:22:52 UTC (rev 8688)
+++ packages/ply/trunk/debian/changelog	2009-06-03 16:30:52 UTC (rev 8689)
@@ -1,10 +1,23 @@
-ply (2.5-3) UNRELEASED; urgency=low
+ply (3.2-1) unstable; urgency=low
 
+  [ Arnaud Fontaine ]
+  * New upstream release.
+    + debian/copyright:
+      - Update license as it is now distributed as a BSD license.
+    + debian/python-ply-doc.docs:
+      - Add all html files.
+  * debian/control:
+    + Add ${misc:Depends} to Depends in case the result of calls debhelper
+      tools adds extra dependencies.
+    + Update Standards-Version to 3.8.1.
+      - Wrap Uploaders field.
+
+  [ Sandro Tosi ]
   * debian/control
-    - switch Vcs-Browser field to viewsvn
+    - Switch Vcs-Browser field to viewsvn.
+	
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 22 May 2009 00:34:36 +0100
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:13:58 +0100
-
 ply (2.5-2) unstable; urgency=low
 
   * debian/control:
@@ -42,7 +55,7 @@
   [ Arnaud Fontaine ]
   * New upstream release.
 
-  [ Piotr Ozarowski ]
+  [ Piotr Ożarowski ]
   * Added XS-Vcs-Svn field
 
  -- Arnaud Fontaine <arnaud at andesi.org>  Mon, 16 Apr 2007 18:53:24 +0200
@@ -63,7 +76,7 @@
 
   * New upstream version.
   * debian/watch:
-    - Add this file. Thanks to Piotr Ozarowski.
+    - Add this file. Thanks to Piotr Ożarowski.
   * debian/control.in:
     - Update Standards to 3.7.2. No changes needed.
   * New Python policy changes. Closes: #373480.

Modified: packages/ply/trunk/debian/control
===================================================================
--- packages/ply/trunk/debian/control	2009-06-02 23:22:52 UTC (rev 8688)
+++ packages/ply/trunk/debian/control	2009-06-03 16:30:52 UTC (rev 8689)
@@ -2,22 +2,22 @@
 Section: python
 Priority: optional
 Maintainer: Arnaud Fontaine <arnau at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+	   Gustavo Franco <stratus at debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
                cdbs (>= 0.4.43),
                python-dev (>= 2.3.5-7),
                python-support (>= 0.4)
 Build-Depends-Indep: python-setuptools (>= 0.6a9)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 Homepage: http://www.dabeaz.com/ply/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/ply/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ply/trunk/
 
 Package: python-ply
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Suggests: python-ply-doc, python-setuptools
-XB-Python-Version: ${python:Versions}
 Description: Lex and Yacc implementation for Python
  PLY   is   yet  another   implementation   of   lex   and  yacc   for
  Python.  Although  several  other  parsing tools  are  available  for
@@ -35,5 +35,6 @@
 Package: python-ply-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Lex and Yacc implementation for Python
  This package contains the documentation for Ply.

Modified: packages/ply/trunk/debian/copyright
===================================================================
--- packages/ply/trunk/debian/copyright	2009-06-02 23:22:52 UTC (rev 8688)
+++ packages/ply/trunk/debian/copyright	2009-06-03 16:30:52 UTC (rev 8689)
@@ -5,21 +5,37 @@
 
 Author: David M. Beazley <dave at dabeaz.com>
 
-Copyright: 2001-2006 David M. Beazley <dave at dabeaz.com>
-   
-   This  library is  free  software; you  can  redistribute it  and/or
-   modify it under the terms  of the GNU Lesser General Public License
-   as published by the Free Software Foundation; either version 2.1 of
-   the License, or (at your option) any later version.
-   
-   This library is distributed in the hope that it will be useful, but
-   WITHOUT  ANY  WARRANTY;  without   even  the  implied  warranty  of
-   MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.   See the GNU
-   Lesser General Public License for more details.
-   
-   You should  have received a copy  of the GNU  Lesser General Public
-   License along with this library; if not, write to the Free Software
-   Foundation,  Inc.,   51  Franklin  St,  Fifth   Floor,  Boston,  MA
-   02110-1301, USA.
+Copyright: 2001-2009 David M. Beazley (Dabeaz LLC) <dave at dabeaz.com>
 
-Debian users may find the GPL in /usr/share/common-licenses/LGPL-2.1
+  All rights reserved.
+
+  Redistribution and use  in source and binary forms,  with or without
+  modification, are  permitted provided that  the following conditions
+  are met:
+
+  * Redistributions  of source  code must  retain the  above copyright
+    notice, this list of conditions and the following disclaimer.
+
+  * Redistributions in binary form  must reproduce the above copyright
+    notice, this  list of conditions  and the following  disclaimer in
+    the  documentation  and/or   other  materials  provided  with  the
+    distribution.
+
+  * Neither the name of the David Beazley or Dabeaz LLC may be used to
+    endorse  or promote  products derived  from this  software without
+    specific prior written permission.
+
+  THIS SOFTWARE IS PROVIDED  BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+  "AS IS"  AND ANY EXPRESS  OR IMPLIED WARRANTIES, INCLUDING,  BUT NOT
+  LIMITED TO,  THE IMPLIED  WARRANTIES OF MERCHANTABILITY  AND FITNESS
+  FOR  A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  THE
+  COPYRIGHT OWNER OR CONTRIBUTORS  BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+  BUT  NOT LIMITED TO,  PROCUREMENT OF  SUBSTITUTE GOODS  OR SERVICES;
+  LOSS  OF USE, DATA,  OR PROFITS;  OR BUSINESS  INTERRUPTION) HOWEVER
+  CAUSED AND ON  ANY THEORY OF LIABILITY, WHETHER  IN CONTRACT, STRICT
+  LIABILITY, OR  TORT (INCLUDING  NEGLIGENCE OR OTHERWISE)  ARISING IN
+  ANY WAY  OUT OF  THE USE OF  THIS SOFTWARE,  EVEN IF ADVISED  OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+
+Debian users may find the BSD license in /usr/share/common-licenses/BSD

Deleted: packages/ply/trunk/debian/pycompat
===================================================================
--- packages/ply/trunk/debian/pycompat	2009-06-02 23:22:52 UTC (rev 8688)
+++ packages/ply/trunk/debian/pycompat	2009-06-03 16:30:52 UTC (rev 8689)
@@ -1 +0,0 @@
-2

Modified: packages/ply/trunk/debian/python-ply-doc.docs
===================================================================
--- packages/ply/trunk/debian/python-ply-doc.docs	2009-06-02 23:22:52 UTC (rev 8688)
+++ packages/ply/trunk/debian/python-ply-doc.docs	2009-06-03 16:30:52 UTC (rev 8689)
@@ -1 +1 @@
-doc/ply.html
+doc/*.html




More information about the Python-modules-commits mailing list