[Python-modules-commits] r4736 - in packages/chardet/trunk/debian (changelog control copyright)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Mar 5 19:43:00 UTC 2008
Date: Wednesday, March 5, 2008 @ 19:42:58
Author: piotr
Revision: 4736
New upstream release
Modified:
packages/chardet/trunk/debian/changelog
packages/chardet/trunk/debian/control
packages/chardet/trunk/debian/copyright
Modified: packages/chardet/trunk/debian/changelog
===================================================================
--- packages/chardet/trunk/debian/changelog 2008-03-04 23:47:28 UTC (rev 4735)
+++ packages/chardet/trunk/debian/changelog 2008-03-05 19:42:58 UTC (rev 4736)
@@ -1,17 +1,14 @@
-chardet (1.0-2) UNRELEASED; urgency=low
+chardet (1.0.1-1) unstable; urgency=low
- [ Piotr Ożarowski ]
- * NOT RELEASED YET
+ * New upstream release
* New co-maintainer: Mark Pilgrim
* Changed my address to piotr at debian.org
* Added Vcs-Svn, Vcs-Browser and Homepage fields
+ * Debian packaging is now licenced under LGPL as well
+ * Bump Standards-Version to 3.7.3 (no changes needed)
- [ Sandro Tosi ]
- * debian/control
- - fix Vcs-Browser field
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 05 Mar 2008 20:26:06 +0100
- -- Sandro Tosi <matrixhasu at gmail.com> Wed, 02 Jan 2008 16:22:07 +0100
-
chardet (1.0-1) unstable; urgency=low
* Initial release (closes: #375809)
Modified: packages/chardet/trunk/debian/control
===================================================================
--- packages/chardet/trunk/debian/control 2008-03-04 23:47:28 UTC (rev 4735)
+++ packages/chardet/trunk/debian/control 2008-03-05 19:42:58 UTC (rev 4736)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Piotr Ożarowski <piotr at debian.org>
Uploaders: Mark Pilgrim <mark at diveintomark.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python (>= 2.3.5-11), debhelper (>= 5.0.37.2), cdbs (>=0.4.43)
-Build-Depends-Indep: python-all-dev, python-central (>= 0.5)
-Standards-Version: 3.7.2
+Build-Depends: python (>= 2.3.5-11), debhelper (>= 5.0.37.2), cdbs (>= 0.4.43)
+Build-Depends-Indep: python-all-dev, python-central (>= 0.5.6)
+Standards-Version: 3.7.3
Homepage: http://chardet.feedparser.org/
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/chardet/trunk
Modified: packages/chardet/trunk/debian/copyright
===================================================================
--- packages/chardet/trunk/debian/copyright 2008-03-04 23:47:28 UTC (rev 4735)
+++ packages/chardet/trunk/debian/copyright 2008-03-05 19:42:58 UTC (rev 4736)
@@ -5,7 +5,7 @@
Upstream Author: Mark Pilgrim <mark at diveintomark.org>
-Copyright (C) 2006 Mark Pilgrim
+Copyright (C) 2006, 2007, 2008 Mark Pilgrim
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -51,7 +51,7 @@
-----------------------------------------------------------
- The Universal Encoding Detector documentation is copyright (C) 2006 Mark Pilgrim.
+ The Universal Encoding Detector documentation is copyright (C) 2006-2008 Mark Pilgrim.
All rights reserved.
Redistribution and use in source (XML DocBook) and "compiled" forms (SGML,
@@ -80,8 +80,5 @@
On Debian systems, the complete text of the GNU Library General Public
License can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
-The Debian packaging is (C) 2006, Piotr Ożarowski <piotr at debian.org> and
-is licensed under the GPL.
-
-On Debian systems, the complete text of the GNU General Public
-License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+The Debian packaging is (C) 2006-2008, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the LGPL.
More information about the Python-modules-commits
mailing list