tags 694015 + pending thanks Dear maintainer,
I've prepared an NMU for geda-gaf (versioned as 1:1.6.2-4.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Guerra Fria 128
diff -Nru geda-gaf-1.6.2/debian/changelog geda-gaf-1.6.2/debian/changelog --- geda-gaf-1.6.2/debian/changelog 2012-12-07 16:35:24.000000000 +0100 +++ geda-gaf-1.6.2/debian/changelog 2013-01-19 17:13:35.000000000 +0100 @@ -1,3 +1,13 @@ +geda-gaf (1:1.6.2-4.3) unstable; urgency=low + + * Non-maintainer upload. + * Fix "copyright file missing after upgrade (policy 12.5)": + manually replace directory with symlink in geda.postinst, + thanks Andreas Beckmann. + (Closes: #694015) + + -- gregor herrmann <gre...@debian.org> Sat, 19 Jan 2013 17:13:18 +0100 + geda-gaf (1:1.6.2-4.2) unstable; urgency=low * Non-maintainer upload. diff -Nru geda-gaf-1.6.2/debian/geda.postinst geda-gaf-1.6.2/debian/geda.postinst --- geda-gaf-1.6.2/debian/geda.postinst 1970-01-01 01:00:00.000000000 +0100 +++ geda-gaf-1.6.2/debian/geda.postinst 2013-01-19 17:02:00.000000000 +0100 @@ -0,0 +1,17 @@ +#!/bin/sh + +set -e + +# Replace documentation directory with symlink +docdir=/usr/share/doc/geda +target=geda-doc + +if [ -d $docdir ] && [ ! -L $docdir ]; then + if rmdir $docdir 2>/dev/null; then + ln -sf $target $docdir + fi +fi + +#DEBHELPER# + +exit 0
signature.asc
Description: Digital signature