summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-04-19 07:59:19 +0000
committerMike Hommey <mh@glandium.org>2004-04-19 07:59:19 +0000
commit54a6faa45b4fef716d98645746c568dec6bc334b (patch)
tree731134c74076ab347959077e8d5b26c13fe5a652
parent6afc978fe04e3c47be826c35405737e2ac2658fb (diff)
downloadlibxml2-54a6faa45b4fef716d98645746c568dec6bc334b.tar.gz
Oops, should not have removed the libxml2-py.c workaround. Put it back.
Put the changelog in releaseable state.
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules3
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 <mh@glandium.org> Mon, 19 Apr 2004 14:53:10 +0900
+ -- Mike Hommey <mh@glandium.org> 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.