X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=2fa35006f813bdb4674688145543596555e40a98;hb=dea6d1e87442f48e8a40247c9ccb2fbb0ef7a464;hp=85ea9f5151fadc44567855e3cc9a8dcafec5bd62;hpb=9c6c4d00fb21c0eba19eae9581877d7b5373580b;p=ZOOM-Perl-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index 85ea9f5..2fa3500 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.25 2007-11-19 12:58:28 mike Exp $ # Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement" # or: perl Makefile.PL PREFIX=/home/mike/universe @@ -62,3 +62,12 @@ __EOT__ exit 1; } } + +sub MY::postamble { "debian: makemakerdflt + dpkg-buildpackage -rfakeroot -d + rm -rf debian-output + mkdir debian-output + mv ../libnet-z3950-zoom-perl* debian-output +"; +} +