~ubuntu-branches/ubuntu/intrepid/monodevelop/intrepid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2008-08-09 20:31:49 UTC
  • mfrom: (1.1.10 lenny)
  • Revision ID: james.westby@ubuntu.com-20080809203149-vc61woqqhcc34e4a
Tags: 1.0+dfsg-3
* debian/control:
  + Removed libxul-dev from build-dependencies, as monodevelop is not using
    it anymore. (Closes: #480797)
  + Build against libmono-nunit2.2-cil instead of libnunit2.2.6-cil.
  + Added mono-2.0-devel to recommends and mono-1.0-devel to suggests, as
    monodevelop invokes resgen(2) and al(2) when needed for *.resx files.
    (Closes: #485797)
  + Updated debhelper build-dependency to >= 7.
  + Updated cli-common-dev build-dependency to >= 0.5.7
    (needed for cli.make)
* debian/patches/link_system_mono-nunit.dpatch:
  + Link against mono-nunit instead of bundled nunit.
* debian/rules:
  + Include /usr/share/cli-common/cli.make
  + Migrated to debhelper v7 minimalistic style.
* debian/compat:
  + Bumped to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: monodevelop
2
2
Section: devel
3
3
Priority: optional
4
 
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Mirco Bauer <meebey@debian.org>
6
 
Build-Depends: debhelper (>= 5), dpatch
7
 
Build-Depends-Indep: cli-common-dev (>= 0.5.4),
 
4
Maintainer: Mirco Bauer <meebey@debian.org>
 
5
Build-Depends: debhelper (>= 7), dpatch
 
6
Build-Depends-Indep: cli-common-dev (>= 0.5.7),
8
7
 mono-gmcs (>= 1.1.10) | c-sharp-2.0-compiler,
9
8
 libmono-dev (>= 1.1.10),
10
9
 monodoc-base (>= 1.1.9),
15
14
 libgconf2.0-cil (>= 2.8),
16
15
 libglade2.0-cil (>= 2.8),
17
16
 libgtksourceview2.0-cil (>= 0.10),
18
 
 libnunit2.4-cil,
 
17
 libmono-nunit2.2-cil,
19
18
 libmono-cairo2.0-cil (>= 1.2),
20
19
 libmono-winforms2.0-cil,
21
20
 libmono-system-runtime2.0-cil,
28
27
 libgtkspell-dev,
29
28
 mono-xsp-base,
30
29
 mono-xsp2-base,
31
 
 desktop-file-utils,
32
 
 xulrunner-1.9-dev
 
30
 desktop-file-utils
33
31
Standards-Version: 3.7.3
34
32
 
35
33
Package: monodevelop
36
34
Architecture: all
37
 
Suggests: monodevelop-boo, monodevelop-java, monodevelop-nunit, monodevelop-versioncontrol, monodevelop-database, nemerle, mono-xsp, mono-xsp2, mono-mcs
38
 
Recommends: mono-gmcs, exuberant-ctags
39
 
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, monodoc-manual (>= 1.1.9), pkg-config, gnome-icon-theme (>= 1.1.3), xterm | x-terminal-emulator, xulrunner-1.9
 
35
Suggests: monodevelop-boo,
 
36
 monodevelop-java,
 
37
 monodevelop-nunit,
 
38
 monodevelop-versioncontrol,
 
39
 monodevelop-database,
 
40
 nemerle,
 
41
 mono-xsp,
 
42
 mono-xsp2,
 
43
 mono-mcs,
 
44
 mono-1.0-devel
 
45
Recommends: mono-gmcs,
 
46
 mono-2.0-devel
 
47
Depends: ${shlibs:Depends},
 
48
 ${misc:Depends},
 
49
 ${cli:Depends},
 
50
 monodoc-manual (>= 1.1.9),
 
51
 pkg-config,
 
52
 gnome-icon-theme (>= 1.1.3),
 
53
 xterm | x-terminal-emulator
40
54
Provides: monodoc-viewer
41
55
Description: C/C++/C#/Boo/Java/Nemerle/ILasm/ASP.NET Development Environment
42
56
 MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
49
63
 
50
64
Package: monodevelop-nunit
51
65
Architecture: all
52
 
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, monodevelop (= ${source:Version})
 
66
Depends: ${shlibs:Depends},
 
67
 ${misc:Depends},
 
68
 ${cli:Depends},
 
69
 monodevelop (= ${source:Version})
53
70
Description: NUnit plugin for MonoDevelop
54
71
 MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
55
72
 languages.
59
76
Package: monodevelop-versioncontrol
60
77
Architecture: all
61
78
Replaces: monodevelop (<< 0.13.1)
62
 
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, monodevelop (= ${source:Version})
 
79
Depends: ${shlibs:Depends},
 
80
 ${misc:Depends},
 
81
 ${cli:Depends},
 
82
 monodevelop (= ${source:Version})
63
83
Description: VersionControl plugin for MonoDevelop
64
84
 MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
65
85
 languages.