File: control

package info (click to toggle)
gdb-mingw-w64 5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 36 kB
  • sloc: makefile: 116
file content (55 lines) | stat: -rw-r--r-- 1,945 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
52
53
54
55
Source: gdb-mingw-w64
Section: devel
Priority: extra
Maintainer: Stephen Kitt <steve@sk2.org>
DM-Upload-Allowed: yes
Build-Depends: autoconf,
               automake,
               bison,
               debhelper (>= 7.0.50~),
               expect,
               flex,
               gdb-source (>= 7.4),
               libcloog-ppl-dev,
               libexpat1-dev,
               libkvm-dev [kfreebsd-any],
               libncurses5-dev,
               libreadline-dev,
               libunwind7-dev [ia64],
               m4,
               mig [hurd-any],
               python-dev,
               texinfo
Build-Depends-Indep: gcc-mingw-w64
Standards-Version: 3.9.3
Homepage: http://www.gnu.org/software/gdb/
Vcs-Git: git://git.debian.org/collab-maint/gdb-mingw-w64.git
Vcs-Browser: http://git.debian.org/?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.