From: Mike Taylor Date: Tue, 27 Nov 2007 17:11:29 +0000 (+0000) Subject: Debian packages created in debian/output rather than debian-output X-Git-Url: http://git.indexdata.com/?p=perl-pqf.git;a=commitdiff_plain;h=06b97dd8ca8e6659d0be97da64a8318793bf530c Debian packages created in debian/output rather than debian-output --- diff --git a/.cvsignore b/.cvsignore index 7dd5922..19eac28 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,4 +3,3 @@ blib pm_to_blib install-stamp build-stamp -debian-output diff --git a/Changes b/Changes index 7913714..958a7d2 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,10 @@ -$Id: Changes,v 1.11 2007-11-19 13:12:58 mike Exp $ +$Id: Changes,v 1.12 2007-11-27 17:11:29 mike Exp $ Revision history for Perl extension Net::Z3950::PQF. 0.05 (IN PROGRESS) - Debian packaging: use "make debian" to create new - "debian-output" directory containing .deb package file, + "debian/output" directory containing .deb package file, changes file, etc. 0.04 Fri Oct 5 13:13:20 BST 2007 diff --git a/Makefile.PL b/Makefile.PL index 0d71dcb..f2c7245 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.4 2007-11-19 13:42:58 mike Exp $ +# $Id: Makefile.PL,v 1.5 2007-11-27 17:11:29 mike Exp $ use 5.006; use ExtUtils::MakeMaker; @@ -16,9 +16,9 @@ WriteMakefile( sub MY::postamble { "debian: makemakerdflt dpkg-buildpackage -rfakeroot -d - rm -rf debian-output - mkdir debian-output - mv ../libnet-z3950-pqf-perl* debian-output + rm -rf debian/output + mkdir debian/output + mv ../libnet-z3950-pqf-perl* debian/output "; } diff --git a/debian/.cvsignore b/debian/.cvsignore index dc2a71d..a5588ac 100644 --- a/debian/.cvsignore +++ b/debian/.cvsignore @@ -1,3 +1,4 @@ files libnet-z3950-pqf-perl libnet-z3950-pqf-perl.substvars +output