Your message dated Sun, 12 Nov 2006 05:58:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#382184: fixed in haskell-edison 1.2.0.1-3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Arjan Oosting <[EMAIL PROTECTED]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
* Package name : haskell-edison
Version : 1.2.0.1
Upstream Author : Original author Chris Okasaki, currently
maintained by Robert Dockins <[EMAIL PROTECTED]>
* URL : http://www.eecs.tufts.edu/~rdocki01/edison.html
* License : MIT/X
Programming Lang: Haskell
Description : Haskell library of efficent, purely-functional data
structures
Long description:
Edison is a library of purely function data structures for Haskell
originally written by Chris Okasaki. Conceptually, it consists of two
things:
- A set of type classes defining data the following data structure
abstractions: 'sequences', 'collections' and 'associative
collections'
- Multiple concrete implementations of each of the abstractions
The debian package will consists out of 5 binary packages:
libghc6-edison-api-dev : the Edison API (the type classes) for use
with ghc6
libghc6-edison-core-dev: some implementations of the Edison API for
use with ghc6
libhugs-edison-api : the Edison API (the type classes) for use
with hugs
libhugs-edison-core : some implementations of the Edison API for
use with hugs
haskell-edison : API documentation
The packages will be available from my website [1] as soon as I know
the bugnumber of this ITP.
Greetings Arjan
- -- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-3-nebula
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE2d2+UALvsZYuOJARAmNbAKCN3qcJ95LnRNv6jE1MYdBvVyDGrwCg3eF+
mwDgcRg8uptLoB9e8WZYw+o=
=Ubos
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: haskell-edison
Source-Version: 1.2.0.1-3
We believe that the bug you reported is fixed in the latest version of
haskell-edison, which is due to be installed in the Debian FTP archive:
haskell-edison-doc_1.2.0.1-3_all.deb
to pool/main/h/haskell-edison/haskell-edison-doc_1.2.0.1-3_all.deb
haskell-edison_1.2.0.1-3.diff.gz
to pool/main/h/haskell-edison/haskell-edison_1.2.0.1-3.diff.gz
haskell-edison_1.2.0.1-3.dsc
to pool/main/h/haskell-edison/haskell-edison_1.2.0.1-3.dsc
haskell-edison_1.2.0.1.orig.tar.gz
to pool/main/h/haskell-edison/haskell-edison_1.2.0.1.orig.tar.gz
libghc6-edison-api-dev_1.2.0.1-3_i386.deb
to pool/main/h/haskell-edison/libghc6-edison-api-dev_1.2.0.1-3_i386.deb
libghc6-edison-core-dev_1.2.0.1-3_i386.deb
to pool/main/h/haskell-edison/libghc6-edison-core-dev_1.2.0.1-3_i386.deb
libhugs-edison-api_1.2.0.1-3_all.deb
to pool/main/h/haskell-edison/libhugs-edison-api_1.2.0.1-3_all.deb
libhugs-edison-core_1.2.0.1-3_all.deb
to pool/main/h/haskell-edison/libhugs-edison-core_1.2.0.1-3_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Arjan Oosting <[EMAIL PROTECTED]> (supplier of updated haskell-edison package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 23 Oct 2006 14:08:19 +0200
Source: haskell-edison
Binary: libhugs-edison-api libhugs-edison-core haskell-edison-doc
libghc6-edison-core-dev libghc6-edison-api-dev
Architecture: source all i386
Version: 1.2.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Arjan Oosting <[EMAIL PROTECTED]>
Changed-By: Arjan Oosting <[EMAIL PROTECTED]>
Description:
haskell-edison-doc - documentation of the Edison Haskell library
libghc6-edison-api-dev - Haskell library of efficent, purely-functional data
structures
libghc6-edison-core-dev - Haskell library of efficent, purely-functional data
structures
libhugs-edison-api - Haskell library of efficent, purely-functional data
structures
libhugs-edison-core - Haskell library of efficent, purely-functional data
structures
Closes: 382184
Changes:
haskell-edison (1.2.0.1-3) unstable; urgency=low
.
* Stop using update-haskell-control and $ghc6_* variables, as it is not
necessary and not using it simplifies the work for porters and for me.
* debian/copyright:
- include email from upstream with more information about the exact
licensing.
* debian/control.in:
- add libghc6-mtl-dev and libghc6-quickcheck-dev to Build-Depends.
- replace ${ghc:Depends} with ${haskell:Depends}
- update maintainer email address.
* debian/rules:
- copy the actual package.conf file in which all installed packages
are registered.
- remove debian/ghc6 and debian/ghc-pkg6 on clean.
- replace debian/mk-ghc6-vars script with debian/mk-haskell-depends
script which determines all dependencies by using the installed
package description file used by ghc-pkg.
.
haskell-edison (1.2.0.1-2) unstable; urgency=low
.
* Add versioned build dependency on dpkg-dev as the package uses
${binary:Version} and ${source:Version}. Thanks James Westby
* debian/prerm.in: replaced faulty packagename Hat with @LIBRARY@
substitution variable.
.
haskell-edison (1.2.0.1-1) unstable; urgency=low
.
* Initial release (Closes: #382184)
Files:
47c81c544685b8233ff405783bdd2a3b 839 devel optional
haskell-edison_1.2.0.1-3.dsc
d1cbe908886193ce4b5d56036b3cb75b 114805 devel optional
haskell-edison_1.2.0.1.orig.tar.gz
4db12720102f8a7a22b18440bd7097aa 7651 devel optional
haskell-edison_1.2.0.1-3.diff.gz
375528d76b383a53edb6091af059301a 93492 devel optional
libghc6-edison-api-dev_1.2.0.1-3_i386.deb
9bdcf568cb79c7713831b952cd4255fe 1401498 devel optional
libghc6-edison-core-dev_1.2.0.1-3_i386.deb
8579caf65970814d81eba2b6ff69c05f 34486 devel optional
libhugs-edison-api_1.2.0.1-3_all.deb
4c5849dffb3bf5724bb3cb6fa7d80b25 71206 devel optional
libhugs-edison-core_1.2.0.1-3_all.deb
b8f13fda5f031a9a2831d21cdbb06a61 138792 doc optional
haskell-edison-doc_1.2.0.1-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFPLnSUALvsZYuOJARApyFAJ9bbnPB/p/wsif7pnNSfVRmOuxzdwCdFAsQ
kRedclkS7d/ObItd6baXyzM=
=rKts
-----END PGP SIGNATURE-----
--- End Message ---