/mandos/trunk

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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Teddy Hogeborn
  • Date: 2008-09-19 13:50:22 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080919135022-214t21hetv8jgv0y
* debian/mandos-client.docs: New.  Add README and TODO file.
* debian/mandos.docs: - '' -

* debian/mandos-client.links: New.  Create plugin-runner.conf(5) link.

* debian/rules (DH_VERBOSE): Commented out.
               Removed commented-out unused dh_* stuff.  Removed
               "dh_makeshlibs".

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
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
30
 
endif
31
 
 
32
18
configure: configure-stamp
33
19
configure-stamp:
34
20
        dh_testdir
38
24
 
39
25
build-arch: build-arch-stamp
40
26
build-arch-stamp: configure-stamp
41
 
        LC_ALL=en_US.utf8 dh_auto_build -- all doc
 
27
        dh_auto_build -- all doc
42
28
        touch $@
43
29
 
44
30
build-indep: build-indep-stamp
45
31
build-indep-stamp: configure-stamp
46
 
        LC_ALL=en_US.UTF-8 dh_auto_build -- doc
 
32
        dh_auto_build -- doc
47
33
        touch $@
48
34
 
49
35
clean:
61
47
        dh_installdirs --indep
62
48
        $(MAKE) DESTDIR=$(CURDIR)/debian/mandos install-server
63
49
        dh_lintian
64
 
        dh_installinit --onlyscripts \
65
 
                --update-rcd-params="defaults 25 15"
 
50
        dh_installinit --onlyscripts --no-start
66
51
        dh_install --indep
67
52
 
68
53
install-arch:
79
64
        dh_testroot
80
65
        dh_installchangelogs
81
66
        dh_installdocs
 
67
#       dh_installdebconf
82
68
        dh_link
83
69
        dh_strip
84
70
        dh_compress
85
71
        dh_fixperms --exclude etc/keys/mandos \
86
72
                --exclude etc/mandos/clients.conf \
87
 
                --exclude etc/mandos/plugins.d \
88
 
                --exclude usr/lib/mandos/plugins.d \
89
 
                --exclude usr/share/doc/mandos-client/network-hooks.d
 
73
                --exclude usr/lib/mandos/plugins.d
90
74
        dh_installdeb
91
75
        dh_shlibdeps
92
76
        dh_gencontrol