[Python-modules-commits] [storm] 04/05: Wrap and sort dependencies lists

Miguel Landaeta nomadium at moszumanska.debian.org
Fri Aug 11 19:08:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to branch master
in repository storm.

commit ee1723ca647c2ae6ea2f75bec0d60b3b7c5f81aa
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Fri Aug 11 20:06:39 2017 +0100

    Wrap and sort dependencies lists
---
 debian/changelog | 3 ++-
 debian/control   | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8a996f4..9c15888 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ storm (0.19-2) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.8. No changes were required.
   * Remove myself from uploaders list. (Closes: #XXXXXX)
   * Bump DH compat level to 10.
+  * Wrap and sort dependencies lists.
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
@@ -14,7 +15,7 @@ storm (0.19-2) UNRELEASED; urgency=low
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Miguel Landaeta <nomadium at debian.org>  Fri, 11 Aug 2017 20:04:39 +0100
+ -- Miguel Landaeta <nomadium at debian.org>  Fri, 11 Aug 2017 20:06:28 +0100
 
 storm (0.19-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5b5cf10..44c1c67 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/storm.git
 
 Package: python-storm
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Suggests: python-psycopg2 | python-mysqldb | python-pysqlite2
 Description: object-relational mapper (ORM) for Python
  Storm is an object-relation mapper (ORM) for the Python language. In

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/storm.git



More information about the Python-modules-commits mailing list