summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2015-09-04 12:50:10 +0100
committerAndrew Shadura <andrewsh@debian.org>2017-02-12 10:27:26 +0100
commita44b9e0daa0f99481639cf9f58f0429d2233abb1 (patch)
tree2c780d98a67d5fc5e3ab45f1848802974b089525
parent9d2f481a6e94def9d5083430e949413f16eb1201 (diff)
Imported Debian patch 0.2-0matrix2
-rw-r--r--debian/changelog11
-rw-r--r--debian/compat1
-rw-r--r--debian/control28
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options1
6 files changed, 51 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..54f97e8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+pydenticon (0.2-0matrix2) wheezy; urgency=medium
+
+ * Rebuild for wheezy.
+
+ -- Erik Johnston <erikj@matrix.org> Fri, 04 Sep 2015 12:50:10 +0100
+
+pydenticon (0.2-0matrix1) trusty; urgency=low
+
+ * source package automatically created by stdeb 0.6.0+git
+
+ -- Erik Johnston <erikj@matrix.org> Tue, 25 Aug 2015 10:43:55 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9569326
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: pydenticon
+Maintainer: Erik Johnston <erikj@matrix.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.1
+
+Package: python-pydenticon
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Library for generating identicons. Port of Sigil
+ Pydenticon
+ ==========
+ .
+ Pydenticon is a small utility library that can be used for deterministically
+ generating identicons based on the hash of provided data.
+ .
+ The implementation is a port of the Sigil identicon implementation from:
+ .
+ * https://github.com/cupcake/sigil/
+ .
+ Pydenticon provides a couple of extensions of its own when compared to the
+ original Sigil implementation, like:
+ .
+ * Ability to supply custom digest algorithms (allowing for larger identicons if
+ digest provides enough entropy).
+ * Ability to specify a rectangle for identicon size..
+ .
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..dcf1279
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Tue, 25 Aug 2015 10:43:55 +0100
+
+%:
+ dh $@ --with python2 --buildsystem=python_distutils
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..4d82e22
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info" \ No newline at end of file