~ubuntu-branches/ubuntu/hardy/checkpolicy/hardy

« back to all changes in this revision

Viewing changes to debian/local.mk

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2005-06-27 14:42:10 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050627144210-so2wgrysi6glkqkt
Tags: 1.24-1
* New upstream release
      * Updated version for release.
      * Merged cleanup patch from Dan Walsh.
      * Added sepol_ prefix to Flask types to avoid namespace
        collision with libselinux.
      * Merged identifier fix from Joshua Brindle (Tresys).
      * Merged hierarchical type/role patch from Tresys Technology.
      * Merged MLS fixes from Darrel Goeddel of TCS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
## Created On       : Sat Nov 15 10:42:10 2003
5
5
## Created On Node  : glaurung.green-gryphon.com
6
6
## Last Modified By : Manoj Srivastava
7
 
## Last Modified On : Fri Nov  5 00:44:01 2004
 
7
## Last Modified On : Sat Mar 12 18:41:58 2005
8
8
## Last Machine Used: glaurung.internal.golden-gryphon.com
9
 
## Update Count     : 6
 
9
## Update Count     : 7
10
10
## Status           : Unknown, Use with caution!
11
11
## HISTORY          : 
12
12
## Description      : 
56
56
        $(install_file)      debian/copyright       $(DOCDIR)/copyright
57
57
        gzip -9fqr           $(MANDIR)/
58
58
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
59
 
        strip --strip-unneeded --remove-section=.note --remove-section=.comment  $(BINDIR)/checkpolicy $(BINDIR)/genpolusers
 
59
        strip --strip-unneeded --remove-section=.note --remove-section=.comment  $(BINDIR)/checkpolicy
60
60
endif
61
61
 
62
62
binary/checkpolicy: testroot
63
63
        $(checkdir)
64
64
        $(REASON)
65
65
        $(make_directory)    $(TMPTOP)/DEBIAN
66
 
        dpkg-shlibdeps       $(BINDIR)/checkpolicy  $(BINDIR)/genpolusers
 
66
        dpkg-shlibdeps       $(BINDIR)/checkpolicy
67
67
        dpkg-gencontrol      -p$(package) -isp      -P$(TMPTOP)
68
68
        chown -R root:root   $(TMPTOP)
69
69
        chmod -R u+w,go=rX   $(TMPTOP)