-$Id: Changes,v 1.73 2007-11-23 12:04:15 mike Exp $
+$Id: Changes,v 1.74 2007-11-29 16:43:52 mike Exp $
Revision history for Perl extension Net::Z3950::ZOOM.
1.22 (IN PROGRESS)
- Better 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.
- Clear up a few warnings in ZOOM.xs
- Minor documentation improvements.
-# $Id: Makefile.PL,v 1.25 2007-11-19 12:58:28 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
}
}
-sub MY::postamble { "debian: makemakerdflt
+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
+ rm -rf debian/output
+ mkdir debian/output
+ mv ../libnet-z3950-zoom-perl* debian/output
";
}
-