[XForms] Re: [PATCH] Simplify configure.ac

Angus Leeming angus.leeming at btopenworld.com
Wed Sep 10 14:34:25 EDT 2003


On Wednesday 10 September 2003 5:25 pm, Peter S Galbraith wrote:
> Making Debian packages involves a debian/ directory.  See
> http://ftp.debian.org/d[snip...]/libforms1_1.0-4.diff.gz

Cool! I didn't know you'd done that! I'll have a look at some stage.

> Making the actual packages also involves doing it on a Debian system,
> of course, since specific tools are required to calculate dependencies
> and certain helper packages are invoked.

Sure. But then that is true also of rpmdist. This is from Makefile.am in the 
top level dir.

rpmdist: dist
        if [ -z "`type -path rpmbuild`" ]; \
        then \
                RPMBUILD=rpm; \
        else \
                RPMBUILD=rpmbuild; \
        fi; $$RPMBUILD -ta $(PACKAGE)-$(VERSION).tar.gz ; saved_status=$$?; \
        exit $$saved_status

Regards,
Angus





More information about the Xforms mailing list