summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2010-03-18 08:23:41 +0100
committerMike Hommey <glandium@debian.org>2010-03-18 08:23:41 +0100
commit093a5494a20fd7c7964633bb3e507ab95f18c61b (patch)
tree54ca0b95ae8831c948f5ed75422d00280f9d50a6
parent1ae0748ee14a0ec31e69075658bc13fa4861ef22 (diff)
downloadlibxml2-093a5494a20fd7c7964633bb3e507ab95f18c61b.tar.gz
Remove remains of WORKAROUND_MODIFIED_FILES, that was removed 2 years ago
-rwxr-xr-xdebian/rules7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index 1a036a3..1e9a09d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,13 +88,6 @@ install-stamp: build-stamp
doc/html \
doc/tutorial debian/tmp/usr/share/doc/libxml2-doc
-
- # Special workaround for svn-buildpackage:
- # Restore workaround backups of modified files.
- -$(foreach file, $(WORKAROUND_MODIFIED_FILES), \
- test -r $(file)-tmp && \
- cat $(file)-tmp > $(file);)
-
touch install-stamp
build-python%-stamp: build-stamp