File: changelog

package info (click to toggle)
haskell-http 20060707-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 220 kB
  • ctags: 7
  • sloc: haskell: 1,885; sh: 108; makefile: 82
file content (140 lines) | stat: -rw-r--r-- 6,015 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
haskell-http (20060707-2) unstable; urgency=medium

  * Rebuild against latest GHC (Closes: #394656)
  * 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/control: 
    - added XS-Vcs-Svn field pointing to Subversion archive which contains
      this package.
    - added libghc6-network-dev to Build-Depends.
    - added dctrl-tools to Build-Depends as it is needed by
      debian/mk-haskell-depends.
    - change maintainer email address.
  * debian/rules:
    - add debian/mk-haskell-depends script which determines all
      dependencies by using the installed package description file used by
      ghc-pkg.
    - ensure the correct path for haddock-interfaces and haddock-html is
      used when registering the package.
  
 -- Arjan Oosting <arjan@debian.org>  Mon, 23 Oct 2006 14:53:38 +0200

haskell-http (20060707-1) unstable; urgency=low

  * New upstream release. (Closes: #375588)
  * All the dpatches are obsolete due to changes upstream, thus all
    dpatches are dropped.  
  * debian/control.in: remove cpphs from Build-Depends.
  * debian/copyright: update copyright years with information from
    LICENSE file.
  * debian/rules: 
  
 -- Arjan Oosting <arjanoosting@home.nl>  Sat,  8 Jul 2006 16:41:34 +0200

haskell-http (0.4.20050430-4) unstable; urgency=low

  * Cleanup the diff.gz a little by switching to dpatch. The diff.gz now
    only touches the files in the debian directory.
  * Drop patch to README which is not installed anyway.
  * Remove the support for the old Network.URI module from the diff.gz as
    ghc6 and hugs both have the new Network.URI module.
  * debian/control.in:
    - remove duplicate build dependencies
    - add versioned Build-Depends on ghc6 to get the latest version of Cabal.
    - drop the Build-Depends on libghc6-cabal-dev.
    - added ppc64 to Architectures line. (Closes: #375609)
    - add dpatch to Build-Depends.
  * debian/haskell-http-doc.docs: added. Install the API documentation.
  * debian/haskell-http-doc.doc-base: added. Register API documentation.
  * debian/patches/01_zord64-haddock.dpatch: added. Remove preprocessing
    stuff which is confusing haddock and breaks build with Cabal 1.1.4.
  * debian/patches/02_update-cabal.dpatch: added. Move the patches to the
    http.cabal file in here.
  * debian/rules:
    - remove unnecessary variables.
    - only call ./setup clean when it is configured.
  * Only install example in haskell-http-doc.

 -- Arjan Oosting <arjanoosting@home.nl>  Fri, 30 Jun 2006 20:32:34 +0200

haskell-http (0.4.20050430-3) unstable; urgency=low

  * debian/rules:
    - remove INSTALL_PROGRAM += -s cruft, we use dh_strip.
    - remove configure and install targets, almost everything is done in
      the binary-arch and binary-indep targets.
  * debian/control.in:
    - remove the versioned dependency on ghc6 version 6.4.2 as it is not
      yet in the archive anyway.
    - Upgrade to Standards-Version 3.7.2. No changes needed.	
    - Use the new substitution variables source:Version and build depend
      on dpkg-dev (>= 1.13.19) which introduces these new variables.

 -- Arjan Oosting <arjanoosting@home.nl>  Mon,  8 May 2006 19:59:36 +0200

haskell-http (0.4.20050430-2) unstable; urgency=low

  * Take over maintainership with permission of previous maintainer.
  * Run update-haskell-control to update the Build-Depends, Depends and
    Architecture lines. (Closes: #337979, #360878, #336396, #336268)   
  * Remove support for nhc98 from the package.
  * debian/control.in:
    - Move haskell-http-doc to section doc.
    - Change to Standards-Version 3.6.2. No changes needed.
    - Cleanup the Build-Depends and Build-Depends-Indep
    - Add Homepage: http://www.haskell.org/http/ to the descriptions.
    - Properly escape ${haskell:Depends}.  
    - Add versioned libghc6-cabal-dev and ghc6 to the Build-Depends to use
      Cabal version 1.1.1 or later which introduces a new installation
      prefix for libraries.
    libghc6-http-dev determinable.
  * debian/compat: added and set debhelper compatability level to 5.
  * debian/copyright: updated.
  * debian/haskell-http-doc.dirs: added.
  * debian/libhugs-http.install: added.
  * debian/libhugs-http.linda-overrides: added. The *.hs files need to be
    installed in /usr/lib/hugs/ so override linda warning. 
  * debian/rules: 
    - split the dh_haskell -a -i call two calls. Move all the architecture
      independent stuff to binary-indep and all the architecture dependent
      stuff to binary-arch. (Closes: #315333)
    - remove the empty directory usr/lib/haskell-packages/ghc6/bin 
      (Closes: #324718)
    - do not ignore errors on clean and remove redundant make clean call.
    - general cleanup.
  * debian/watch: added watch file.
  * http.cabal: add package base to Build-Depends.
  
 -- Arjan Oosting <arjanoosting@home.nl>  Thu, 20 Apr 2006 11:45:51 +0200

haskell-http (0.4.20050430-1) unstable; urgency=low

  * Updated to upstream snapshot 20050430
  * Add .examples files with test/get.hs (Closes: #304760)
  * A new upstream version (2005.5.5) is available, but will have
    to wait until licensing issues on a newly-introduced library
    dependency can be resolved
  * Add haddock docs in the haskell-http-doc package
  * Use update-haskell-control from haskell-utils for build deps (Closes: #310111)

 -- Ganesh Sittampalam <ganesh@earth.li>  Fri, 10 Jun 2005 15:11:38 +0100

haskell-http (0.4.20041219-2) unstable; urgency=low

  * Updated to use haskell-devscripts 0.5.6 (fixes #303073)

 -- Ganesh Sittampalam <ganesh@earth.li>  Mon, 11 Apr 2005 23:07:33 +0100

haskell-http (0.4.20041219-1) unstable; urgency=low

  * New upstream snapshot
  * Added hugs package

 -- Ganesh Sittampalam <ganesh@earth.li>  Sun, 19 Dec 2004 21:39:19 +0000

haskell-http (0.4-1) unstable; urgency=low

  * Initial Debian package.

 -- Ganesh Sittampalam <ganesh@earth.li>  Tue,  7 Dec 2004 02:11:23 +0000