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
|
Source: monodevelop
Section: devel
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team@lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey@debian.org>, Jo Shields <directhex@apebox.org>
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: autoconf,
automake,
autotools-dev,
cli-common-dev (>= 0.8~),
desktop-file-utils,
dh-autoreconf,
gtk-sharp2-gapi (>= 2.12.8),
intltool,
libapr1-dev,
libgconf2.0-cil-dev,
libglade2.0-cil-dev,
libgnome2.0-cil-dev,
libgtk2.0-cil-dev,
libgtkspell-dev,
libmetacity-dev,
libmono-addins-cil-dev (>= 0.6),
libmono-addins-gui-cil-dev (>= 0.6),
libmono-cecil-cil-dev,
libnunit-cil-dev (>= 2.6),
libsvn-dev,
mono-devel (>= 2.10),
mono-gmcs,
monodoc-base (>= 1.1.9)
Standards-Version: 3.9.2
Homepage: http://www.monodevelop.com/
Vcs-Git: git://git.debian.org/pkg-cli-apps/packages/monodevelop.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/monodevelop.git
Package: monodevelop
Architecture: all
Suggests: exuberant-ctags,
gcc,
gettext,
make,
mono-vbnc,
mono-xsp | mono-xsp4,
monodevelop-database,
monodevelop-debugger-gdb,
monodevelop-nunit,
monodevelop-versioncontrol,
monodoc-browser,
zip
Recommends: libglade2.0-cil-dev, libgtk2.0-cil-dev, mono-devel
Depends: gnome-icon-theme (>= 1.1.3),
monodoc-manual (>= 1.1.9),
pkg-config,
xterm | x-terminal-emulator,
${cli:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: monodoc-viewer
Description: Development Environment for GNOME
MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
languages.
.
It supports the following languages: C, C++, C# (1.0, 2.0 and 3.0), Vala, Boo,
Java, Nemerle, ILasm, ASP.NET and VB.NET.
.
Features: Debugger Integration (Mono Debugger and GNU Debugger),
Class Browser, Assembly Browser, Built-in Help, Monodoc Integration,
Code Completion (also known as IntelliSense), Code Folding, Color Schemes,
Code Refactoring, On-the-fly error underlining, XML Editing, Embedded HTML
viewer, Gettext support, GTK# Designer, MSBuild project support and
Makefile Generation.
Package: monodevelop-nunit
Architecture: all
Depends: monodevelop (= ${source:Version}),
${cli:Depends},
${misc:Depends},
${shlibs:Depends}
Description: NUnit plugin for MonoDevelop
MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
languages.
.
This package enables NUnit integration for MonoDevelop.
Package: monodevelop-versioncontrol
Architecture: all
Replaces: monodevelop (<< 0.13.1)
Depends: monodevelop (= ${source:Version}),
${cli:Depends},
${misc:Depends},
${shlibs:Depends}
Description: VersionControl plugin for MonoDevelop
MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
languages.
.
This package enables version control integration (currently only Subversion)
for MonoDevelop.
#Package: monodevelop-moonlight
#Architecture: all
#Depends: ${shlibs:Depends},
# ${misc:Depends},
# ${cli:Depends},
# monodevelop (= ${source:Version}),
# moonlight-web-devel
#Description: Moonlight plugin for MonoDevelop
# MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
# languages.
# .
# This package enables Moonlight developnment with MonoDevelop.
|