diff options
| -rw-r--r-- | p/haskell-vector-algorithms/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-vector-algorithms/debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/p/haskell-vector-algorithms/debian/changelog b/p/haskell-vector-algorithms/debian/changelog index 38dddb83e..d3392d314 100644 --- a/p/haskell-vector-algorithms/debian/changelog +++ b/p/haskell-vector-algorithms/debian/changelog @@ -5,6 +5,7 @@ haskell-vector-algorithms (0.5.3-1) UNRELEASED; urgency=low * Add myself to Uploaders. * Add DM-Upload-Allowed: yes. * Bump Standards-Version to 3.9.2; no changes required. + * Add missing short description to libghc-vector-algorithms-dev. -- Iulian Udrea <iulian@linux.com> Thu, 01 Sep 2011 18:48:30 +0100 diff --git a/p/haskell-vector-algorithms/debian/control b/p/haskell-vector-algorithms/debian/control index 9c92d8963..b04717ab7 100644 --- a/p/haskell-vector-algorithms/debian/control +++ b/p/haskell-vector-algorithms/debian/control @@ -31,7 +31,7 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Short description of vector-algorithms +Description: Efficient algorithms for vector array This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . |
