File: control

package info (click to toggle)
gdb-mingw-w64 9
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 40 kB
  • ctags: 16
  • sloc: makefile: 117
file content (51 lines) | stat: -rw-r--r-- 1,829 bytes parent folder | download
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
Source: gdb-mingw-w64
Section: devel
Priority: extra
Maintainer: Stephen Kitt <skitt@debian.org>
Build-Depends: autoconf,
               automake,
               bison,
               debhelper (>= 7.0.50~),
               expect,
               flex,
               gdb-source (>= 7.4),
               libcloog-isl-dev,
               libexpat1-dev,
               libncurses5-dev,
               libreadline-dev,
               m4,
               python-dev,
               texinfo
Build-Depends-Indep: gcc-mingw-w64
Standards-Version: 3.9.5
Homepage: http://www.gnu.org/software/gdb/
Vcs-Git: git://anonscm.debian.org/collab-maint/gdb-mingw-w64.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gdb-mingw-w64.git;a=summary

Package: gdb-mingw-w64
Architecture: any
Depends: gdb (>= ${local:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: gdb-mingw-w64-target
Built-Using: gdb (= ${gdb:Version})
Description: Cross-debugger for Win32 and Win64 using MinGW-w64
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit Windows applications using the GNU Compiler Collection (gcc).
 .
 This package contains the gdb debugger which can be used with a
 Windows-hosted gdbserver to debug programs running on Windows hosts.
 .
 The gdb-mingw-w64-target package contains gdbserver and gdbreplay for
 32- and 64-bit Windows.

Package: gdb-mingw-w64-target
Architecture: all
Depends: ${misc:Depends}
Replaces: gdb-mingw-w64 (<< 7.3)
Breaks: gdb-mingw-w64 (<< 7.3)
Built-Using: gdb (= ${gdb:Version})
Description: Cross-debugger server for Win32 and Win64 using MinGW-w64
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit Windows applications using the GNU Compiler Collection (gcc).
 .
 This package contains gdbserver and gdbreplay for 32- and 64-bit
 Windows.