tags 698631 + patch
tags 698631 + pending
thanks

Dear maintainer,

I've prepared an NMU for typo3-src (versioned as 4.5.19+dfsg1-4.1) and
uploaded it to DELAYED/5. 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: Steppenwolf: Forty Days & Forty Nights
diff -Nru typo3-src-4.5.19+dfsg1/debian/changelog typo3-src-4.5.19+dfsg1/debian/changelog
--- typo3-src-4.5.19+dfsg1/debian/changelog	2012-11-13 11:25:03.000000000 +0100
+++ typo3-src-4.5.19+dfsg1/debian/changelog	2013-01-28 21:23:19.000000000 +0100
@@ -1,3 +1,13 @@
+typo3-src (4.5.19+dfsg1-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "copyright file missing after upgrade (policy 12.5)":
+    replace directory with symlink in typo3.postinst.
+    Thanks Andreas Beckmann for the bug report and the template for the fix.
+    (Closes: #698631)
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 28 Jan 2013 21:23:03 +0100
+
 typo3-src (4.5.19+dfsg1-4) unstable; urgency=medium
 
   * Added patch for regression introduced by TYPO3-SA-2012-5-patch.
diff -Nru typo3-src-4.5.19+dfsg1/debian/typo3.postinst typo3-src-4.5.19+dfsg1/debian/typo3.postinst
--- typo3-src-4.5.19+dfsg1/debian/typo3.postinst	1970-01-01 01:00:00.000000000 +0100
+++ typo3-src-4.5.19+dfsg1/debian/typo3.postinst	2013-01-28 21:18:11.000000000 +0100
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+set -e
+
+DOCDIR=/usr/share/doc/typo3
+DOCLINK=typo3-src-4.5
+
+if [ -d $DOCDIR ] && [ ! -L $DOCDIR ] ; then
+	if rmdir $DOCDIR 2>/dev/null; then
+		ln -sf $DOCLINK $DOCDIR
+	fi
+fi
+
+#DEBHELPER#

Attachment: signature.asc
Description: Digital signature

Reply via email to