X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=Makefile.PL;h=9d303a5ab3bc3dbe6398a169b459ca34fc3d7565;hb=a032022a32bbc0d1ed46990ca8e79889ce41cb1f;hp=85ea9f5151fadc44567855e3cc9a8dcafec5bd62;hpb=9c6c4d00fb21c0eba19eae9581877d7b5373580b;p=ZOOM-Perl-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index 85ea9f5..9d303a5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.24 2007-10-03 14:05:04 mike Exp $ +# $Id: Makefile.PL,v 1.26 2007-11-29 16:43:52 mike Exp $ # Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement" # or: perl Makefile.PL PREFIX=/home/mike/universe @@ -62,3 +62,13 @@ __EOT__ exit 1; } } + +sub MY::postamble { "debian: debian/output + +debian/output: + dpkg-buildpackage -rfakeroot -d + rm -rf debian/output + mkdir debian/output + mv ../libnet-z3950-zoom-perl* debian/output +"; +}