diff -Nru libxt-1.0.7/debian/changelog libxt-1.0.7-1/debian/changelog --- libxt-1.0.7/debian/changelog 2010-11-15 13:52:18.000000000 +0000 +++ libxt-1.0.7-1/debian/changelog 2010-10-05 07:29:20.000000000 +0000 @@ -1,3 +1,15 @@ +libxt (1:1.0.7-1-1cross2) maverick; urgency=low + + * Exclude makestrs from dh_install + + -- Peter Pearse Tue, 05 Oct 2010 07:29:20 +0000 + +libxt (1:1.0.7-1-1cross1) maverick; urgency=low + + * Dont install makestrs in cross builds + + -- Peter Pearse Mon, 04 Oct 2010 09:19:08 +0000 + libxt (1:1.0.7-1) unstable; urgency=low [ Timo Aaltonen ] diff -Nru libxt-1.0.7/debian/rules libxt-1.0.7-1/debian/rules --- libxt-1.0.7/debian/rules 2010-11-15 13:52:18.000000000 +0000 +++ libxt-1.0.7-1/debian/rules 2010-10-05 07:23:24.000000000 +0000 @@ -29,7 +29,7 @@ ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) confflags += --build=$(DEB_HOST_GNU_TYPE) else - confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) + confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --disable-install-makestrs endif # drop -Wl,-Bsymbolic-functions from LDFLAGS as it conflicts with the Xt @@ -84,7 +84,11 @@ dh_testroot dh_installdocs +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) dh_install --sourcedir=debian/tmp --list-missing +else + dh_install --sourcedir=debian/tmp --list-missing --exclude=makestrs +endif dh_installchangelogs ChangeLog dh_link dh_installman