Followup-For: Bug #728427
Hi Thomas,
I just uploaded a NMU to DELAYED/5 that fixes this directory to symlink
issue. Updated patch attached.
Please let me know if I should delay it longer.
Andreas
diff -Nru python-babel-1.3+dfsg.1/debian/changelog python-babel-1.3+dfsg.1/debian/changelog
--- pyth
On 2013-12-13 01:35, Andreas Beckmann wrote:
> I'm attaching my patch that switches to dpkg-maintscript-helper to do
> the dir_to_symlink conversion. It will require an updated debhelper
> (#731723) since it uses $package.mainstcript files.
which has been available for some time now
> I haven't ye
Followup-For: Bug #728427
Hi,
I'm attaching my patch that switches to dpkg-maintscript-helper to do
the dir_to_symlink conversion. It will require an updated debhelper
(#731723) since it uses $package.mainstcript files.
I haven't yet tested these packages against dpkg 1.17.5 and won't have
time
From my usual piuparts templates:
For switching from a directory to a symlink the *postinst* script
should do something like this:
DOCDIR=/usr/share/doc/@@PACKAGE@@
DOCLINK=@@OTHERPACKAGE@@
if [ -d $DOCDIR ] && [ ! -L $DOCDIR ]; then
rmdir $DOCDIR
4 matches
Mail list logo