Package: f2c
Version: 20020621-3.4
Severity: normal
Tags: patch

Hi,

to finish the /usr/doc -> /usr/share/doc migration, f2c needs to stop
creating a symlink in its postinst. Please apply the attached patch.

Thanks,
Julien Cristau


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
diff -Nru f2c-20020621.orig/debian/postinst f2c-20020621/debian/postinst
--- f2c-20020621.orig/debian/postinst   2005-08-13 00:02:56.653972788 +0200
+++ f2c-20020621/debian/postinst        2005-08-13 00:03:14.169747132 +0200
@@ -1,8 +1,3 @@
 #!/bin/sh
 set -e
 ldconfig
-if [ "$1" = "configure" ]; then
-       if [ -d /usr/doc -a ! -e /usr/doc/f2c -a -d /usr/share/doc/f2c ]; then
-        ln -sf ../share/doc/f2c /usr/doc/f2c
-  fi
-fi

Attachment: signature.asc
Description: Digital signature

Reply via email to