From 54a6faa45b4fef716d98645746c568dec6bc334b Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 19 Apr 2004 07:59:19 +0000 Subject: Oops, should not have removed the libxml2-py.c workaround. Put it back. Put the changelog in releaseable state. --- debian/changelog | 4 ++-- debian/rules | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 26cfac0..94f6da2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ libxml2 (2.6.9-1) unstable; urgency=high - * (NOT RELEASED YET) New upstream release: + * New upstream release: + xincludes fallbacks fixed. Closes: #243580. * Urgency set to high because of RC bug fixed and it's been too long libxml2 has been stucking packages in sid. @@ -9,7 +9,7 @@ libxml2 (2.6.9-1) unstable; urgency=high * debian/rules: Removed all python file removals since these files get now correctly removed upstream. - -- Mike Hommey Mon, 19 Apr 2004 14:53:10 +0900 + -- Mike Hommey Mon, 19 Apr 2004 16:57:53 +0900 libxml2 (2.6.8-2) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 68a761f..3978bf3 100755 --- a/debian/rules +++ b/debian/rules @@ -56,6 +56,9 @@ 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. -- cgit v1.2.3