Bug#728427: python-babel-localedata is empty after installing

2014-01-18 Thread Andreas Beckmann
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 ---

Bug#728427: python-babel-localedata is empty after installing

2014-01-11 Thread Andreas Beckmann
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 yet

Bug#728427: python-babel-localedata is empty after installing

2013-12-12 Thread Andreas Beckmann
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

Bug#728427: python-babel-localedata is empty after installing

2013-11-03 Thread Andreas Beckmann
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