--- debian/rules.patch.orig 2011-10-06 11:20:33.669664528 +0200 +++ debian/rules.patch 2011-10-06 11:20:35.059664553 +0200 @@ -297,12 +297,10 @@ echo $(strip $(addsuffix .diff,$(debian_patches))) \ | sed -r 's/ +/ /g' | tr " " "\n" > $(series_file) ifneq (,$(strip $(hardening_patches))) - ifneq ($(DEB_CROSS),yes) ifneq ($(PKGSOURCE),gcc-snapshot) echo $(strip $(addsuffix .diff,$(hardening_patches))) \ | sed -r 's/ +/ /g' | tr " " "\n" >> $(series_file) endif - endif endif sed -r 's/(.)$$/\1 -p1/' -i $(series_file) touch $@