/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to debian/rules

* mandos-monitor (MandosClientWidget): Change "StopChecker" key to "S"
                                       and changed "CheckedOK" key to
                                       "C".
  (UserInterface.__init__): Show version number and brief help on start.
  (UserInterface.process_input): Help key now shows help in log
                                 buffer, and shows log buffer if
                                 hidden.  Commented out
                                 non-implemented keys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# This has to be exported to make some magic below work.
16
16
export DH_OPTIONS
17
17
 
18
 
# -pie was broken briefly on the mips and mipsel architectures, see
 
18
# -pie is broken on the mips and mipsel architectures, see
19
19
# <http://bugs.debian.org/526961>
20
 
BINUTILS_V := $(shell dpkg-query --showformat='$${Version}' \
21
 
                        --show binutils)
22
 
ifeq (yes,$(shell dpkg --compare-versions $(BINUTILS_V) lt 2.20-3 \
23
 
                && dpkg --compare-versions $(BINUTILS_V) ge 2.19.1-1 \
24
 
                && echo yes))
25
 
  ifneq (,$(strip $(findstring :$(DEB_HOST_ARCH):,:mips:mipsel:) \
26
 
                $(findstring :$(DEB_BUILD_ARCH):,:mips:mipsel:)))
27
 
    BROKEN_PIE := yes
28
 
    export BROKEN_PIE
29
 
  endif
 
20
ifneq (,$(findstring :$(DEB_HOST_ARCH):,:mips:mipsel:))
 
21
  BROKEN_PIE := yes
 
22
  export BROKEN_PIE
 
23
endif
 
24
ifneq (,$(findstring :$(DEB_BUILD_ARCH):,:mips:mipsel:))
 
25
  BROKEN_PIE := yes
 
26
  export BROKEN_PIE
30
27
endif
31
28
 
32
29
configure: configure-stamp
38
35
 
39
36
build-arch: build-arch-stamp
40
37
build-arch-stamp: configure-stamp
41
 
        LC_ALL=en_US.utf8 dh_auto_build -- all doc
 
38
        dh_auto_build -- all doc
42
39
        touch $@
43
40
 
44
41
build-indep: build-indep-stamp
45
42
build-indep-stamp: configure-stamp
46
 
        LC_ALL=en_US.UTF-8 dh_auto_build -- doc
 
43
        dh_auto_build -- doc
47
44
        touch $@
48
45
 
49
46
clean:
79
76
        dh_testroot
80
77
        dh_installchangelogs
81
78
        dh_installdocs
82
 
        dh_installexamples
83
79
        dh_link
84
80
        dh_strip
85
81
        dh_compress
86
82
        dh_fixperms --exclude etc/keys/mandos \
87
83
                --exclude etc/mandos/clients.conf \
88
84
                --exclude etc/mandos/plugins.d \
89
 
                --exclude usr/lib/mandos/plugins.d \
90
 
                --exclude usr/share/doc/mandos-client/examples/network-hooks.d
 
85
                --exclude usr/lib/mandos/plugins.d
91
86
        dh_installdeb
92
87
        dh_shlibdeps
93
88
        dh_gencontrol