8d4592bf2d27aa70f3fa3ce9e7c94f45d946e712
[debian/amanda] / debian / rules
1 #!/usr/bin/make -f
2 # debian/rules for amanda using debhelper. GNU copyright 1998 by Bdale Garbee.
3 # requires automake 1.2d (from experimental tree)
4
5 #       Warning - do *not* use -j on an SMP machine, or the build gets
6 #               confused... some sort of race condition in the makefiles?
7
8 # Uncomment this to turn on verbose mode.
9 #export DH_VERBOSE=1
10
11 r=$(shell pwd)/debian/amanda-common
12 s=$(shell pwd)/debian/amanda-server
13 c=$(shell pwd)/debian/amanda-client
14
15 build: build-stamp 
16 build-stamp: /sbin/dump /usr/bin/smbclient debian/po/templates.pot
17         dh_testdir
18 #       automake --foreign
19 #       autoconf -l config
20         MAILER=/usr/bin/mail \
21         ./configure --prefix=/usr --bindir=/usr/sbin --mandir=/usr/share/man \
22                 --libexecdir=/usr/lib/amanda --enable-shared\
23                 --sysconfdir=/etc --localstatedir=/var/lib \
24                 --with-gnutar-listdir=/var/lib/amanda/gnutar-lists \
25                 --with-index-server=localhost \
26                 --with-user=backup --with-group=backup  \
27                 --with-bsd-security --with-amandahosts \
28                 --with-smbclient=/usr/bin/smbclient \
29                 --with-debugging=/var/log/amanda \
30                 --with-dumperdir=/usr/lib/amanda/dumper.d \
31                 --with-tcpportrange=50000,50100 --with-udpportrange=840,860 \
32                 --with-maxtapeblocksize=256 \
33                 --with-ssh-security \
34                 --with-bsdtcp-security --with-bsdudp-security
35         touch missing
36         MAILER=/usr/bin/mail make CFLAGS="-O2 -g -Wall \
37                 -DAMANDATES_FILE='\"/var/lib/amanda/amandates\"' \
38                 -DIGNORE_TAR_ERRORS "
39         touch build-stamp
40
41 clean:
42         dh_testdir
43         dh_testroot
44         [ ! -f Makefile ] || make clean
45         [ ! -f Makefile ] || make distclean
46         -rm -f build-stamp missing config/config.h common-src/genversion
47         -rm -f debian/po/templates.pot
48         -find . -type d -name .deps -exec rm -rf {} \;
49
50         -test -r /usr/share/misc/config.sub && \
51                 cp -f /usr/share/misc/config.sub config/config.sub
52         -test -r /usr/share/misc/config.guess && \
53                 cp -f /usr/share/misc/config.guess config/config.guess
54
55         debconf-updatepo
56         dh_clean
57
58 # Build architecture-independent files here.
59 binary-indep: build
60
61 # Build architecture-dependent files here.
62 binary-arch: build
63         dh_testdir
64         dh_testroot
65         dh_clean -k
66         dh_installdirs -a
67         make install DESTDIR=$(r)
68         install -m 644 debian/amandahosts $(r)/etc/amandahosts
69         dh_installdocs -a
70         dh_installexamples -a
71         cp ChangeLog $(r)/usr/share/doc/amanda-common/changelog
72         cp debian/xinetd.d/amandaidx $(s)/etc/xinetd.d
73         cp debian/xinetd.d/amidxtape $(s)/etc/xinetd.d
74         cp debian/xinetd.d/amanda $(r)/etc/xinetd.d                     
75         dh_installmenu -a
76         dh_installcron -a
77         dh_installchangelogs -a
78         dh_installdebconf -a
79         dh_strip -a
80         dh_compress -a
81         dh_movefiles -a --sourcedir=debian/amanda-common
82         rm $(s)/usr/lib/amanda/chg-mtx
83         dh_fixperms -av
84         # fix perms manually
85         chown -R backup:backup debian/*/var/lib/*
86         chmod -R u=rwX,g=rwX,o-rwx debian/*/var/lib/*
87         chown -R backup:backup $(s)/var/log/amanda
88         chmod -R u=rwX,g=rwX,o-rwx $(s)/var/log/amanda
89         chown -R backup:backup $(s)/etc/amanda
90         chmod -R u=rwX,g=rwX,o-rwx $(s)/etc/amanda
91         chown -R backup:backup $(c)/var/lib/amanda/gnutar-lists
92         chmod -R u=rwX,g=rwX,o-rwx $(c)/var/lib/amanda/gnutar-lists
93         # .. setuid
94         chown root:backup \
95                 $(c)/usr/lib/amanda/killpgrp \
96                 $(c)/usr/lib/amanda/rundump \
97                 $(c)/usr/lib/amanda/runtar \
98                 $(s)/usr/lib/amanda/dumper \
99                 $(s)/usr/lib/amanda/planner \
100                 $(s)/usr/sbin/amcheck
101         chmod u=srwx,g=rx,o=r \
102                 $(c)/usr/lib/amanda/killpgrp \
103                 $(c)/usr/lib/amanda/rundump \
104                 $(c)/usr/lib/amanda/runtar \
105                 $(s)/usr/lib/amanda/dumper \
106                 $(s)/usr/lib/amanda/planner \
107                 $(s)/usr/sbin/amcheck
108         install -o root -g root -m 0644 debian/amanda-client.lintian \
109                 $(c)/usr/share/lintian/overrides/amanda-client
110         install -o root -g root -m 0644 debian/amanda-common.lintian \
111                 $(r)/usr/share/lintian/overrides/amanda-common
112         install -o root -g root -m 0644 debian/amanda-server.lintian \
113                 $(s)/usr/share/lintian/overrides/amanda-server
114         dh_makeshlibs -a
115         dh_installdeb -a
116         dh_shlibdeps -a -l"debian/amanda-common/usr/lib:debian/amanda-client/usr/lib:debian/amanda-server/usr/lib"
117         # strip out the non-versioned amanda-common references, we need
118         # the versioned ones in the control file and dupes are ugly...
119         sed -e 's/amanda-common, //' < debian/amanda-server.substvars > debian/blah
120         mv debian/blah debian/amanda-server.substvars
121         sed -e 's/amanda-common, //' < debian/amanda-client.substvars > debian/blah
122         mv debian/blah debian/amanda-client.substvars
123         dh_gencontrol -a
124         dh_md5sums -a
125         dh_builddeb -a
126
127 source diff:                                                                  
128         @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
129
130 debian/po/templates.pot:        debian/templates
131         @debconf-updatepo
132
133 binary: binary-indep binary-arch
134 .PHONY: build clean binary-indep binary-arch binary