The broken links originally reported can be fixed by the following change: diff -u zipios++-0.1.5.9+cvs.2007.04.28/debian/rules zipios++-0.1.5.9+cvs.2007.04.28/debian/rules --- zipios++-0.1.5.9+cvs.2007.04.28/debian/rules +++ zipios++-0.1.5.9+cvs.2007.04.28/debian/rules @@ -71,7 +71,7 @@ dh_installdirs # Add here commands to install the package into debian/tmp - $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install install -d $(CURDIR)/debian/tmp/usr/share/man/man3 install -m 644 $(CURDIR)/doc/man/man3/* $(CURDIR)/debian/tmp/usr/share/man/man3 install -d $(CURDIR)/debian/tmp/usr/share/doc/libzipios++-doc/html --- END ---
In general, you should use DESTDIR rather than changing the prefix at install time. automake and many other build systems support this variable. I don't know what to do about the remaining broken links. Ben. -- Ben Hutchings It is a miracle that curiosity survives formal education. - Albert Einstein
signature.asc
Description: This is a digitally signed message part