~allsymes/cdbs/fix-translation-domain-adder

« back to all changes in this revision

Viewing changes to 1/rules/simple-patchsys.mk.in

  • Committer: Martin Pitt
  • Date: 2009-10-30 14:06:39 UTC
  • Revision ID: martin.pitt@canonical.com-20091030140639-4919089cqqnju0no
merge with Debian 0.4.62+nmu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
# if we have any patches, check if some are patching config.{guess,sub,rpath}
50
50
# and print a warning
51
51
ifneq (, $(DEB_PATCHES))
52
 
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), patchutils (>= 0.2.25)
 
52
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), patchutils
53
53
evil_patches_that_do_nasty_things := $(shell\
54
54
if lsdiff=`which lsdiff` ; then \
55
55
  $$lsdiff -H $(DEB_PATCHES) \