[Python-modules-commits] [pycairo] 01/01: Run wrap-and-sort
Laurent Bigonville
bigon at moszumanska.debian.org
Sun Nov 19 12:37:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
bigon pushed a commit to branch master
in repository pycairo.
commit 3bbb866ac69c2a2ac324d547103788f41780ca38
Author: Laurent Bigonville <bigon at bigon.be>
Date: Sun Nov 19 13:33:50 2017 +0100
Run wrap-and-sort
---
debian/control | 21 +++++++++++++++++----
debian/copyright | 17 ++++++++---------
2 files changed, 25 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index 8cc8ed7..aae4918 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,14 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Dave Beckett <dajobe at debian.org>, Torsten Marek <shlomme at debian.org>
-Build-Depends: debhelper (>= 10), python-all-dev (>= 2.5.4-1~), python-all-dbg (>= 2.5.4-1~), dh-python, libcairo2-dev (>= 1.13.1), python-sphinx, python-sphinx-rtd-theme, python-pytest <!nocheck>
+Build-Depends: debhelper (>= 10),
+ dh-python,
+ libcairo2-dev (>= 1.13.1),
+ python-all-dbg (>= 2.5.4-1~),
+ python-all-dev (>= 2.5.4-1~),
+ python-pytest <!nocheck>,
+ python-sphinx,
+ python-sphinx-rtd-theme
Standards-Version: 4.1.1
Homepage: http://cairographics.org/pycairo/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pycairo.git
@@ -11,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pycairo.git
Package: python-cairo
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Multi-arch: same
Description: Python bindings for the Cairo vector graphics library
@@ -21,7 +28,10 @@ Description: Python bindings for the Cairo vector graphics library
Package: python-cairo-dbg
Section: debug
Architecture: any
-Depends: python-cairo (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Depends: python-cairo (= ${binary:Version}),
+ python-dbg,
+ ${misc:Depends},
+ ${shlibs:Depends}
Provides: ${python:Provides}
Multi-arch: same
Description: Python bindings for the Cairo vector graphics library (debug extension)
@@ -32,7 +42,10 @@ Description: Python bindings for the Cairo vector graphics library (debug extens
Package: python-cairo-dev
Architecture: all
-Depends: python-cairo (>= ${binary:Version}), ${misc:Depends}, libjs-jquery, libjs-underscore
+Depends: libjs-jquery,
+ libjs-underscore,
+ python-cairo (>= ${binary:Version}),
+ ${misc:Depends}
Description: Python cairo bindings: development files
This package contains files that allow you to compile wrappers
that interoperate with python-cairo (pycairo).
diff --git a/debian/copyright b/debian/copyright
index 86a5d28..0ebc723 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,10 +10,10 @@ Copyrights are as follows:
cairo/*.c:
PyCairo - Python bindings for Cairo
-
+
Copyright 2003-2005 James Henstridge
Copyright 2003-2005 Steve Chaplin
-
+
This library is free software; you can redistribute it and/or
modify it either under the terms of the GNU Lesser General Public
License version 2.1 as published by the Free Software Foundation
@@ -21,18 +21,18 @@ cairo/*.c:
Public License Version 1.1 (the "MPL"). If you do not alter this
notice, a recipient may use your version of this file under either
the MPL or the LGPL.
-
+
You should have received a copy of the LGPL along with this library
in the file COPYING-LGPL-2.1; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
You should have received a copy of the MPL along with this library
in the file COPYING-MPL-1.1
-
+
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
-
+
This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
OF ANY KIND, either express or implied. See the LGPL or the MPL for
the specific language governing rights and limitations.
@@ -46,7 +46,7 @@ The contents of COPYING-MPL-1.1 are included below
examples/gtk/hangman.py:
Copyright 2004 Kevin Worth
-
+
Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
@@ -57,7 +57,7 @@ examples/gtk/hangman.py:
California makes no representations about the suitability of this
software for any purpose. It is provided "as is" without express or
implied warranty.
-
+
KEVIN WORTH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
NO EVENT SHALL KEVIN WORTH BE LIABLE FOR ANY SPECIAL, INDIRECT OR
@@ -65,7 +65,7 @@ examples/gtk/hangman.py:
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
+
Author: Kevin Worth <kevin at theworths.org>
_________________________________________________________________
@@ -539,4 +539,3 @@ EXHIBIT A -Mozilla Public License.
the notices in the Source Code files of the Original Code. You should
use the text of this Exhibit A rather than the text found in the
Original Code Source Code for Your Modifications.]
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycairo.git
More information about the Python-modules-commits
mailing list