retitle 770488 unblock: west-chamber/20100405+svn20111107.r124-5 thanks Jonathan Wiltshire 於 2014年11月22日 01:07 寫道: > Control: tag -1 moreinfo > > On 2014-11-21 16:58, Ying-Chun Liu (PaulLiu) wrote: >> + >> +NAME=west-chamber >> +PACKAGE_NAME=$NAME-dkms > > That doesn't look quite right. Do you want to correct it in an upload or > (since it doesn't seem to get used anywhere) go with what's there? > > Thanks, >
Hi Jonathan, OK. I fixed it in -5. Please see the debdiff. diff -Nru west-chamber-20100405+svn20111107.r124/debian/changelog west-chamber-20100405+svn20111107.r124/debian/changelog --- west-chamber-20100405+svn20111107.r124/debian/changelog 2014-03-17 15:00:23.000000000 +0800 +++ west-chamber-20100405+svn20111107.r124/debian/changelog 2014-11-22 13:00:48.000000000 +0800 @@ -1,3 +1,16 @@ +west-chamber (20100405+svn20111107.r124-5) unstable; urgency=low + + * Clean up unnecessary variables in debian/west-chamber-dkms.postrm + + -- Ying-Chun Liu (PaulLiu) <paul...@debian.org> Sat, 22 Nov 2014 12:59:31 +0800 + +west-chamber (20100405+svn20111107.r124-4) unstable; urgency=low + + * west-chamber-dkms: remove dangling symlink. (Closes: #769776) + * Bump Standards-Version to 3.9.6: Nothing needs to be changed. + + -- Ying-Chun Liu (PaulLiu) <paul...@debian.org> Wed, 19 Nov 2014 05:59:57 +0800 + west-chamber (20100405+svn20111107.r124-3) unstable; urgency=medium * Move to xtables 2.4. diff -Nru west-chamber-20100405+svn20111107.r124/debian/control west-chamber-20100405+svn20111107.r124/debian/control --- west-chamber-20100405+svn20111107.r124/debian/control 2014-03-17 14:59:35.000000000 +0800 +++ west-chamber-20100405+svn20111107.r124/debian/control 2014-11-19 05:59:53.000000000 +0800 @@ -10,7 +10,7 @@ iptables-dev (>= 1.4.3), libtool, pkg-config -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: http://code.google.com/p/scholarzhang/ Package: west-chamber-common diff -Nru west-chamber-20100405+svn20111107.r124/debian/west-chamber-dkms.postrm west-chamber-20100405+svn20111107.r124/debian/west-chamber-dkms.postrm --- west-chamber-20100405+svn20111107.r124/debian/west-chamber-dkms.postrm 1970-01-01 08:00:00.000000000 +0800 +++ west-chamber-20100405+svn20111107.r124/debian/west-chamber-dkms.postrm 2014-11-22 12:58:10.000000000 +0800 @@ -0,0 +1,51 @@ +#!/bin/sh +# postrm script for west-chamber-dkms +# +# 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 + +NAME=west-chamber +VERSION=20100405+svn20111107.r124 + +case "$1" in + remove) + if [ -h "/usr/src/$NAME-$VERSION/extensions/compat_xtables.c" ]; then + rm -f "/usr/src/$NAME-$VERSION/extensions/compat_xtables.c" + fi + ;; + + purge) + if [ -d "/usr/src/$NAME-$VERSION/.tmp_versions" ]; then + rm -rf "/usr/src/$NAME-$VERSION/.tmp_versions" + fi + ;; + + 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. + +#DEBHELPER# + +exit 0 -- PaulLiu (劉穎駿) E-mail: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
signature.asc
Description: OpenPGP digital signature