diff -Nru acl-2.2.49/debian/changelog acl-2.2.49-3/debian/changelog --- acl-2.2.49/debian/changelog 2010-06-08 07:45:28.000000000 +0000 +++ acl-2.2.49-3/debian/changelog 2010-10-06 09:36:43.000000000 +0000 @@ -1,3 +1,15 @@ +acl (2.2.49-3-1cross2) maverick; urgency=low + + * Get PPA to play + + -- Peter Pearse Wed, 06 Oct 2010 09:36:43 +0000 + +acl (2.2.49-3-1cross1) maverick; urgency=low + + * Pass host to configure to allow cross build + + -- Peter Pearse Tue, 05 Oct 2010 15:14:42 +0000 + acl (2.2.49-3) unstable; urgency=low * Add upstream patches diff -Nru acl-2.2.49/debian/rules acl-2.2.49-3/debian/rules --- acl-2.2.49/debian/rules 2010-02-03 05:46:40.000000000 +0000 +++ acl-2.2.49-3/debian/rules 2010-10-05 14:26:25.000000000 +0000 @@ -2,6 +2,12 @@ export DH_VERBOSE=1 +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +#ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) +LOCAL_CONFIGURE_OPTIONS+=--build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) + package = acl develop = lib$(package)1-dev library = lib$(package)1 @@ -29,7 +35,7 @@ .census: @echo "== dpkg-buildpackage: configure" 1>&2 $(checkdir) - $(options) $(MAKE) configure + $(options) $(MAKE) configure LOCAL_CONFIGURE_OPTIONS="$(LOCAL_CONFIGURE_OPTIONS)" touch .census clean: