/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

  • Committer: Teddy Hogeborn
  • Date: 2012-06-23 00:58:49 UTC
  • mto: (237.7.272 trunk)
  • mto: This revision was merged to the branch mainline in revision 303.
  • Revision ID: teddy@recompile.se-20120623005849-02wj82cng433rt2k
* clients.conf: Convert all time intervals to new RFC 3339 syntax.
* mandos: All client options for time intervals now take an RFC 3339
          duration.
  (rfc3339_duration_to_delta): New function.
  (string_to_delta): Try rfc3339_duration_to_delta first.
* mandos-clients.conf.xml (OPTIONS/timeout): Document new format.
  (EXAMPLE): Update to new interval format.
  (SEE ALSO): Reference RFC 3339.

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 is broken on the mips and mipsel architectures, see
 
18
# -pie was broken briefly on the mips and mipsel architectures, see
19
19
# <http://bugs.debian.org/526961>
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
 
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
27
30
endif
28
31
 
29
32
configure: configure-stamp
35
38
 
36
39
build-arch: build-arch-stamp
37
40
build-arch-stamp: configure-stamp
38
 
        dh_auto_build -- all doc
 
41
        LC_ALL=en_US.utf8 dh_auto_build -- all doc
39
42
        touch $@
40
43
 
41
44
build-indep: build-indep-stamp
42
45
build-indep-stamp: configure-stamp
43
 
        dh_auto_build -- doc
 
46
        LC_ALL=en_US.UTF-8 dh_auto_build -- doc
44
47
        touch $@
45
48
 
46
49
clean:
76
79
        dh_testroot
77
80
        dh_installchangelogs
78
81
        dh_installdocs
 
82
        dh_installexamples
79
83
        dh_link
80
84
        dh_strip
81
85
        dh_compress
82
86
        dh_fixperms --exclude etc/keys/mandos \
83
87
                --exclude etc/mandos/clients.conf \
84
88
                --exclude etc/mandos/plugins.d \
85
 
                --exclude usr/lib/mandos/plugins.d
 
89
                --exclude usr/lib/mandos/plugins.d \
 
90
                --exclude usr/share/doc/mandos-client/examples/network-hooks.d
86
91
        dh_installdeb
87
92
        dh_shlibdeps
88
93
        dh_gencontrol