Your message dated Wed, 3 Dec 2014 18:52:40 +0000
with message-id <20141203185240.ge5...@lupin.home.powdarrmonkey.net>
and subject line Re: Bug#770488: unblock: 
west-chamber/20100405+svn20111107.r124-4
has caused the Debian Bug report #770488,
regarding unblock: west-chamber/20100405+svn20111107.r124-5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
770488: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770488
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian....@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package west-chamber

When purging west-chamber/20100405+svn20111107.r124-3, it didn't
remove some symbolic links and empty directories.
This patch removes the symbolic link when purge/remove.
The bug number is #769776
https://bugs.debian.org/769776

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-19 06:00:13.000000000 +0800
@@ -1,3 +1,10 @@
+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-19 06:23:47.000000000 +0800
@@ -0,0 +1,52 @@
+#!/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
+PACKAGE_NAME=$NAME-dkms
+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

unblock west-chamber/20100405+svn20111107.r124-4

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to
zh_TW.UTF-8)
Shell: /bin/sh linked to /bin/dash
-- 
                                PaulLiu (劉穎駿)
E-mail: Ying-Chun Liu (PaulLiu) <paul...@debian.org>

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
On Sat, Nov 29, 2014 at 10:08:04PM +0800, Ying-Chun Liu (PaulLiu) wrote:
> 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.

Thanks, unblocked.


-- 
Jonathan Wiltshire                                      j...@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to