diff -Nru dhcp3-3.1.3/debian/changelog dhcp3-3.1.3-2ubuntu6/debian/changelog --- dhcp3-3.1.3/debian/changelog 2010-11-15 10:42:16.000000000 +0000 +++ dhcp3-3.1.3-2ubuntu6/debian/changelog 2010-10-18 15:56:57.000000000 +0000 @@ -1,3 +1,9 @@ +dhcp3 (3.1.3-2ubuntu6-1cross1) maverick; urgency=low + + * Cross patch + + -- Peter Pearse Mon, 18 Oct 2010 15:56:57 +0000 + dhcp3 (3.1.3-2ubuntu6) maverick; urgency=low * update to use dh_apparmor: diff -Nru dhcp3-3.1.3/debian/rules dhcp3-3.1.3-2ubuntu6/debian/rules --- dhcp3-3.1.3/debian/rules 2010-11-15 10:42:16.000000000 +0000 +++ dhcp3-3.1.3-2ubuntu6/debian/rules 2010-10-18 15:51:54.000000000 +0000 @@ -13,6 +13,8 @@ DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc +# TODO Get cross stripping to work +DEB_BUILD_OPTIONS+=nostrip else CROSS= endif