File: control

package info (click to toggle)
hardening-wrapper 1.29
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 128 kB
  • ctags: 35
  • sloc: sh: 243; makefile: 236; perl: 201; ansic: 17
file content (27 lines) | stat: -rw-r--r-- 1,191 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
Source: hardening-wrapper
Section: devel
Priority: extra
Build-Depends: debhelper (>= 5.0.0)
Maintainer: Package Hardening <hardening-discuss@lists.alioth.debian.org>
Uploaders: Kees Cook <kees@debian.org>, Moritz Muehlenhoff <jmm@debian.org>
Standards-Version: 3.8.4
Homepage: http://wiki.debian.org/Hardening
Vcs-Svn: svn://svn.debian.org/hardening/hardening-wrapper
Vcs-Browser: http://svn.debian.org/wsvn/hardening/hardening-wrapper/

Package: hardening-wrapper
Architecture: any
Depends: gcc | g++, ${perl:Depends}, ${misc:Depends}
Conflicts: binutils-multiarch (>= 2.20.51.20100418-1)
Description: Compiler wrapper to enable security hardening flags
 Replaces gcc, g++, and ld with wrapper scripts that set security hardening
 compilation flags, as an alternative to changing gcc specs.  Enabled when
 DEB_BUILD_HARDENING=1 is set.

Package: hardening-includes
Architecture: all
Depends: ${misc:Depends}
Description: Makefile for enabling compiler flags for security hardening
 Makefile to be included in Debian rules files.  CFLAGS and LDFLAGS
 can be extended to include the respective HARDENING_* variables which
 contain architecture-validated security hardening compiler options.