Package: ayttm Version: 0.4.6+26-1 Severity: minor Tags: patch Upon first installation, ayttm 'NOTES' that things have changed. This is odd, but can be corrected by using lt-nl, rather than lt in the postinst script.
[EMAIL PROTECTED] apt-get install ayttm Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: libgpgme6 The following NEW packages will be installed: ayttm libgpgme6 0 upgraded, 2 newly installed, 0 to remove and 137 not upgraded. Need to get 3424kB of archives. After unpacking 8462kB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://http.us.debian.org unstable/main libgpgme6 0.3.16-2 [69.5kB] Get:2 http://http.us.debian.org unstable/main ayttm 0.4.6+26-1 [3354kB] Fetched 3424kB in 21s (160kB/s) Reading package fields... Done Reading package status... Done Retrieving bug reports... Done Selecting previously deselected package libgpgme6. (Reading database ... 129296 files and directories currently installed.) Unpacking libgpgme6 (from .../libgpgme6_0.3.16-2_i386.deb) ... Selecting previously deselected package ayttm. Unpacking ayttm (from .../ayttm_0.4.6+26-1_i386.deb) ... Setting up libgpgme6 (0.3.16-2) ... Setting up ayttm (0.4.6+26-1) ... NOTE: the location of modules has changed since 0.2.x each user will need to edit their ~/.ayttm/prefs file and replace '/usr/share/ayttm/modules' with '/usr/lib/ayttm' This patch changes the behavior to: --- debian/postinst~ 2005-06-17 23:36:42.000000000 -0700 +++ debian/postinst 2005-06-17 23:36:52.000000000 -0700 @@ -25,7 +25,7 @@ case "$1" in configure) - if dpkg --compare-versions "$2" lt 0.3.0; then + if dpkg --compare-versions "$2" lt-nl 0.3.0; then echo "NOTE: the location of modules has changed since 0.2.x" echo " each user will need to edit their ~/.ayttm/prefs file" echo "and replace '/usr/share/ayttm/modules' with '/usr/lib/ayttm'" [EMAIL PROTECTED] -l 'ayttm*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ pn ayttm <none> (no description available) [EMAIL PROTECTED] dpkg -i ../ayttm_0.4.6+26-2_i386.deb Selecting previously deselected package ayttm. (Reading database ... 131006 files and directories currently installed.) Unpacking ayttm (from ../ayttm_0.4.6+26-2_i386.deb) ... Setting up ayttm (0.4.6+26-2) ... -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.26 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages ayttm depends on: ii libaspell15 0.60.2+20050121-3 The GNU Aspell spell-checker runti ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libesd0 0.2.35-2.1 Enlightened Sound Daemon - Shared ii libgcc1 1:3.4.3-13 GCC support library ii libgdk-pixbuf2 0.22.0-8 The GdkPixBuf image library, gtk+ ii libglib1.2 1.2.10-10 The GLib library of C routines ii libgpgme6 0.3.16-2 GPGME - GnuPG Made Easy ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets fo ii libltdl3 1.5.6-6 A system independent dlopen wrappe ii libssl0.9.7 0.9.7g-1 SSL shared libraries ii libstdc++5 1:3.3.6-5 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte ii libxi6 4.3.0.dfsg.1-14 X Window System Input extension li ii libxpm4 4.3.0.dfsg.1-14 X pixmap library ii xlibs 4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

