[Python-modules-commits] [python-aws-requests-auth] 01/03: Minor formatting cleanups
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon Nov 13 15:34:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch debian/master
in repository python-aws-requests-auth.
commit ff4c06187da1cc3f2b4acc562dff22b996a87706
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Mon Nov 13 16:26:17 2017 +0100
Minor formatting cleanups
---
debian/control | 18 ++++++++++++++----
debian/rules | 1 -
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 537fde4..ef4a3bf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,24 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie at freexian.com>
-Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools
Standards-Version: 4.1.1
Homepage: https://github.com/davidmuller/aws-requests-auth
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-aws-requests-auth.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-aws-requests-auth.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-aws-requests-auth.git
Testsuite: autopkgtest-pkg-python
Package: python-aws-requests-auth
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
Description: AWS Signature Version 4 Signing Process (Python 2)
This package contains a AWS Signature Version 4 Signing Process with Python
requests. It allows you to authenticate to AWS with Amazon's signature version
@@ -22,7 +30,9 @@ Description: AWS Signature Version 4 Signing Process (Python 2)
Package: python3-aws-requests-auth
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
Description: AWS Signature Version 4 Signing Process (Python 3)
This package contains a AWS Signature Version 4 Signing Process with Python
requests. It allows you to authenticate to AWS with Amazon's signature version
diff --git a/debian/rules b/debian/rules
index ce4c9a2..7eff623 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-#export DH_VERBOSE = 1
export PYBUILD_NAME=aws-requests-auth
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aws-requests-auth.git
More information about the Python-modules-commits
mailing list