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 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
Source: codeblocks
Section: x11
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
Uploaders: Vincent Cheng <vcheng@debian.org>, David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 12),
libastyle-dev,
libboost-dev,
libboost-system-dev,
libbz2-dev,
libgamin-dev,
libgtk-3-dev,
libhunspell-dev,
libtinyxml-dev,
libwxgtk3.0-gtk3-dev,
zip,
zlib1g-dev
Standards-Version: 4.5.0
Homepage: http://codeblocks.org
Vcs-Git: https://salsa.debian.org/debian/codeblocks.git
Vcs-Browser: https://salsa.debian.org/debian/codeblocks
Package: codeblocks
Architecture: any
Section: devel
Depends: codeblocks-common (= ${source:Version}),
libastyle3,
libcodeblocks0,
${misc:Depends},
${shlibs:Depends}
Recommends: gcc | g++, gdb, xterm
Suggests: codeblocks-contrib, libwxgtk3.0-dev
Description: Code::Blocks integrated development environment (IDE)
Code::Blocks is a cross-platform Integrated Development Environment (IDE).
It is based on a self-developed plugin framework allowing unlimited
extensibility. Most of its functionality is already provided by plugins.
Plugins included in the base package are:
* Compiler frontend to many free compilers
* Debugger frontend for GDB
* Source formatter (based on AStyle)
* Wizard to create new C++ classes
* Code-completion / symbols-browser (work in progress)
* Default MIME handler
* Wizard to create new Code::Blocks plugins
* To-do list
* Extensible wizard based on scripts
* Autosave (saves your work in the unfortunate case of a crash)
Package: codeblocks-common
Architecture: all
Depends: ${misc:Depends}
Replaces: codeblocks (<< 17)
Breaks: codeblocks (<< 17)
Multi-Arch: foreign
Description: common files for Code::Blocks IDE
Code::Blocks is a cross-platform Integrated Development Environment (IDE).
It is based on a self-developed plugin framework allowing unlimited
extensibility. Most of its functionality is already provided by plugins.
.
This package contains the architecture-independent files of Code::Blocks.
Package: libcodeblocks0
Architecture: any
Section: libs
Depends: binutils, file, ${misc:Depends}, ${shlibs:Depends}
Recommends: codeblocks
Description: Code::Blocks shared library
Code::Blocks is a cross-platform Integrated Development Environment (IDE).
It is based on a self-developed plugin framework allowing unlimited
extensibility. Most of its functionality is already provided by plugins.
Plugins included in the base package are:
* Compiler frontend to many free compilers
* Debugger frontend for GDB
* Source formatter (based on AStyle)
* Wizard to create new C++ classes
* Code-completion / symbols-browser (work in progress)
* Default MIME handler
* Wizard to create new Code::Blocks plugins
* To-do list
* Extensible wizard based on scripts
* Autosave (saves your work in the unfortunate case of a crash)
.
This package contains the Code::Blocks shared library.
Package: codeblocks-contrib
Architecture: any
Depends: codeblocks (= ${binary:Version}),
libgamin0,
libwxsmithlib0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: valgrind
Description: contrib plugins for Code::Blocks IDE
This package extends Code::Blocks functionality a great deal with the included
plugins. These are:
* Code profiler (based on gprof) and code statistics (SLOCs etc)
* Copy strings
* DragScroll (enhances mouse operations)
* Setting of environment variables
* Source exporter to PDF/HTML/ODT/RTF
* Header fixup
* Help
* Keyboard shortcuts configuration
* RAD gui-builder for wxWidgets (wxSmith)
* wxSmith AUI and wxSmith contrib items
* Selection of small games for relaxing between coding sessions! (BYOGames)
* Autoversioning
* ThreadSearch
* BrowseTracker
* Valgrind
* HexEditor
* IncrementalSearch
* Codesnippets
* Library finder
* Regular expression testbed
* Symbol table plugin
* CB koders
* MouseSap
* Cccc
* CppCheck
Package: codeblocks-dev
Architecture: any
Section: libdevel
Depends: libcodeblocks0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Code::Blocks development files (SDK)
Code::Blocks is a cross-platform Integrated Development Environment (IDE).
It is based on a self-developed plugin framework allowing unlimited
extensibility. Most of its functionality is already provided by plugins.
Plugins included in the base package are:
* Compiler frontend to many free compilers
* Debugger frontend for GDB
* Source formatter (based on AStyle)
* Wizard to create new C++ classes
* Code-completion / symbols-browser (work in progress)
* Default MIME handler
* Wizard to create new Code::Blocks plugins
* To-do list
* Extensible wizard based on scripts
* Autosave (saves your work in the unfortunate case of a crash)
.
This package contains the development files (headers and libraries) for
creating Code::Blocks plugins.
Package: libwxsmithlib0
Architecture: any
Section: libs
Depends: libcodeblocks0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: codeblocks-contrib (= ${binary:Version})
Description: wxSmith shared library (Code::Blocks plugin for RAD GUI editing)
Code::Blocks is a cross-platform Integrated Development Environment (IDE).
It is based on a self-developed plugin framework allowing unlimited
extensibility. Most of its functionality is already provided by plugins.
Plugins included in the base package are:
* Compiler frontend to many free compilers
* Debugger frontend for GDB
* Source formatter (based on AStyle)
* Wizard to create new C++ classes
* Code-completion / symbols-browser (work in progress)
* Default MIME handler
* Wizard to create new Code::Blocks plugins
* To-do list
* Extensible wizard based on scripts
* Autosave (saves your work in the unfortunate case of a crash)
.
This package contains the wxSmith shared library.
Package: libwxsmithlib-dev
Architecture: any
Section: libdevel
Depends: libwxsmithlib0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: wxSmith development files (Code::Blocks plugin for RAD GUI editing)
Code::Blocks is a cross-platform Integrated Development Environment (IDE).
It is based on a self-developed plugin framework allowing unlimited
extensibility. Most of its functionality is already provided by plugins.
Plugins included in the base package are:
* Compiler frontend to many free compilers
* Debugger frontend for GDB
* Source formatter (based on AStyle)
* Wizard to create new C++ classes
* Code-completion / symbols-browser (work in progress)
* Default MIME handler
* Wizard to create new Code::Blocks plugins
* To-do list
* Extensible wizard based on scripts
* Autosave (saves your work in the unfortunate case of a crash)
.
This package contains the wxSmith development libraries and headers.
|