Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package vim-tlib Fix for RC bug #773583. The changes since version 1.12-2 are tiny and they consist of: * Added vim-tlib.dirs and deleted vim-tlib.postrm to prevent the removal of directories owned by vim-common (Closes: #773583) $ debdiff vim-tlib_1.12-2.dsc vim-tlib_1.12-3.dsc gpgv: Signature made Thu 10 Jul 2014 12:43:00 PM CEST using DSA key ID 78398A01 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on /tmp/vim-tlib_1.12-2.dsc diff -Nru vim-tlib-1.12/debian/changelog vim-tlib-1.12/debian/changelog --- vim-tlib-1.12/debian/changelog 2014-07-10 12:42:11.000000000 +0200 +++ vim-tlib-1.12/debian/changelog 2014-12-20 13:04:18.000000000 +0100 @@ -1,3 +1,11 @@ +vim-tlib (1.12-3) unstable; urgency=medium + + * Added vim-tlib.dirs and deleted vim-tlib.postrm to prevent the removal + of directories owned by vim-common + (Closes: #773583) + + -- Andrea Capriotti <[email protected]> Sat, 20 Dec 2014 12:57:05 +0100 + vim-tlib (1.12-2) unstable; urgency=low * Updated the Vcs field in debian/control diff -Nru vim-tlib-1.12/debian/vim-tlib.dirs vim-tlib-1.12/debian/vim-tlib.dirs --- vim-tlib-1.12/debian/vim-tlib.dirs 1970-01-01 01:00:00.000000000 +0100 +++ vim-tlib-1.12/debian/vim-tlib.dirs 2014-12-17 02:26:59.000000000 +0100 @@ -0,0 +1 @@ +var/lib/vim/addons/samples/ diff -Nru vim-tlib-1.12/debian/vim-tlib.postrm vim-tlib-1.12/debian/vim- tlib.postrm --- vim-tlib-1.12/debian/vim-tlib.postrm 2014-07-09 15:20:06.000000000 +0200 +++ vim-tlib-1.12/debian/vim-tlib.postrm 1970-01-01 01:00:00.000000000 +0100 @@ -1,43 +0,0 @@ -#!/bin/sh -# postrm script for vim-tlib -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <postrm> `remove' -# * <postrm> `purge' -# * <old-postrm> `upgrade' <new-version> -# * <new-postrm> `failed-upgrade' <old-version> -# * <new-postrm> `abort-install' -# * <new-postrm> `abort-install' <old-version> -# * <new-postrm> `abort-upgrade' <old-version> -# * <disappearer's-postrm> `disappear' <overwriter> -# <overwriter-version> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - purge) - if [ -d /var/lib/vim/addons/samples/ ]; then - rmdir -p --ignore-fail-on-non-empty /var/lib/vim/addons/samples || : - fi - ;; - - remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. Note: I replaced my key (RT #5533) --> https://tracker.debian.org/news/669149 http://anonscm.debian.org/cgit/collab-maint/vim- tlib.git/commit/?id=f91107598be9f77aa173e18c393a132f5d66c39b unblock vim-tlib/1.12-3 -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

