~ubuntu-branches/ubuntu/utopic/highlighting-kate/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Joachim Breitner
  • Date: 2009-07-29 02:56:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090729025650-ag3xxsgmc8c1unrq
Tags: 0.2.5-2
Copy a rule from hlibrary.mk to cater for the non-standard documentation
package name

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: highlighting-kate
2
 
Section: devel
 
2
Section: haskell
3
3
Priority: optional
4
 
Maintainer: Recai Oktaş <roktas@debian.org>
5
 
Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.8.2-1), ghc6-prof, libghc6-parsec-dev, libghc6-parsec-prof, libghc6-xhtml-dev, libghc6-xhtml-prof, libghc6-pcre-light-dev, libghc6-pcre-light-prof
6
 
Build-Depends-Indep: haddock
7
 
Standards-Version: 3.7.3
 
4
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
 
5
Build-Depends:
 
6
 cdbs,
 
7
 debhelper (>= 7),
 
8
 haskell-devscripts (>= 0.6.15+nmu13),
 
9
 ghc6 (>= 6.10.4),
 
10
 ghc6-prof,
 
11
 libghc6-parsec2-dev (>= 2.1.0.1-1.1),
 
12
 libghc6-parsec2-prof,
 
13
 libghc6-xhtml-dev (>= 3000.2.0.1-5),
 
14
 libghc6-xhtml-prof,
 
15
 libghc6-pcre-light-dev (>= 0.3.1-5),
 
16
 libghc6-pcre-light-prof,
 
17
 haddock,
 
18
 hscolour
 
19
Standards-Version: 3.8.2
8
20
Homepage: http://johnmacfarlane.net/highlighting-kate
9
21
XS-Vcs-Darcs: http://johnmacfarlane.net/repos/highlighting-kate
10
22
XS-Vcs-Browser: http://johnmacfarlane.net/repos/highlighting-kate
11
23
 
12
24
Package: libghc6-highlighting-kate-dev
13
 
Section: libdevel
14
25
Architecture: any
15
 
Depends: ${haskell:Depends}, libghc6-xhtml-dev, libghc6-pcre-light-dev
16
 
Suggests: highlighting-kate-doc (= ${source:Version})
 
26
Depends: ${misc:Depends}, ${shlibs:Depends}, ${haskell:Depends}
 
27
Suggests: ${haskell:Suggests}
17
28
Description: syntax highlighting library based on Kate syntax descriptions
18
29
 Highlighting-kate is a syntax highlighting library with support for over
19
30
 50 languages. The syntax parsers are automatically generated from Kate syntax
32
43
 http://www.haskell.org/ for more information on Haskell.
33
44
 
34
45
Package: libghc6-highlighting-kate-prof
35
 
Section: libdevel
36
46
Architecture: any
37
 
Depends: ${haskell:Depends}, libghc6-highlighting-kate-dev (= ${binary:Version})
38
 
Suggests: highlighting-kate-doc (= ${source:Version})
 
47
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
39
48
Description: highlighting-kate library with profiling enabled
40
49
 Highlighting-kate is a syntax highlighting library with support for over
41
50
 50 languages. The syntax parsers are automatically generated from Kate syntax