~ubuntu-branches/ubuntu/saucy/binutils-mingw-w64/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt, Stephen Kitt, Didier Raboud
  • Date: 2011-11-30 20:09:17 UTC
  • Revision ID: package-import@ubuntu.com-20111130200917-umhb584bueqdl139
Tags: 1
[ Stephen Kitt ]
* Fix Lintian error about copyright templates.
* Add build-arch and build-indep targets.
* Switch to single-number versions and add the binutils-mingw-w64
  version to the resulting binary package's version.
* Split package into 32- and 64-bit specific versions (-i686 and
  -x86-64) - see thread starting at
  http://lists.debian.org/4EBA730A.7060707@greffrath.com for rationale.

[ Didier Raboud ]
* Confidently setting the DMUA-flag to yes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: devel
3
3
Priority: extra
4
4
Maintainer: Stephen Kitt <steve@sk2.org>
5
 
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, binutils-source (>= 2.21.51.20110523), bison, flex
 
5
DM-Upload-Allowed: yes
 
6
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, binutils-source (>= 2.22), bison, flex
6
7
Standards-Version: 3.9.2
7
8
Homepage: http://www.gnu.org/software/binutils/
8
9
Vcs-Git: git://git.debian.org/collab-maint/binutils-mingw-w64.git
9
10
Vcs-Browser: http://git.debian.org/?p=collab-maint/binutils-mingw-w64.git;a=summary
10
11
 
11
12
Package: binutils-mingw-w64
12
 
Architecture: any
13
 
Depends: ${shlibs:Depends}, ${misc:Depends}, binutils (>= ${local:Version})
14
 
Built-Using: binutils (= ${binary:Version})
 
13
Architecture: all
 
14
Depends: ${misc:Depends}, binutils-mingw-w64-i686, binutils-mingw-w64-x86-64
 
15
Built-Using: binutils (= ${binutils:Version})
15
16
Conflicts: mingw32-binutils
16
17
Description: Cross-binutils for Win32 and Win64 using MinGW-w64
17
18
 MinGW-w64 provides a development and runtime environment for 32- and
18
 
 64-bit Windows applications using the GNU Compiler Collection (gcc).
19
 
 .
20
 
 This package contains the toolchain binutils.
 
19
 64-bit (x86 and x64) Windows applications using the Windows API and
 
20
 the GNU Compiler Collection (gcc).
 
21
 .
 
22
 This metapackage provides the toolchain binutils.
 
23
 
 
24
Package: binutils-mingw-w64-i686
 
25
Architecture: any
 
26
Depends: ${shlibs:Depends}, ${misc:Depends}, binutils (>= ${local:Version})
 
27
Built-Using: binutils (= ${binutils:Version})
 
28
Conflicts: mingw32-binutils
 
29
Breaks: binutils-mingw-w64 (<< 2.22-1+1)
 
30
Replaces: binutils-mingw-w64 (<< 2.22-1+1)
 
31
Description: Cross-binutils for Win32 (x86) using MinGW-w64
 
32
 MinGW-w64 provides a development and runtime environment for 32- and
 
33
 64-bit (x86 and x64) Windows applications using the Windows API and
 
34
 the GNU Compiler Collection (gcc).
 
35
 .
 
36
 This package contains the toolchain binutils targeting 32-bit Windows.
 
37
 
 
38
Package: binutils-mingw-w64-x86-64
 
39
Architecture: any
 
40
Depends: ${shlibs:Depends}, ${misc:Depends}, binutils (>= ${local:Version})
 
41
Built-Using: binutils (= ${binutils:Version})
 
42
Conflicts: mingw32-binutils
 
43
Breaks: binutils-mingw-w64 (<< 2.22-1+1)
 
44
Replaces: binutils-mingw-w64 (<< 2.22-1+1)
 
45
Description: Cross-binutils for Win64 (x64) using MinGW-w64
 
46
 MinGW-w64 provides a development and runtime environment for 32- and
 
47
 64-bit (x86 and x64) Windows applications using the Windows API and
 
48
 the GNU Compiler Collection (gcc).
 
49
 .
 
50
 This package contains the toolchain binutils targeting 64-bit Windows.