Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
I would like to update passwordsafe in stretch in order to fix #932626. As it stands, localization of the application is broken (only English works) due to my mistake in installing the localization files with an extra subdirectory in the path. The only change is to move the localization files to the correct directory, which based on the user report, and my own testing, resolves the problem. A debdiff is attached. Thanks. -- System Information: Debian Release: 10.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru passwordsafe-1.00+dfsg/debian/changelog passwordsafe-1.00+dfsg/debian/changelog --- passwordsafe-1.00+dfsg/debian/changelog 2016-11-07 18:07:30.000000000 -0500 +++ passwordsafe-1.00+dfsg/debian/changelog 2019-07-21 18:19:37.000000000 -0400 @@ -1,3 +1,10 @@ +passwordsafe (1.00+dfsg-1+deb9u1) stretch; urgency=medium + + * Don't install localization files under an extra subdirectory. + Closes: 932626 + + -- William Blough <de...@blough.us> Sun, 21 Jul 2019 18:19:37 -0400 + passwordsafe (1.00+dfsg-1) unstable; urgency=medium * Change d/rules to eliminate depencdency on locales-all. Thanks to diff -Nru passwordsafe-1.00+dfsg/debian/passwordsafe-common.install passwordsafe-1.00+dfsg/debian/passwordsafe-common.install --- passwordsafe-1.00+dfsg/debian/passwordsafe-common.install 2016-11-07 18:07:30.000000000 -0500 +++ passwordsafe-1.00+dfsg/debian/passwordsafe-common.install 2019-07-21 18:19:37.000000000 -0400 @@ -1,4 +1,4 @@ help/*.zip usr/share/passwordsafe/help install/graphics/pwsafe.png usr/share/icons/hicolor/48x48/apps -src/ui/wxWidgets/I18N/mos usr/share/locale +src/ui/wxWidgets/I18N/mos/* usr/share/locale xml/* usr/share/passwordsafe/xml