]> git.decadent.org.uk Git - maypole.git/commitdiff
Moved templates into the doc directory and linked/moved them into the example subdire...
authorBen Hutchings <ben@decadent.org.uk>
Sun, 16 Sep 2007 19:15:38 +0000 (19:15 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 4 Nov 2008 03:32:56 +0000 (03:32 +0000)
debian/rules

index 7c2d11b5c040402897a96a3e583bb71c6e63b217..8352dba04263041c9877aa3db37fa0e45d8c2ce5 100755 (executable)
@@ -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