Package: xless
Version: 1.7-12.1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my xless 1.7-12.2 NMU.

-- 
 .''`.             Fuck your fascist beauty standards
: :' :   
`. `'           Proudly running unstable Debian GNU/Linux
  `-     www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u xless-1.7/debian/changelog xless-1.7/debian/changelog
--- xless-1.7/debian/changelog
+++ xless-1.7/debian/changelog
@@ -1,3 +1,15 @@
+xless (1.7-12.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359606).
+  * Applied patch from Peter De Wachter <[EMAIL PROTECTED]>, so that the
+    scrollbars work again (Closes: #166813).
+  * Revamped packaging a bit, DH_COMPAT is now 4
+  * Updated Standards-Version
+  * Changed dh_installmanpages to dh_installman
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Sun, 16 Jul 2006 16:57:02 +0200
+
 xless (1.7-12.1) unstable; urgency=low
 
   * NMU to remove depends on xaw-wrappers (Closes: #127257)
@@ -27,10 +39,7 @@
    * Depends on xaw-wrappers  
    * Compiled against glibc2.1    
    * closes: #35908      
-
-xless (1.7-8) unstable; urgency=low
-
-  * Removed strncpy prototype from regexp/regsub.c, things play nice with 
glibc2.1 on m68k now. (Thanks haggie)
+   * Removed strncpy prototype from regexp/regsub.c, things play nice with 
glibc2.1 on m68k now. (Thanks haggie)
 
  -- Erick Kinnee <[EMAIL PROTECTED]>  Sat, 19 Dec 1998 14:09:49 -0500
  
@@ -65,3 +73,0 @@
-Local variables:
-mode: debian-changelog
-End:
diff -u xless-1.7/debian/control xless-1.7/debian/control
--- xless-1.7/debian/control
+++ xless-1.7/debian/control
@@ -2,8 +2,8 @@
 Section: text
 Priority: extra
 Maintainer: Randolph Chung <[EMAIL PROTECTED]>
-Build-depends: libxaw7-dev, debhelper
-Standards-Version: 3.5.6.0
+Build-Depends: libxaw7-dev, debhelper (>=4)
+Standards-Version: 3.7.2
 
 Package: xless
 Architecture: any
diff -u xless-1.7/debian/rules xless-1.7/debian/rules
--- xless-1.7/debian/rules
+++ xless-1.7/debian/rules
@@ -6,6 +6,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DH_COMPAT=4
+
 build: build-stamp
 build-stamp:
        dh_testdir
@@ -33,7 +35,7 @@
 
        # Add here commands to install the package into debian/tmp.
 #      `pwd`/debian/preinst
-       $(MAKE) -f Makefile.debian install DESTDIR=`pwd`/debian/tmp
+       $(MAKE) -f Makefile.debian install DESTDIR=`pwd`/debian/xless
 
        touch install-stamp
 
@@ -52,7 +54,7 @@
 #      dh_installemacsen
 #      dh_installinit
 #      dh_installcron
-       dh_installmanpages regexp.3
+       dh_installman 
 #      dh_undocumented
        dh_installchangelogs
        dh_link
only in patch2:
unchanged:
--- xless-1.7.orig/init.c
+++ xless-1.7/init.c
@@ -566,6 +566,8 @@
                                XtNskipAdjust, False,
                                XtNscrollVertical, XawtextScrollWhenNeeded,
                                XtNscrollHorizontal, XawtextScrollWhenNeeded,
+                               XtNscrollVertical, XawtextScrollAlways,
+                               XtNscrollHorizontal, XawtextScrollAlways,
                                XtNshowGrip, False,
                                XtNstring, data,
                                XtNtop, XtChainTop,
only in patch2:
unchanged:
--- xless-1.7.orig/debian/postinst
+++ xless-1.7/debian/postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/xless -a -d /usr/share/doc/xless ]; 
then
+                rm -f /usr/doc/xless
+        fi
+fi
+
+#DEBHELPER#

Reply via email to