Control: tags 691439 + patch Control: tags 691439 + pending Dear maintainer,
I've prepared an NMU for freeipmi (versioned as 1.4.4-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Jonathan Wiltshire j...@debian.org Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
diff -Nru freeipmi-1.4.4/debian/changelog freeipmi-1.4.4/debian/changelog --- freeipmi-1.4.4/debian/changelog 2014-08-15 15:45:12.000000000 +0100 +++ freeipmi-1.4.4/debian/changelog 2014-09-07 13:11:27.000000000 +0100 @@ -1,3 +1,11 @@ +freeipmi (1.4.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add libipmidetect0.postinst: replace /usr/share/doc/libipmidetect0 + with a symlink (Closes: #691439) + + -- Jonathan Wiltshire <j...@debian.org> Sun, 07 Sep 2014 13:09:22 +0100 + freeipmi (1.4.4-1) unstable; urgency=low [ Tollef Fog Heen ] diff -Nru freeipmi-1.4.4/debian/libipmidetect0.postinst freeipmi-1.4.4/debian/libipmidetect0.postinst --- freeipmi-1.4.4/debian/libipmidetect0.postinst 1970-01-01 01:00:00.000000000 +0100 +++ freeipmi-1.4.4/debian/libipmidetect0.postinst 2014-09-07 13:06:22.000000000 +0100 @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +DOCDIR=/usr/share/doc/libipmidetect0 +DOCLINK=/usr/share/doc/freeipmi-common + +if [ -d $DOCDIR ] && [ ! -L $DOCDIR ] ; then + rmdir $DOCDIR + ln -s $DOCLINK $DOCDIR +fi + +#DEBHELPER# + +exit 0
signature.asc
Description: Digital signature