X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=ea16f0ef7b40133abcd19d456b6af37b109414e8;hb=835606293987084b8caa9978adf1c98b55d3a52a;hp=3e375965bd245afcb98e94d5940cd172b7580a20;hpb=d3292bc521a046361662b58914c151d16842dbb6;p=ZOOM-Perl-moved-to-github.git diff --git a/debian/rules b/debian/rules index 3e37596..ea16f0e 100755 --- a/debian/rules +++ b/debian/rules @@ -54,13 +54,13 @@ install-stamp: dh_clean -k # Add commands to install the package into debian/$PACKAGE_NAME here - $(MAKE) test +# $(MAKE) test ### Do not make test for now -- it's too slow $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr # As this is a architecture dependent package, we are not # supposed to install stuff to /usr/share. MakeMaker creates - # the dirs, we delete them from the deb: - rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5 + # the dirs, we delete them from the deb if they exist + rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5 || : touch install-stamp @@ -72,7 +72,7 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_installdocs README archive/README samples/README + dh_installdocs README samples/README dh_installexamples # dh_installmenu # dh_installcron