X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=f3918a45f104bd6a7f8b19c3f00e2016b271f7a1;hb=80c007832d90b84517736b733b3d1af9081e55ad;hp=315df6cf9f880979c56c1ffe0661cb5df608b8ce;hpb=e6f5b6ec8d303807a43534a2a33cc9640b8d2972;p=debian%2Famanda diff --git a/debian/rules b/debian/rules index 315df6c..f3918a4 100755 --- a/debian/rules +++ b/debian/rules @@ -15,15 +15,17 @@ configure-stamp: # pick up latest config files provided by autotools-dev cp -f /usr/share/misc/config.sub config/config.sub cp -f /usr/share/misc/config.guess config/config.guess - MAILER=/usr/bin/mail \ - # do we need --{htmldir,dvidir,pdfdir,psdir} to force subdirectories? # should we re-craft this to use --without-server and --without-client, # and lose the amanda-common package? + MAILER=/usr/bin/mail \ + SSH=/usr/bin/ssh \ ./configure \ --prefix=/usr \ --bindir=/usr/sbin \ --libexecdir=/usr/lib/amanda \ + --without-amlibexecdir \ + --without-amperldir \ --sysconfdir=/etc \ --sharedstatedir=/var/lib \ --localstatedir=/var/lib \ @@ -32,21 +34,24 @@ configure-stamp: --with-tcpportrange=50000,50100 \ --with-udpportrange=840,860 \ --with-debugging=/var/log/amanda \ + --with-gnutar-listdir=/var/lib/amanda/gnutar-lists \ --with-index-server=localhost \ - --with-bsd-security \ - --with-amandahosts \ --with-smbclient=/usr/bin/smbclient \ + --with-amandahosts \ --with-ssh-security \ --with-bsdtcp-security \ - --with-bsdudp-security + --with-bsdudp-security \ + --without-ipv6 \ + --enable-s3-device + touch missing touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir - MAILER=/usr/bin/mail make CFLAGS="-O2 -g -Wall \ + MAILER=/usr/bin/mail $(MAKE) CFLAGS="-O2 -g -Wall \ -DAMANDATES_FILE='\"/var/lib/amanda/amandates\"' \ -DIGNORE_TAR_ERRORS " touch build-stamp @@ -73,6 +78,7 @@ binary-arch: build dh_clean -k dh_installdirs -a make install DESTDIR=$(r) + sed -i "/dependency_libs/ s/'.*'/''/" `find $(r)/usr/lib/amanda/ -name '*.la'` install -m 644 debian/amandahosts $(r)/etc/amandahosts dh_installdocs -a dh_installexamples -a @@ -87,7 +93,7 @@ binary-arch: build dh_strip -a dh_compress -a dh_movefiles -a --sourcedir=debian/amanda-common - rm $(s)/usr/lib/amanda/chg-mtx + rm -r $(r)/usr/share/amanda dh_fixperms -av # fix perms manually chown -R backup:backup debian/*/var/lib/* @@ -100,6 +106,9 @@ binary-arch: build chmod -R u=rwX,g=rwX,o-rwx $(c)/var/lib/amanda/gnutar-lists # .. setuid chown root:backup \ + $(c)/usr/lib/amanda/application/amgtar \ + $(c)/usr/lib/amanda/application/amstar \ + $(c)/usr/lib/amanda/calcsize \ $(c)/usr/lib/amanda/killpgrp \ $(c)/usr/lib/amanda/rundump \ $(c)/usr/lib/amanda/runtar \ @@ -107,6 +116,9 @@ binary-arch: build $(s)/usr/lib/amanda/planner \ $(s)/usr/sbin/amcheck chmod u=srwx,g=rx,o=r \ + $(c)/usr/lib/amanda/application/amgtar \ + $(c)/usr/lib/amanda/application/amstar \ + $(c)/usr/lib/amanda/calcsize \ $(c)/usr/lib/amanda/killpgrp \ $(c)/usr/lib/amanda/rundump \ $(c)/usr/lib/amanda/runtar \ @@ -119,8 +131,9 @@ binary-arch: build $(r)/usr/share/lintian/overrides/amanda-common install -o root -g root -m 0644 debian/amanda-server.lintian \ $(s)/usr/share/lintian/overrides/amanda-server - dh_makeshlibs -a + dh_makeshlibs -pamanda-common --noscripts dh_installdeb -a + dh_perl -a usr/lib/amanda/perl dh_shlibdeps -a -l"debian/amanda-common/usr/lib:debian/amanda-client/usr/lib:debian/amanda-server/usr/lib" # strip out the non-versioned amanda-common references, we need # the versioned ones in the control file and dupes are ugly...