Package: printop
Version: 1.12-6
Severity: normal
Tags: patch

Hi,

Attached is the diff for my printop 1.12-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 printop-1.12/debian/changelog printop-1.12/debian/changelog
--- printop-1.12/debian/changelog
+++ printop-1.12/debian/changelog
@@ -1,3 +1,10 @@
+printop (1.12-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359555).
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 19:33:29 +0200
+
 printop (1.12-6) unstable; urgency=low
 
   * Changed "lpc" to "/usr/sbin/lpc" in confLPC variable to fix PATH problems
@@ -58,3 +64,0 @@
-Local Variables:
-mode: debian-changelog
-End:
diff -u printop-1.12/debian/printop.menu printop-1.12/debian/printop.menu
--- printop-1.12/debian/printop.menu
+++ printop-1.12/debian/printop.menu
@@ -16,16 +16,7 @@
 ?package(printop):\
   needs="x11"\
   section="Apps/System"\
-  description=\
-  "\
-    printop is a tcl program that gives you a tk graphical interface\
-    to control the printers and queues for UNIX-like systems using\
-    the lpd daemon from the LPRng print system. It uses the commands\
-    lpq, lpc, lprm to get information and control the printers and you\
-    just have to click with your mouse.  In a large network it shows\
-    you all the printers and gives you the full functionality of the\
-    lprng commands, so you have a good overview of what is happening.\
-  "\
+  description="Graphical interface to control the printers and queues"
   longtitle="printop - graphical interface to LPRng print system"\
   title="Printop"\
   icon="/usr/X11R6/include/X11/pixmaps/mini-doc.xpm"\
only in patch2:
unchanged:
--- printop-1.12.orig/debian/postinst
+++ printop-1.12/debian/postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/printop -a -d /usr/share/doc/printop 
]; then
+                rm -f /usr/doc/printop
+        fi
+fi
+
+#DEBHELPER#

Reply via email to