X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=74c21710c3acce84cb99eeb2395527b7cfa14877;hb=bd1ae9014cb0c6d1e012ddb8a15d243458cf649c;hp=cc72830ffc54c02b0fa8476c367ea2cdaddb2ce4;hpb=3e9b502276de9d7e44246f164b39f365765d00c1;p=debian%2Famanda diff --git a/debian/rules b/debian/rules index cc72830..74c2171 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ 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 @@ -92,7 +92,6 @@ binary-arch: build dh_compress -a dh_movefiles -a --sourcedir=debian/amanda-common rm -r $(r)/usr/share/amanda - rm $(s)/usr/lib/amanda/chg-mtx dh_fixperms -av # fix perms manually chown -R backup:backup debian/*/var/lib/* @@ -132,6 +131,7 @@ binary-arch: build $(s)/usr/share/lintian/overrides/amanda-server dh_makeshlibs -pamanda-common --noscripts dh_installdeb -a + dh_perl -a 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...