diff options
author | Mike Hommey <mh@glandium.org> | 2004-04-19 07:31:06 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-04-19 07:31:06 +0000 |
commit | 6afc978fe04e3c47be826c35405737e2ac2658fb (patch) | |
tree | ae91b62114a3a29bb7dcdf3b56c402422af19e92 /debian/rules | |
parent | e93ce2a74c6713014b02e3ee298e8ccbb7517f8f (diff) | |
parent | 81bcf076ea11e114a60e429338a15748066de163 (diff) | |
download | libxml2-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-x | debian/rules | 9 |
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. |