diff options
author | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-03-02 05:35:04 +0300 |
---|---|---|
committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-03-02 05:35:04 +0300 |
commit | 4f341d684f466b7f562b6c7b860947afcc1f03ea (patch) | |
tree | 81be71a8eaced9117f0f5c3b516cb75201b97558 /p/haskell-mmap | |
parent | d9ad8b532c31add44e56f7b349de0c4969e0d297 (diff) | |
download | DHG_packages-4f341d684f466b7f562b6c7b860947afcc1f03ea.tar.gz |
haskell-mmap: debian/control: Correct short description.
Diffstat (limited to 'p/haskell-mmap')
-rw-r--r-- | p/haskell-mmap/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-mmap/debian/control | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/p/haskell-mmap/debian/changelog b/p/haskell-mmap/debian/changelog index 18e35b968..a5b493f4a 100644 --- a/p/haskell-mmap/debian/changelog +++ b/p/haskell-mmap/debian/changelog @@ -1,6 +1,7 @@ haskell-mmap (0.5.4-2) UNRELEASED; urgency=low * debian/source/format: Use 3.0 (quilt). + * debian/control: Correct short description. -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Sun, 21 Feb 2010 07:46:02 -0300 diff --git a/p/haskell-mmap/debian/control b/p/haskell-mmap/debian/control index 44073c6c9..3787b39bb 100644 --- a/p/haskell-mmap/debian/control +++ b/p/haskell-mmap/debian/control @@ -26,7 +26,7 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: hashed file storage support code +Description: Memory mapped files for POSIX and Windows This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . @@ -43,7 +43,7 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: hashed file storage support code; profiling libraries +Description: Memory mapped files for POSIX and Windows; profiling libraries This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. @@ -59,7 +59,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: hashed file storage support code; documentation +Description: Memory mapped files for POSIX and Windows; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. |