Package: lx-gdb
Version: 1.03-8
Severity: normal
Tags: patch

Hi,

Attached is the diff for my lx-gdb 1.03-8.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 lx-gdb-1.03/debian/changelog lx-gdb-1.03/debian/changelog
--- lx-gdb-1.03/debian/changelog
+++ lx-gdb-1.03/debian/changelog
@@ -1,3 +1,10 @@
+lx-gdb (1.03-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359532).
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 16:57:47 +0200
+
 lx-gdb (1.03-8) unstable; urgency=low
 
   * debian/control: add build-depends.
@@ -18,7 +25,7 @@
 
  -- Mark W. Eichin <[EMAIL PROTECTED]>  Sun, 18 Mar 2001 16:03:04 -0500
 
-lx-gdb (1.03-5) unstable; urgency=low, closes=80914
+lx-gdb (1.03-5) unstable; urgency=low
 
   * debian/rules: use dpkg-gencontrol -isp.  Move MANDIR and DOCDIR.  Use
     debstd.
@@ -26,7 +33,7 @@
 
  -- Mark W. Eichin <[EMAIL PROTECTED]>  Sat, 17 Mar 2001 19:57:44 -0500
 
-lx-gdb (1.03-4) unstable; urgency=low, closes=22785
+lx-gdb (1.03-4) unstable; urgency=low
 
   * debian/control, debian/changelog, "New" maintainer.
   * debian/control: Fix depends. [#22785]  Also make Priority part of
only in patch2:
unchanged:
--- lx-gdb-1.03.orig/debian/postinst
+++ lx-gdb-1.03/debian/postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/lx-gdb -a -d /usr/share/doc/lx-gdb ]; 
then
+                rm -f /usr/doc/lx-gdb
+        fi
+fi
+
+#DEBHELPER#

Reply via email to