Package: xli Version: 1.17.0-21 Followup-For: Bug #362311 Dear Graham!
I prepared a NMU of xli to make it work with xorg in current unstable. Nothing special has to be done but adjusting the installation location of the man pages. The rest is done automatically my the xmkmf stuff. I attach a interdiff from -21 to -21.1 The source and binary packages are available at deb(-src) http://www.tug.org/texlive/Debian/ check/ (together with other stuff). Since I am not a DD, I cannot do the NMU, but maybe some DD finds time to do this, or you can find the time to make a Maintainer upload. Thanks a lot and all the best Norbert -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (10, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-rc1-mm3 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages xli depends on: ii libc6 2.3.6-7 GNU C Library: Shared libraries ii libjpeg62 6b-12 The Independent JPEG Group's JPEG ii libpng12-0 1.2.8rel-5.1 PNG library - runtime ii libx11-6 2:1.0.0-6 X11 client-side library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii zlib1g 1:1.2.3-11 compression library - runtime xli recommends no packages. -- no debconf information
diff -urN xli-1.17.0.orig/debian/changelog xli-1.17.0/debian/changelog --- xli-1.17.0.orig/debian/changelog 2006-04-20 01:33:06.000000000 +0200 +++ xli-1.17.0/debian/changelog 2006-04-20 01:31:18.000000000 +0200 @@ -1,3 +1,11 @@ +xli (1.17.0-21.1) unstable; urgency=low + + * NMU to get it working with xorg from unstable (Closes: #362311) + * only change was the installation of the man pages, rest is already + done by the xmkmf stuff. + + -- Norbert Preining <[EMAIL PROTECTED]> Thu, 20 Apr 2006 01:28:34 +0200 + xli (1.17.0-21) unstable; urgency=low * Add CVE number to the last changelog entry. diff -urN xli-1.17.0.orig/debian/dirs xli-1.17.0/debian/dirs --- xli-1.17.0.orig/debian/dirs 2006-04-20 01:33:06.000000000 +0200 +++ xli-1.17.0/debian/dirs 2006-04-20 01:28:22.000000000 +0200 @@ -1,4 +1,4 @@ -usr/X11R6/bin -usr/X11R6/man/man1 +usr/bin +usr/share/man/man1 usr/share/doc/xli/examples usr/lib/mime/packages diff -urN xli-1.17.0.orig/debian/rules xli-1.17.0/debian/rules --- xli-1.17.0.orig/debian/rules 2006-04-20 01:33:06.000000000 +0200 +++ xli-1.17.0/debian/rules 2006-04-20 01:28:03.000000000 +0200 @@ -30,8 +30,8 @@ dh_clean -k dh_installdirs $(MAKE) install DESTDIR="$(pkgdir)" - install -p -m 644 xli.man $(pkgdir)/usr/X11R6/man/man1/xli.1 - install -p -m 644 xlito.man $(pkgdir)/usr/X11R6/man/man1/xlito.1 + install -p -m 644 xli.man $(pkgdir)/usr/share/man/man1/xli.1 + install -p -m 644 xlito.man $(pkgdir)/usr/share/man/man1/xlito.1 # Build architecture-independent files here. binary-indep: build install