[Python-modules-commits] r34343 - in packages/sqlparse/trunk/debian (compat control copyright)
jollyroger-guest at users.alioth.debian.org
jollyroger-guest at users.alioth.debian.org
Sun Sep 20 09:17:44 UTC 2015
Date: Sunday, September 20, 2015 @ 09:17:43
Author: jollyroger-guest
Revision: 34343
Fix lintian warnings.
* raise dh compat level
* remove unnecessary self dependencies
* update copyright short names
Modified:
packages/sqlparse/trunk/debian/compat
packages/sqlparse/trunk/debian/control
packages/sqlparse/trunk/debian/copyright
Modified: packages/sqlparse/trunk/debian/compat
===================================================================
--- packages/sqlparse/trunk/debian/compat 2015-09-19 22:27:51 UTC (rev 34342)
+++ packages/sqlparse/trunk/debian/compat 2015-09-20 09:17:43 UTC (rev 34343)
@@ -1 +1 @@
-7
+9
Modified: packages/sqlparse/trunk/debian/control
===================================================================
--- packages/sqlparse/trunk/debian/control 2015-09-19 22:27:51 UTC (rev 34342)
+++ packages/sqlparse/trunk/debian/control 2015-09-20 09:17:43 UTC (rev 34343)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Andriy Senkovych <jolly_roger at itblog.org.ua>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dh-python,
+Build-Depends: debhelper (>= 9), dh-python,
python-all (>= 2.6.5-13~), python3-all (>= 3.2),
python-sphinx (>= 1.0.7+dfsg),
python-pytest, python3-pytest,
@@ -20,7 +20,6 @@
Package: python-sqlparse
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
-Breaks: python-sqlparse (<< 0.1.12-1)
Suggests: python-sqlparse-doc (>= 0.1.6-1)
Description: non-validating SQL parser for Python 2
Sqlparse is a library which provides support for parsing, splitting and
@@ -31,7 +30,6 @@
Package: python3-sqlparse
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Breaks: python3-sqlparse (<< 0.1.12-1)
Suggests: python-sqlparse-doc (>= 0.1.6-1)
Description: non-validating SQL parser for Python 3
Sqlparse is a library which provides support for parsing, splitting and
Modified: packages/sqlparse/trunk/debian/copyright
===================================================================
--- packages/sqlparse/trunk/debian/copyright 2015-09-19 22:27:51 UTC (rev 34342)
+++ packages/sqlparse/trunk/debian/copyright 2015-09-20 09:17:43 UTC (rev 34343)
@@ -5,7 +5,7 @@
Files: *
Copyright: 2009 Andi Albrecht
-License: New BSD License
+License: BSD-3
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
@@ -30,7 +30,7 @@
Files: sqlparse/pipeline.py
Copyright: 2011 Jesus Leganes <piranna at gmail.com>
-License: The BSD 2-Clause License
+License: BSD-2
All rights reserved.
.
Redistribution and use in source and binary forms, with or without
More information about the Python-modules-commits
mailing list