Hi,
Since this RC bug was reintroduced by the last NMU, i'm going to do a
delayed upload (NMU) with the following changelog entry:
docbook-xsl (1.68.1.dfsg.1-0.2) unstable; urgency=low
* NMU
* make the package install again by fixing the
postinst mkdir call (closes: #232428)
-- Gustavo Franco <[EMAIL PROTECTED]> Sun, 7 May 2006 12:13:59 -0300
The patch is simple and works, but it should be reviewed in a future
maintainer upload (remove the mkdir call and use the *.dirs file?)
--- debian/docbook-xsl.postinst.orig 2006-05-07 12:13:10.000000000 -0300
+++ debian/docbook-xsl.postinst 2006-05-07 12:13:22.000000000 -0300
@@ -25,7 +25,7 @@
fi
else
# Create xsl directory
- mkdir /usr/share/sgml/docbook/stylesheet/xsl
+ mkdir -p /usr/share/sgml/docbook/stylesheet/xsl
fi
# Compatibility symlink doesn't exist, create it
regards,
Gustavo Franco - <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]