From: Ben Hutchings Date: Sun, 16 Sep 2007 19:15:38 +0000 (+0000) Subject: Moved templates into the doc directory and linked/moved them into the example subdire... X-Git-Tag: 2.11+2.111-1~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=bc339a735e8aec0ad7a2088241f53de345b913e9 Moved templates into the doc directory and linked/moved them into the example subdirectories. --- diff --git a/debian/rules b/debian/rules index 7c2d11b..8352dba 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,16 @@ binary-indep : build-stamp dh_perl dh_installchangelogs Changes dh_installdocs - dh_compress + mv debian/libmaypole-perl/usr/share/perl5/Maypole/templates \ + debian/libmaypole-perl/usr/share/doc/libmaypole-perl/templates + mkdir debian/libmaypole-perl/usr/share/doc/libmaypole-perl/ex/templates + mv debian/libmaypole-perl/usr/share/doc/libmaypole-perl/templates/beer \ + debian/libmaypole-perl/usr/share/doc/libmaypole-perl/ex/templates/custom + ln -s ../../templates/factory \ + debian/libmaypole-perl/usr/share/doc/libmaypole-perl/ex/templates/factory + ln -s ../../../templates/factory \ + debian/libmaypole-perl/usr/share/doc/libmaypole-perl/ex/fancy_example/templates/factory + dh_compress -X/ex/ -X/templates/ dh_fixperms dh_gencontrol dh_md5sums