Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 Dec 2008 08:48:29 +0000 (09:48 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 Dec 2008 08:48:29 +0000 (09:48 +0100)
.gitignore
buildconf.sh

index 51f0c13..1955557 100644 (file)
@@ -18,3 +18,7 @@ build-stamp
 config.guess
 config.sub
 *~
+debian/*.debhelper.log
+debian/*.substvars
+debian/*.postinst.debhelper
+debian/*.postrm.debhelper
index ee0d1be..5ce967c 100755 (executable)
@@ -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