Description: Upstream changes introduced in version 0.6.2.2-1
This patch has been created by dpkg-source during the package build.
Here's the last changelog entry, hopefully it gives details on why
those changes were made:
.
haskell-haskeline (0.6.2.2-1) UNRELEASED; urgency=low
.
[ Marco TĂșlio Gontijo e Silva ]
* debian/control: Use Debian Haskell Group as Maintainer.
* debian/control: Update Vcs-Darcs to Debian Haskell Group darcs
repository.
* debian/control: Update Uploader e-mail.
* debian/rules: Make build depend only in build-arch to avoid building
indep packages in all architectures.
* debian/control: Change Priority: to extra.
* debian/watch: Use format that works for --download-current-version.
* debian/watch: Add .tar.gz to downloaded filename.
* debian/watch: Include package name in downloaded .tar.gz.
* debian/watch: Remove spaces, since they're not allowed by uscan.
* debian/control: Add field Provides: ${haskell:Provides} to -dev and
-prof packages.
* Update Uploader e-mail.
* debian/control: Use Vcs-Browser: field.
* debian/control: Remove dependency in hscolour, since it's now a
dependency of haskell-devscripts.
* debian/control: Remove haddock from Build-Depends:, since it's now a
Depends: of haskell-devscripts.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
* Use debian/compat 7.
* debian/control: Remove uneeded Build-Depends: in libghc6-utf8-
string-*.
.
[ Joachim Breitner ]
* Bump haskell-devscripts dependency to 0.7
* New upstream release
* Switch to 3.0 (quilt) version
.
The person named in the Author field signed this changelog entry.
Author: Joachim Breitner <nomeata@debian.org>
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- haskell-haskeline-0.6.2.2.orig/haskeline.cabal
+++ haskell-haskeline-0.6.2.2/haskeline.cabal
@@ -48,7 +48,7 @@ Library
}
}
Build-depends: filepath==1.1.*, mtl==1.1.*,
- utf8-string==0.3.* && >=0.3.6,
+ utf8-string==0.3.* && >=0.3.4,
extensible-exceptions==0.1.* && >=0.1.1.0
Extensions: ForeignFunctionInterface, Rank2Types, FlexibleInstances,
TypeSynonymInstances