[Python-modules-commits] r1602 - in
/packages/pygments/trunk/debian: changelog control copyright
pox-guest at users.alioth.debian.org
pox-guest at users.alioth.debian.org
Sun Dec 10 12:33:17 CET 2006
Author: pox-guest
Date: Sun Dec 10 12:33:17 2006
New Revision: 1602
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1602
Log:
changes for new upstream (not released yet)
Modified:
packages/pygments/trunk/debian/changelog
packages/pygments/trunk/debian/control
packages/pygments/trunk/debian/copyright
Modified: packages/pygments/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/changelog?rev=1602&op=diff
==============================================================================
--- packages/pygments/trunk/debian/changelog (original)
+++ packages/pygments/trunk/debian/changelog Sun Dec 10 12:33:17 2006
@@ -1,8 +1,10 @@
-pygments (0.5.1-2) UNRELEASED; urgency=low
+pygments (0.6-1) UNRELEASED; urgency=low
* Added XS-Vcs-Svn field
+ * Added python-chardet to Depends: (guessing input encoding added upstream)
+ * debian/copyright updated (license change to BSD)
- -- Piotr Ozarowski <ozarow at gmail.com> Thu, 23 Nov 2006 14:44:49 +0100
+ -- Piotr Ozarowski <ozarow at gmail.com> Sun, 10 Dec 2006 12:19:11 +0100
pygments (0.5.1-1) unstable; urgency=low
Modified: packages/pygments/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/control?rev=1602&op=diff
==============================================================================
--- packages/pygments/trunk/debian/control (original)
+++ packages/pygments/trunk/debian/control Sun Dec 10 12:33:17 2006
@@ -11,7 +11,7 @@
Package: python-pygments
Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, python-chardet
XB-Python-Version: ${python:Versions}
Description: syntax highlighting package written in Python
Pygments aims to be a generic syntax highlighter for general use in all kinds
Modified: packages/pygments/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/copyright?rev=1602&op=diff
==============================================================================
--- packages/pygments/trunk/debian/copyright (original)
+++ packages/pygments/trunk/debian/copyright Sun Dec 10 12:33:17 2006
@@ -10,22 +10,36 @@
License:
- Pygments - Python syntax highlighting package
- Copyright (C) 2006 by the respective authors (see AUTHORS)
-
- 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 Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Copyright (c) 2006 by the respective authors (see AUTHORS file).
+ 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.
+
+ * The names of the contributors may not 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.
On Debian systems, the complete text of the GNU Lesser General Public License
can be found in /usr/share/common-licenses/LGPL file.
@@ -35,3 +49,4 @@
On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/share/common-licenses/GPL'.
+
More information about the Python-modules-commits
mailing list