Package: xboard
Version: 4.2.7-6
Severity: normal
Tags: patch

Hi,

Attached is the diff for my xboard 4.2.7-6.1 NMU.

-- 
  ยท''`.          Policy is your friend. Trust the Policy.
 : :' :     Love the Policy. Obey the Policy. -- Lars Wirzenius
 `. `'           Proudly running unstable Debian GNU/Linux
   `-     www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u xboard-4.2.7/debian/changelog xboard-4.2.7/debian/changelog
--- xboard-4.2.7/debian/changelog
+++ xboard-4.2.7/debian/changelog
@@ -1,3 +1,11 @@
+xboard (4.2.7-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #378649).
+  * Upgraded config.guess and config.sub
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Tue, 18 Jul 2006 12:46:49 +0200
+
 xboard (4.2.7-6) unstable; urgency=low
 
   * Fixed failure to launch on 8-bit displays (Closes: #163093)
only in patch2:
unchanged:
--- xboard-4.2.7.orig/debian/postinst
+++ xboard-4.2.7/debian/postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/xboard -a -d /usr/share/doc/xboard ]; 
then
+                rm -f /usr/doc/xboard
+        fi
+fi
+
+#DEBHELPER#

Reply via email to