summaryrefslogtreecommitdiff
path: root/p/haskell-persistent-sqlite/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-07-05 22:03:09 +0400
committerClint Adams <clint@debian.org>2012-07-05 22:03:09 +0400
commit003b74268480723f9c91a01b2d12dc36c252f918 (patch)
treedfaa17ee307ffeab218ef73067f287c875d6cb24 /p/haskell-persistent-sqlite/debian
parentab9aee230739f0f34fc99ab7539cc21b07faac88 (diff)
downloadDHG_packages-003b74268480723f9c91a01b2d12dc36c252f918.tar.gz
haskell-persistent-sqlite: Add missing dependency on libsqlite3-dev. closes: #680115.
Diffstat (limited to 'p/haskell-persistent-sqlite/debian')
-rw-r--r--p/haskell-persistent-sqlite/debian/changelog6
-rw-r--r--p/haskell-persistent-sqlite/debian/control1
2 files changed, 7 insertions, 0 deletions
diff --git a/p/haskell-persistent-sqlite/debian/changelog b/p/haskell-persistent-sqlite/debian/changelog
index d2a7c0c9c..44f9f4c7c 100644
--- a/p/haskell-persistent-sqlite/debian/changelog
+++ b/p/haskell-persistent-sqlite/debian/changelog
@@ -1,3 +1,9 @@
+haskell-persistent-sqlite (0.9.0.2-2) unstable; urgency=medium
+
+ * Add missing dependency on libsqlite3-dev. closes: #680115.
+
+ -- Clint Adams <clint@debian.org> Thu, 05 Jul 2012 11:48:43 -0600
+
haskell-persistent-sqlite (0.9.0.2-1) unstable; urgency=low
* Initial release.
diff --git a/p/haskell-persistent-sqlite/debian/control b/p/haskell-persistent-sqlite/debian/control
index 862cdd993..c1f9bb689 100644
--- a/p/haskell-persistent-sqlite/debian/control
+++ b/p/haskell-persistent-sqlite/debian/control
@@ -43,6 +43,7 @@ Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
+ , libsqlite3-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}