From 499364729a76c01673c6c0e1c633d7451ff25a0b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 26 May 2015 10:39:41 +0200 Subject: [PATCH] Ran wrap-and-sort -t -a --- debian/changelog | 6 ++++++ debian/control | 29 ++++++++++++++++++----------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 16bb456..3032acf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pygit2 (0.21.4-3) unstable; urgency=medium + + * Ran wrap-and-sort. + + -- Thomas Goirand Tue, 26 May 2015 10:39:26 +0200 + python-pygit2 (0.21.4-2) unstable; urgency=medium [ Yaroslav Halchenko ] diff --git a/debian/control b/debian/control index e2d52d8..c21c7f8 100644 --- a/debian/control +++ b/debian/control @@ -2,18 +2,20 @@ Source: python-pygit2 Section: python Priority: optional Maintainer: PKG OpenStack -Uploaders: Thomas Goirand +Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), dh-python, libffi-dev, libgit2-dev, python-all-dev (>= 2.6.6-3~), + python-cffi, + python-pycparser, python-setuptools, python-sphinx, python3-all-dev (>= 3.2), + python3-cffi, + python3-pycparser, python3-setuptools, - python-pycparser, python3-pycparser, - python-cffi, python3-cffi, Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-pygit2.git Vcs-Git: git://anonscm.debian.org/openstack/python-pygit2.git @@ -21,9 +23,11 @@ Homepage: https://github.com/libgit2/pygit2 Package: python-pygit2 Architecture: any -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} -Suggests: python-pygit2-doc +Pre-Depends: dpkg (>= 1.15.6~), +Depends: ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends}, +Suggests: python-pygit2-doc, Description: bindings for libgit2 - Python 2.x The Pygit2 module provides a set of Python bindings to the libgit2 shared library. libgit2 implements the core of Git. Pygit2 works with Python 2.7, @@ -33,9 +37,11 @@ Description: bindings for libgit2 - Python 2.x Package: python3-pygit2 Architecture: any -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} -Suggests: python-pygit2-doc +Pre-Depends: dpkg (>= 1.15.6~), +Depends: ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, +Suggests: python-pygit2-doc, Description: bindings for libgit2 - Python 3.x The Pygit2 module provides a set of Python bindings to the libgit2 shared library. libgit2 implements the core of Git. Pygit2 works with Python 2.7, @@ -46,8 +52,9 @@ Description: bindings for libgit2 - Python 3.x Package: python-pygit2-doc Section: doc Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${sphinxdoc:Depends} +Pre-Depends: dpkg (>= 1.15.6~), +Depends: ${misc:Depends}, + ${sphinxdoc:Depends}, Description: bindings for libgit2 - doc The Pygit2 module provides a set of Python bindings to the libgit2 shared library. libgit2 implements the core of Git. Pygit2 works with Python 2.7,