summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2017-02-12 10:31:19 +0100
committerAndrew Shadura <andrewsh@debian.org>2017-02-12 10:31:19 +0100
commita51d3d287523d4c7562fb07bd1fe361a956ee74f (patch)
treeaacfdc39d6297a07a64b2c1687b503119866da84
parent2e9aa007f008235a9b3217a7ab838f06e3c8ed82 (diff)
Wrap and sort.
-rw-r--r--debian/control9
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9ce79c5..c0c103f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,17 @@ Source: pydenticon
Maintainer: Andrew Shadura <andrewsh@debian.org>
Section: python
Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
+Build-Depends:
+ debhelper (>= 9),
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3)
Standards-Version: 3.9.1
Package: python-pydenticon
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
Description: deterministically generate identicons in Python
Pydenticon is a small utility library that can be used for deterministically
generating identicons based on the hash of provided data.