From: Adam Dickmeiss Date: Mon, 1 Dec 2008 08:48:29 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz X-Git-Tag: v3.0.40~27 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=838af985fb73373d559a3445f07d88109afbfd51;hp=5a3a3e3534d174cbc3b500a499611150bef8fc30 Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz --- diff --git a/.gitignore b/.gitignore index 51f0c13..1955557 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,7 @@ build-stamp config.guess config.sub *~ +debian/*.debhelper.log +debian/*.substvars +debian/*.postinst.debhelper +debian/*.postrm.debhelper diff --git a/buildconf.sh b/buildconf.sh index ee0d1be..5ce967c 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -103,6 +103,12 @@ When building from a CVS checkout, you need these Debian packages: xsltproc, docbook, docbook-xml, docbook-xsl, libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev, libpcap0.8-dev + +Also perhaps: libgnutls-dev libicu-dev + +And if you want to make a Debian package: dpkg-dev fakeroot debhelper +(Then run "dpkg-buildpackage -rfakeroot" in this directory.) + EOF fi if [ "`uname -s`" = FreeBSD ]; then