CVS commit by benb: Remove unwanted files _before_ applying patches.
M +4 -4 rules 1.57.2.4 --- kdesdk/debian/rules #1.57.2.3:1.57.2.4 @@ -46,4 +46,8 @@ dh_testdir + # Make absolutely sure these aren't left around from the .orig.tar.gz. + -rm -f kmtrace.shlibs kmtrace.overrides kmtrace.README.Debian + -rm -f patches/python.diff + # Apply Debian specific patches if test ! -f patch-stamp; then \ @@ -56,8 +60,4 @@ fi - # Make absolutely sure these aren't left around from the .orig.tar.gz. - -rm -f kmtrace.shlibs kmtrace.overrides kmtrace.README.Debian - -rm -f patches/python.diff - # KDE CVS does not have aclocal.m4 or configure if test ! -f configure; then \