diff options
author | Colin Watson <cjwatson@debian.org> | 2013-05-29 03:51:56 +0400 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2013-05-29 03:51:56 +0400 |
commit | 313734d2eae266af52a728cbc90236a844b4d1a4 (patch) | |
tree | ac33ac951453a11c4f5e6afa1be96ec4d9933ec2 /p/haskell-ofx | |
parent | b9073b69006ae18b50fbd8455c11e33f5dbe63a7 (diff) | |
download | DHG_packages-313734d2eae266af52a728cbc90236a844b4d1a4.tar.gz |
haskell-ofx: Fix typoed URLs in package descriptions (closes: #708556).
Diffstat (limited to 'p/haskell-ofx')
-rw-r--r-- | p/haskell-ofx/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-ofx/debian/control | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/p/haskell-ofx/debian/changelog b/p/haskell-ofx/debian/changelog index 7e8064f72..c7fc46dd7 100644 --- a/p/haskell-ofx/debian/changelog +++ b/p/haskell-ofx/debian/changelog @@ -1,3 +1,9 @@ +haskell-ofx (0.2.0.0-3) UNRELEASED; urgency=low + + * Fix typoed URLs in package descriptions (closes: #708556). + + -- Colin Watson <cjwatson@debian.org> Wed, 29 May 2013 00:51:13 +0100 + haskell-ofx (0.2.0.0-2) unstable; urgency=low * Enable compat level 9 diff --git a/p/haskell-ofx/debian/control b/p/haskell-ofx/debian/control index 0bf713fed..4e75110aa 100644 --- a/p/haskell-ofx/debian/control +++ b/p/haskell-ofx/debian/control @@ -31,7 +31,7 @@ Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: parser for Open Financial Exchange (OFX) financial data${haskell:ShortBlurb} A parser for Open Financial Exchange (OFX) financial data. This - handles OFX version 1.03, which is documented at http//www.ofx.net/ . + handles OFX version 1.03, which is documented at http://www.ofx.net/ . This also handles QFX, which is OFX plus some minor additions made by Intuit, the publishers of Quicken. . @@ -53,7 +53,7 @@ Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: parser for Open Financial Exchange (OFX) financial data${haskell:ShortBlurb} A parser for Open Financial Exchange (OFX) financial data. This - handles OFX version 1.03, which is documented at http//www.ofx.net/ . + handles OFX version 1.03, which is documented at http://www.ofx.net/ . This also handles QFX, which is OFX plus some minor additions made by Intuit, the publishers of Quicken. . @@ -74,7 +74,7 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: parser for Open Financial Exchange (OFX) financial data${haskell:ShortBlurb} A parser for Open Financial Exchange (OFX) financial data. This - handles OFX version 1.03, which is documented at http//www.ofx.net/ . + handles OFX version 1.03, which is documented at http://www.ofx.net/ . This also handles QFX, which is OFX plus some minor additions made by Intuit, the publishers of Quicken. . |