[pkg-haskell-tools] 01/02: Added perl dependencies, as dh_perl didn't do so.
Sven Bartscher
svenb-guest at moszumanska.debian.org
Thu Feb 25 19:41:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
svenb-guest pushed a commit to branch master
in repository pkg-haskell-tools.
commit 36c45c73044b533b2859f01569ee52fd68e99649
Author: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
Date: Thu Feb 25 20:40:48 2016 +0100
Added perl dependencies, as dh_perl didn't do so.
---
debian/changelog | 7 ++++++-
debian/control | 3 ++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dcf8a82..8936b3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
pkg-haskell-tools (0.10.2) UNRELEASED; urgency=medium
+ [ Joachim Breitner ]
* dht make-all: Do not print "dpkg-deb" calls.
* dht make-all: Bump a few dependencies
* dht upgrade: More robust debian/watch parsing
- -- Joachim Breitner <nomeata at debian.org> Sat, 12 Dec 2015 14:42:47 +0100
+ [ Sven Bartscher ]
+ * Added dependencies on perl and perl libraries, as dh_perl didn't add
+ them.
+
+ -- Sven Bartscher <sven.bartscher at weltraumschlangen.de> Thu, 25 Feb 2016 20:40:24 +0100
pkg-haskell-tools (0.10.1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index a62e485..f38422c 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,8 @@ Depends:
dctrl-tools,
reprepro,
cabal-debian (>= 4.31),
- ${perl:Depends},
+ perl,
+ libfile-slurp,
${shlibs:Depends},
${misc:Depends},
Recommends:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git
More information about the Pkg-haskell-commits
mailing list