diff -Nru pass-tomb-1.3/debian/changelog pass-tomb-1.3/debian/changelog --- pass-tomb-1.3/debian/changelog 2022-01-10 13:04:36.000000000 +0000 +++ pass-tomb-1.3/debian/changelog 2022-01-19 06:49:30.000000000 +0000 @@ -1,3 +1,9 @@ +pass-tomb (1.3-2) unstable; urgency=medium + + * Change path from /lib to /usr (Closes: #1003996). + + -- David Kunz Wed, 19 Jan 2022 07:49:30 +0100 + pass-tomb (1.3-1) unstable; urgency=medium * Merging upstream version 1.3. diff -Nru pass-tomb-1.3/debian/rules pass-tomb-1.3/debian/rules --- pass-tomb-1.3/debian/rules 2022-01-10 13:04:36.000000000 +0000 +++ pass-tomb-1.3/debian/rules 2022-01-19 06:49:30.000000000 +0000 @@ -4,4 +4,4 @@ dh ${@} override_dh_auto_install: - dh_auto_install -- PREFIX=/lib BASHCOMPDIR=/usr/share/bash-completion/completions + dh_auto_install -- PREFIX=/usr BASHCOMPDIR=/usr/share/bash-completion/completions