hunk ./autotools/libtool/Makefile 38 - for i in `cat $(WORKSRC)/debian/patches/series` ; do \ + # remove offending patch + cd $(WORKSRC)/debian/patches && grep -v deplib_binary.patch series > my-series + # apply the rest + for i in `cat $(WORKSRC)/debian/patches/my-series` ; do \ hunk ./debian/control.in 10 -Depends: scratchbox-libs (>= 1.0) +Depends: scratchbox-libs (>= 1.0.24)