~ubuntu-branches/ubuntu/trusty/haskell-mmap/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Joachim Breitner, Marco Túlio Gontijo e Silva
  • Date: 2010-02-20 17:18:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100220171808-a6bumnml3ox5o63w
Tags: 0.5.4-1
[ Marco Túlio Gontijo e Silva ]
* New upstream version.
* debian/control: Use more sintetic name for Vcs-Darcs.
* 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.
* debian/copyright: Use DEP-3 format.
* debian/control: Bump version of Build-Depends: on haskell-devscripts
  to 0.7 and remove versioned Build-Depends: on ghc6*.
* debian/control: Include missing haskell: variables.
* debian/control: Add Build-Depends: on HUnit, which was included in the
  new upstream version.
* Use debian/compat 7.
* debian/control: Use more sintetic link in Homepage:.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: haskell-mmap
2
2
Section: haskell
3
 
Priority: optional
 
3
Priority: extra
4
4
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
5
 
Uploaders: Marco Túlio Gontijo e Silva <marcot@riseup.net>
6
 
Build-Depends: debhelper (>= 5)
 
5
Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>
 
6
Build-Depends: debhelper (>= 7)
7
7
  , cdbs
8
 
  , haskell-devscripts (>= 0.6.15+nmu11)
9
 
  , ghc6 (>= 6.10.3-2)
10
 
  , ghc6-prof (>= 6.10.3-2)
11
 
Build-Depends-Indep: ghc6-doc (>= 6.10.3-2)
12
 
  , haddock (>= 2.4.2)
13
 
  , hscolour (>= 1.8)
14
 
Standards-Version: 3.8.2
15
 
Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mmap
16
 
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-mmap
 
8
  , haskell-devscripts (>= 0.7)
 
9
  , ghc6
 
10
  , ghc6-prof
 
11
  , libghc6-hunit-dev
 
12
  , libghc6-hunit-prof
 
13
Build-Depends-Indep: ghc6-doc
 
14
  , libghc6-hunit-doc
 
15
Standards-Version: 3.8.4
 
16
Homepage: http://hackage.haskell.org/package/mmap
 
17
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mmap
 
18
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mmap
17
19
DM-Upload-Allowed: yes
18
20
 
19
21
Package: libghc6-mmap-dev
21
23
Depends: ${haskell:Depends}
22
24
  , ${shlibs:Depends}
23
25
  , ${misc:Depends}
 
26
Recommends: ${haskell:Recommends}
24
27
Suggests: ${haskell:Suggests}
 
28
Provides: ${haskell:Provides}
25
29
Description: hashed file storage support code
26
30
 This package provides a library for the Haskell programming language.
27
31
 See http://www.haskell.org/ for more information on Haskell.
36
40
Depends: ${haskell:Depends}
37
41
  , ${shlibs:Depends}
38
42
  , ${misc:Depends}
 
43
Recommends: ${haskell:Recommends}
 
44
Suggests: ${haskell:Suggests}
 
45
Provides: ${haskell:Provides}
39
46
Description: hashed file storage support code; profiling libraries
40
47
 This package provides a library for the Haskell programming language,
41
48
 compiled for profiling.
49
56
Package: libghc6-mmap-doc
50
57
Section: doc
51
58
Architecture: all
52
 
Depends: ${misc:Depends}
 
59
Depends: ${misc:Depends}, ${haskell:Depends}
53
60
Recommends: ${haskell:Recommends}
54
61
Suggests: ${haskell:Suggests}
55
62
Description: hashed file storage support code; documentation