[Python-modules-commits] [lazr.restfulclient] 05/07: Run wrap-and-sort
Mattia Rizzolo
mattia at debian.org
Thu May 19 09:31:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository lazr.restfulclient.
commit 9a5c5e000ce7bc149e76d80467e0bf4737c8ab85
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu May 19 09:22:15 2016 +0000
Run wrap-and-sort
---
debian/changelog | 1 +
debian/control | 14 ++++++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e72c7af..e90d282 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ lazr.restfulclient (0.13.4-6) UNRELEASED; urgency=medium
* Cherry-pick from upstream: Update imports for urlencode.
Thanks to Dimitri John Ledkov for the patch. LP: #1425609
* Bump Standards-Version to 3.9.8, no changes needed.
+ * Run wrap-and-sort.
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:41:17 +0200
diff --git a/debian/control b/debian/control
index 8bbb643..3293872 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,14 @@ Section: python
Priority: optional
Maintainer: Stefano Rivera <stefanor at debian.org>
Uploaders:
- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-14~), python3-all, dh-python, python-setuptools, python3-setuptools
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-14~),
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://launchpad.net/lazr.restfulclient
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/lazr.restfulclient.git
@@ -22,7 +28,7 @@ Depends:
python-wadllib (>= 1.1.4),
python-zope.interface,
${misc:Depends},
- ${python:Depends}
+ ${python:Depends},
Description: client for lazr.restful-based web services
A programmable client library that takes advantage of the commonalities
among lazr.rest web services to provide added functionality on top
@@ -38,7 +44,7 @@ Depends:
python3-wadllib (>= 1.1.4),
python3-zope.interface,
${misc:Depends},
- ${python3:Depends}
+ ${python3:Depends},
Description: client for lazr.restful-based web services (Python 3)
A programmable client library that takes advantage of the commonalities
among lazr.rest web services to provide added functionality on top
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/lazr.restfulclient.git
More information about the Python-modules-commits
mailing list