X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;h=4197e89015dcf15666ae41eb2507429a5acde93d;hp=a809b3a447796ff83b0d419dbf84929882e9a04a;hb=fcad69c7f0ec54cea0abcd827f013dcbdc3284a6;hpb=72f04cad91d4694ce0254a5fe831d42c5fb55e21 diff --git a/debian/rules b/debian/rules index a809b3a..4197e89 100755 --- a/debian/rules +++ b/debian/rules @@ -54,13 +54,17 @@ install-stamp: dh_clean -k # Add commands to install the package into debian/$PACKAGE_NAME here - $(MAKE) test + $(MAKE) $(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 + + # For some reason, the next line doesn't work properly under + # Ubuntu 5.10. No time to figure it out, we'll just use -f + # instead for now. + rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5 || echo "Ignoring rmdir failure" touch install-stamp @@ -72,6 +76,7 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot + cp LICENSE debian/copyright dh_installdocs README TODO dh_installexamples # dh_installmenu