~ubuntu-branches/ubuntu/utopic/checkpolicy/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2012-03-27 20:22:24 UTC
  • Revision ID: package-import@ubuntu.com-20120327202224-wcmz9qko6u35sqkd
Tags: 2.1.8-2
* Team upload.
* Switch to debhelper sequence
* debian/control:
  - Bump Standards-Version to 3.9.3
  - Add Homepage field
  - Update Vcs-* fields
  - Make checkpolicy arch linux-any
  - Put under the Debian SELinux team maintenance
* Add debian/gbp.conf file
* debian/rules: Append CPPFLAGS hardening flags to CFLAGS as build system is
  not using CPPFLAGS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: checkpolicy
2
 
VCS-Git: git://git.debian.org/~srivasta/debian/checkpolicy.git
3
 
VCS-Browser: http://git.debian.org/?p=users/srivasta/debian/checkpolicy.git
 
2
VCS-Git: git://anonscm.debian.org/git/selinux/checkpolicy.git
 
3
VCS-Browser: http://anonscm.debian.org/gitweb/?p=selinux/checkpolicy.git;a=summary
4
4
Priority: optional
5
5
Section: utils
6
 
Maintainer: Russell Coker <russell@coker.com.au>
7
 
Uploaders: Manoj Srivastava <srivasta@debian.org>
8
 
Standards-Version: 3.8.4.0
9
 
Build-Depends: bison, flex, libsepol1-dev (>= 2.1.4), libselinux1-dev (>= 2.1.9)
 
6
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
 
7
Uploaders: Manoj Srivastava <srivasta@debian.org>,
 
8
           Russell Coker <russell@coker.com.au>
 
9
Standards-Version: 3.9.3
 
10
Build-Depends: bison,
 
11
               debhelper (>= 9),
 
12
               flex,
 
13
               libselinux1-dev (>= 2.1.9),
 
14
               libsepol1-dev (>= 2.1.4)
 
15
Homepage: http://userspace.selinuxproject.org/
10
16
 
11
17
Package: checkpolicy
12
 
Architecture: any
13
 
Depends: ${shlibs:Depends}
 
18
Architecture: linux-any
 
19
Depends: ${misc:Depends}, ${shlibs:Depends}
14
20
Description: SELinux policy compiler
15
21
 Security-enhanced Linux is a patch of the Linux® kernel and a number
16
22
 of utilities with enhanced security functionality designed to add
22
28
 based on the concepts of Type Enforcement®, Role-based Access
23
29
 Control, and Multi-level Security.
24
30
 .
25
 
 This package contains checkpolicy, the SELinux policy compiler.  
 
31
 This package contains checkpolicy, the SELinux policy compiler.
26
32
 Only required for building policies.  It uses libsepol to generate
27
33
 the binary policy.  checkpolicy uses the static libsepol since it
28
34
 deals with low level details of the policy that have not been