~ubuntu-branches/ubuntu/precise/policycoreutils/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Caleb Case, Caleb Case, Joseph Jackson IV
  • Date: 2008-02-09 21:36:48 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080209213648-lgax8nm8jer4ld25
Tags: 2.0.43-0ubuntu1
[ Caleb Case ]
* New upstream SVN HEAD
 + Merged support for non-interactive newrole command invocation from
   Tim Reed.
 + Update Makefile to not build restorecond if
   /usr/include/sys/inotify.h is not present
 + Drop verbose output on fixfiles -C from Dan Walsh.
 + Fix argument handling in fixfiles from Dan Walsh.
 + Enhance boolean support in semanage, including using the .xml
   description when available, from Dan Walsh.
 + load_policy initial load option from Chad Sellers.
 + Fix semodule option handling from Dan Walsh.
 + Add deleteall support for ports and fcontexts in semanage from Dan
   Walsh.
 + Add genhomedircon script to invoke semodule -Bn from Dan Walsh.
 + Update semodule man page for -D from Dan Walsh.
 + Add boolean, locallist, deleteall, and store support to semanage
   from Dan Walsh.
 + Improve semodule reporting of system errors from Stephen Smalley.
 + Fix setfiles selabel option flag setting for 64-bit from Stephen
   Smalley.
 + Remove genhomedircon script (functionality is now provided
   within libsemanage) from Todd Miller.
 + Fix genhomedircon searching for USER from Todd Miller
 + Install run_init with mode 0755 from Dan Walsh.
 + Fix chcat from Dan Walsh.
 + Fix fixfiles pattern expansion and error reporting from Dan Walsh.   
 + Optimize genhomedircon to compile regexes once from Dan Walsh.
 + Fix semanage gettext call from Dan Walsh.
 + Disable dontaudits via semodule -D
 + Rebase setfiles to use new labeling interface.
 + Fixed setsebool (falling through to error path on success).
 + Merged genhomedircon fixes from Dan Walsh.
 + Merged setfiles -c usage fix from Dan Walsh.
 + Merged restorecon fix from Yuichi Nakamura.
 + Dropped -lsepol where no longer needed.
 + Merge newrole support for alternate pam configs from Ted X Toth.
 + Merged merging of restorecon into setfiles from Stephen Smalley.
 + Merged genhomedircon fix to find conflicting directories correctly
   from Dan Walsh.
* debian/policycoreutils.restorecon.init
  * Removing improper '$' 

[ Joseph Jackson IV ]
* debian/control
  - Update Debian Maintainer field

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/make -f
2
 
############################ -*- Mode: Makefile; coding: utf-8 -*- ###########################
3
 
## rules --- 
4
 
## Author           : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com ) 
5
 
## Created On       : Fri Nov 14 12:33:34 2003
6
 
## Created On Node  : glaurung.green-gryphon.com
7
 
## Last Modified By : Manoj Srivastava
8
 
## Last Modified On : Tue Nov 18 17:46:22 2003
9
 
## Last Machine Used: glaurung.green-gryphon.com
10
 
## Update Count     : 70
11
 
## Status           : Unknown, Use with caution!
12
 
## HISTORY          : 
13
 
## Description      : 
14
 
## 
15
 
## arch-tag: 9a5063f4-1e20-4fff-b22a-de94c1e3d954
16
 
## 
17
 
## This program is free software; you can redistribute it and/or modify
18
 
## it under the terms of the GNU General Public License as published by
19
 
## the Free Software Foundation; either version 2 of the License, or
20
 
## (at your option) any later version.
21
 
##
22
 
## This program is distributed in the hope that it will be useful,
23
 
## but WITHOUT ANY WARRANTY; without even the implied warranty of
24
 
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25
 
## GNU General Public License for more details.
26
 
##
27
 
## You should have received a copy of the GNU General Public License
28
 
## along with this program; if not, write to the Free Software
29
 
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
30
 
##
31
 
###############################################################################
32
 
 
33
 
# Include dpkg-architecture generated variables
34
 
include debian/common/archvars.mk
35
 
 
36
 
# Set variables with information extracted from control and changelog files
37
 
include debian/common/pkgvars.mk
38
 
 
39
 
# variables useful for perl packages
40
 
include debian/common/perlvars.mk
41
 
 
42
 
# Install commands
43
 
include debian/common/install_cmds.mk
44
 
 
45
 
include debian/local-vars.mk
46
 
 
47
 
include debian/common/copt.mk
48
 
 
49
 
include debian/common/automake.mk
50
 
 
51
 
 
52
 
 
53
 
all:
54
 
        @echo nothing to be done
55
 
 
56
 
include debian/common/targets.mk
57
 
 
58
 
include debian/local.mk
59
 
 
60
 
 
61
 
#Local variables:
62
 
#mode: makefile
63
 
#End:
 
1
#!/usr/bin/make -f
 
2
  
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
 
4
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
5
include /usr/share/cdbs/1/class/makefile.mk
 
6
 
 
7
# Add here any variable or target overrides you need.
 
8
 
 
9
DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
 
10
DEB_MAKE_CLEAN_TARGET   = clean
 
11
DEB_MAKE_BUILD_TARGET   = all
 
12
DEB_MAKE_INSTALL_TARGET = DESTDIR=$(CURDIR)/debian/tmp PYTHONLIBDIR=$(CURDIR)/debian/tmp/usr/share/python-support/$(package) install
 
13
DEB_MAKE_CHECK_TARGET = test
 
14
 
 
15
DEB_COMPRESS_EXCLUDE = .py
 
16
 
 
17
DEB_UPDATE_RCD_PARAMS_restorecond = --name=restorecond -- defaults 1
 
18
DEB_UPDATE_RCD_PARAMS_restorecon = --name=restorecon -- defaults 1
 
19
 
 
20
binary-install/policycoreutils::
 
21
        dh_pysupport -ppolicycoreutils
 
22
        dh_installinit -ppolicycoreutils --name restorecond -- defaults 1
 
23
        dh_installinit -ppolicycoreutils --name restorecon -- defaults 1