[Python-modules-commits] r33531 - in packages/python-mysqldb/trunk/debian (changelog copyright)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Jul 29 16:40:20 UTC 2015


    Date: Wednesday, July 29, 2015 @ 16:40:19
  Author: zigo
Revision: 33531

Rewrote debian/coypright in parseable format 1.0.

Modified:
  packages/python-mysqldb/trunk/debian/changelog
  packages/python-mysqldb/trunk/debian/copyright

Modified: packages/python-mysqldb/trunk/debian/changelog
===================================================================
--- packages/python-mysqldb/trunk/debian/changelog	2015-07-29 16:40:17 UTC (rev 33530)
+++ packages/python-mysqldb/trunk/debian/changelog	2015-07-29 16:40:19 UTC (rev 33531)
@@ -6,6 +6,7 @@
   * Now using debhelper 9.
   * Removed version in python-all-dev build-depends.
   * Removed useless X-Python3-Version: >= 3.3.
+  * Rewrote debian/coypright in parseable format 1.0.
 
  -- Thomas Goirand <zigo at debian.org>  Wed, 29 Jul 2015 18:17:00 +0200
 
@@ -625,4 +626,3 @@
   * Initial Release.
 
  -- Gregor Hoffleit <flight at debian.org>  Wed, 15 Sep 1999 14:07:55 +0200
-

Modified: packages/python-mysqldb/trunk/debian/copyright
===================================================================
--- packages/python-mysqldb/trunk/debian/copyright	2015-07-29 16:40:17 UTC (rev 33530)
+++ packages/python-mysqldb/trunk/debian/copyright	2015-07-29 16:40:19 UTC (rev 33531)
@@ -1,27 +1,36 @@
-This package was debianized by Gregor Hoffleit <flight at debian.org> on
-Wed, 15 Sep 1999 14:07:55 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mysqlclient
+Upstream-Contact: Andy Dustman <andy at dustman.net>
+Source: https://pypi.python.org/pypi/mysqlclient
 
-It was downloaded from https://pypi.python.org/pypi/mysqlclient/1.3.4
+Files: debian/*
+Copyright: (c) 1999-2001, Gregor Hoffleit <flight at debian.org>
+           (c) 2002-2009, Matthias Klose <doko at debian.org>
+           (c) 2003, Wichert Akkerman <wakkerma at debian.org>
+           (c) 2004-2011, Jonas Meurer <mejo at debian.org>
+           (c) 2005, Steve Langasek <vorlon at debian.org>
+           (c) 2007-2008, Bernd Zeimetz <bernd at bzed.de>
+           (c) 2013, Mika Pflüger <debian at mikapflueger.de>
+           (c) 2013-2015, Thomas Goirand <zigo at debian.org>
+License: GPL-2+
 
-Upstream Author: INADA Naoki
+Files: *
+Copyright: (c) 2002-2012, Andy Dustman <andy at dustman.net>
+License: GPL-2+
 
-Copyright © 2002-2012 Andy Dustman <andy at dustman.net>
-
-License:
-
-   This package is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
-   (at your option) any later version.
-
-   This package 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 General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General Public
-License v2 can be found in '/usr/share/common-licenses/GPL-2'.
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 2 of the License, or (at your option) any later
+ version.
+ .
+ This package 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along with
+ this package; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General Public License v2 can
+ be found in '/usr/share/common-licenses/GPL-2'.




More information about the Python-modules-commits mailing list