tag 566671 + pending thanks Dear maintainer,
I've prepared an NMU for ogre-contrib (versioned as 1.6.4-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Bruce Springsteen: Lonesome Day
diff -u ogre-contrib-1.6.4/debian/ogre-plugins-cgprogrammanager.postrm ogre-contrib-1.6.4/debian/ogre-plugins-cgprogrammanager.postrm --- ogre-contrib-1.6.4/debian/ogre-plugins-cgprogrammanager.postrm +++ ogre-contrib-1.6.4/debian/ogre-plugins-cgprogrammanager.postrm @@ -1,5 +1,7 @@ #!/bin/sh -e -update-ogre-plugins +if [ -x /usr/bin/update-ogre-plugins ] ; then + update-ogre-plugins +fi #DEBHELPER# diff -u ogre-contrib-1.6.4/debian/changelog ogre-contrib-1.6.4/debian/changelog --- ogre-contrib-1.6.4/debian/changelog +++ ogre-contrib-1.6.4/debian/changelog @@ -1,3 +1,11 @@ +ogre-contrib (1.6.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "Fails to purge": only call update-ogre-plugins in postrm if it's + available; patch by Johann Felix Soden (closes: #566671). + + -- gregor herrmann <[email protected]> Tue, 23 Mar 2010 22:33:35 +0100 + ogre-contrib (1.6.4-1) unstable; urgency=low * New upstream release.
signature.asc
Description: Digital signature

