summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-04-19 07:31:06 +0000
committerMike Hommey <mh@glandium.org>2004-04-19 07:31:06 +0000
commit6afc978fe04e3c47be826c35405737e2ac2658fb (patch)
treeae91b62114a3a29bb7dcdf3b56c402422af19e92 /debian/rules
parente93ce2a74c6713014b02e3ee298e8ccbb7517f8f (diff)
parent81bcf076ea11e114a60e429338a15748066de163 (diff)
downloadlibxml2-6afc978fe04e3c47be826c35405737e2ac2658fb.tar.gz
Merged with upstream 2.6.9.
Ran all the autotools suite, especially the latest libtool. debian/rules: Removed all python file removals since these files get now correctly removed upstream.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules
index 68a97a8..68a761f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,12 +32,6 @@ clean:
rm -f build-stamp install-stamp
-$(MAKE) distclean
- -rm -f python/libxml2-py.h
- -rm -f python/libxml2-export.c
- -rm -f python/libxml2class.py
- -rm -f python/libxml2class.txt
- -rm -f python/gen_prog
- -rm -f python/libxml2.py
-rm -f example/Makefile
rm COPYING && cp Copyright COPYING
@@ -62,9 +56,6 @@ install-stamp: build-stamp
mkdir -p debian/tmp/usr/share/doc/libxml2-doc/html
install doc/*.html doc/*.gif debian/tmp/usr/share/doc/libxml2-doc/html/
- -test -r python/libxml2-py.c-tmp && \
- mv -f python/libxml2-py.c-tmp python/libxml2-py.c
-
touch install-stamp
# Build architecture-independent files here.