Bug#714833: [xmhtml] please transition from lesstif2 to motif
Source: xmhtml User: openmo...@packages.debian.org Usertags: lesstif2motif Version: 1.1.7-18 Severity: normal X-Debbugs-CC: openmo...@packages.debian.org Hi Maintainer The lesstif2 package on which your package depends or build-depends is destined to be removed from the archive before the release of Jessie. More information can be found in the Debian wiki [1]. Please update your package to build against the motif package instead. In most cases this can be done by simply replacing the build-depends on lesstif2-dev with libmotif-dev, however please do verify proper behaviour before uploading. Your package appears to not depend on any other lesstif2-dependent packages and its only dependent package is grace. We have checked for ABI changes using icheck which reported differences. Please bump the library SONAME and package names as appropriate, or if in doubt. Regards Paul and Graham [1] http://wiki.debian.org/lesstif2motifTransition -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/51d3e96c.5090...@nerve.org.za
Bug#714834: [dx] please transition from lesstif2 to motif
Source: dx User: openmo...@packages.debian.org Usertags: lesstif2motif Version: 1:4.4.4-4 Severity: normal X-Debbugs-CC: openmo...@packages.debian.org Hi Maintainer The lesstif2 package on which your package depends or build-depends is destined to be removed from the archive before the release of Jessie. More information can be found in the Debian wiki [1]. Please update your package to build against the motif package instead. In most cases this can be done by simply replacing the build-depends on lesstif2-dev with libmotif-dev, however please do verify proper behaviour before uploading. Your package appears to not depend on any other lesstif2-dependent packages and its only dependent package is itself. We have checked for ABI changes using icheck which reported no differences. Regards Paul and Graham [1] http://wiki.debian.org/lesstif2motifTransition -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/51d3e9e4.9050...@nerve.org.za
Bug#714864: [inventor] please transition from lesstif2 to motif
Source: inventor User: openmo...@packages.debian.org Usertags: lesstif2motif Version: 2.1.5-10-16 Severity: normal X-Debbugs-CC: openmo...@packages.debian.org Hi Maintainer The lesstif2 package on which your package depends or build-depends is destined to be removed from the archive before the release of Jessie. More information can be found in the Debian wiki [1]. Please update your package to build against the motif package instead. In most cases this can be done by simply replacing the build-depends on lesstif2-dev with libmotif-dev, however please do verify proper behaviour before uploading. Your package appears to have no dependent packages in the archive and to not depend on any other lesstif2-dependent packages. ABI Compliance Checker [2] reports ABI changes in libInventorXt.so.0.0.0 and no changes in libInventor.so.0.0.0, see attached. Please bump the library SONAME and package names as appropriate. Regards Paul and Graham [1] http://wiki.debian.org/lesstif2motifTransition [2] http://ispras.linuxbase.org/index.php/ABI_compliance_checker libinventor_compat_report.html.gz Description: GNU Zip compressed data libinventorxt_compat_report.html.gz Description: GNU Zip compressed data
Bug#714833: [xmhtml] please transition from lesstif2 to motif
ABI Compliance Checker [1] reports ABI changes in libXmHTML.so.1.1.7, see attached. However, the only changes are globals _XmHTMLStrings and _XmHTMLMessages changing from char[] const to char, and XmSEE_DETAIL being added to enum XmHighlightMode. [1] http://ispras.linuxbase.org/index.php/ABI_compliance_checker libxmhtml_compat_report.html.gz Description: GNU Zip compressed data
Bug#714901: libpam-unix2: (wishlist) make it clearer that the wrong password was entered
Package: libpam-unix2 Version: 1:2.4.1-4 Severity: wishlist Tags: patch *** Please type your report below this line *** Hi I am using this module to help users change passwords on a mixed file & NIS system. If they happen to enter the wrong string for the old password, they get a somewhat inscrutable message: % passwd Old Password: passwd: Authentication token manipulation error passwd: password unchanged Which usually leads them to keep trying the same, wrong, password. Unless there is some way to configure PAM to give a friendlier error message than the default text for PAM_AUTHTOK_ERR, the patch below would fix the problem for me. Patch is against 1:2.6-1, but I compiled & tested with 1:2.4.1-4. debian/patches/07_wrong_pass_warning.diff --- a/src/unix_passwd.c +++ b/src/unix_passwd.c @@ -257,6 +257,8 @@ if ((getuid () || (flags & PAM_CHANGE_EXPIRED_AUTHTOK)) && strcmp (data->oldpassword, crypt_r (oldpass, data->oldpassword, &output)) != 0) { + __write_message (pamh, flags, PAM_ERROR_MSG, +_("Wrong password.")); if (options.debug) pam_syslog (pamh, LOG_DEBUG, "old password is wrong -> abort."); -- System Information: Debian Release: 6.0.7 APT prefers oldstable APT policy: (990, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libpam-unix2 depends on: ii libc6 2.11.3-4 Embedded GNU C Library: Shared lib ii libpam0g 1.1.1-6.1+squeeze1 Pluggable Authentication Modules l ii libxcrypt11:2.4-1Crypt library for DES, MD5, and bl libpam-unix2 recommends no packages. libpam-unix2 suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130704053721.gj4...@mayhem.atnf.csiro.au