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

« back to all changes in this revision

Viewing changes to debian/common/debconf.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       : Fri Mar 12 11:11:31 2004
5
5
## Created On Node  : glaurung.internal.golden-gryphon.com
6
6
## Last Modified By : Manoj Srivastava
7
 
## Last Modified On : Fri Mar 12 13:51:21 2004
 
7
## Last Modified On : Mon Apr 11 13:19:10 2005
8
8
## Last Machine Used: glaurung.internal.golden-gryphon.com
9
 
## Update Count     : 14
 
9
## Update Count     : 20
10
10
## Status           : Unknown, Use with caution!
11
11
## HISTORY          : 
12
12
## Description      : 
87
87
        @echo using old template
88
88
endef
89
89
endif
 
90
 
 
91
# the tool podebconf-report-po is also a great friend to have in such
 
92
# circumstances 
 
93
define CHECKPO
 
94
        @for i in po/*.po; do                         \
 
95
          if [ -f $$i ]; then                        \
 
96
            echo \"Checking: $$i\";                  \
 
97
            msgmerge -U $$i po/templates.pot;        \
 
98
            msgfmt -o /dev/null -c --statistics $$i; \
 
99
          fi;                                        \
 
100
        done
 
101
endef
 
 
b'\\ No newline at end of file'