diff options
| author | Marco Túlio Gontijo e Silva <marcot@debian.org> | 2010-02-12 22:10:59 +0300 |
|---|---|---|
| committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-02-12 22:10:59 +0300 |
| commit | 1719b7030c9b8190ed6b7f0402d4f8c734581545 (patch) | |
| tree | 246753602827588c962851743da6f2c100595e0f /p/haskell-pcre-light | |
| parent | c7d206751eb9bc53515ba0b2d1d68ef3fbef11c7 (diff) | |
| download | DHG_packages-1719b7030c9b8190ed6b7f0402d4f8c734581545.tar.gz | |
haskell-pcre-light: debian/control: Add libpcre3-dev to Depends:.
Diffstat (limited to 'p/haskell-pcre-light')
| -rw-r--r-- | p/haskell-pcre-light/debian/changelog | 4 | ||||
| -rw-r--r-- | p/haskell-pcre-light/debian/control | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/p/haskell-pcre-light/debian/changelog b/p/haskell-pcre-light/debian/changelog index eb9b8ce8b..7cc7e6a50 100644 --- a/p/haskell-pcre-light/debian/changelog +++ b/p/haskell-pcre-light/debian/changelog @@ -1,7 +1,11 @@ haskell-pcre-light (0.3.1-7) UNRELEASED; urgency=low + [ Joachim Breitner ] * Remove copy’n’pasted dependencies + [ Marco Túlio Gontijo e Silva ] + * debian/control: Add libpcre3-dev to Depends:. + -- Joachim Breitner <nomeata@debian.org> Fri, 12 Feb 2010 11:06:14 +0100 haskell-pcre-light (0.3.1-6) unstable; urgency=low diff --git a/p/haskell-pcre-light/debian/control b/p/haskell-pcre-light/debian/control index cf51ee059..a2b482922 100644 --- a/p/haskell-pcre-light/debian/control +++ b/p/haskell-pcre-light/debian/control @@ -17,7 +17,8 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell- Package: libghc6-pcre-light-dev Architecture: any -Depends: ${haskell:Depends} +Depends: libpcre3-dev + , ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Suggests: ${haskell:Suggests} |
