summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-11-14 17:07:46 -0500
committerMicah Anderson <micah@riseup.net>2013-11-14 17:07:46 -0500
commitd869923a77094fc0fb06985523efcbe9f73a027b (patch)
treedaa82adb128d2dfb2667821baa9286ab55e7a295
parent67e3e3417ee06124b662b4a9490a706f87cd09cd (diff)
add build-dep on libssl-devHEADmaster
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 38d89fb..3b1787a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-scrypt (0.6.1-6) unstable; urgency=low
+
+ * Add Build-dep on libssl-dev
+
+ -- Micah Anderson <micah@debian.org> Thu, 14 Nov 2013 17:07:20 -0500
+
python-scrypt (0.6.1-5) unstable; urgency=low
* Remove dependency on libscrypt0, it requires porting
diff --git a/debian/control b/debian/control
index efa6172..8b04abb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-scrypt
Maintainer: Micah Anderson <micah@debian.org>
Section: python
Priority: optional
-Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 9)
+Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 9), libssl-dev
Standards-Version: 3.9.4
Package: python-scrypt