Package: nbd-client
Version: 1:2.9.16-3
Severity: serious
Justification: Policy 10.7.3
Tags: patch

the subject says it all, /etc/nbd-client is not removed on purge. 

seems like piparts found it too:

  http://piuparts.debian.org/sid/fail/nbd-client_1:2.9.16-3.log

this simple patch should fix it:

--- debian/nbd-client.postrm.orig       2010-08-20 14:36:25.000000000 -0700
+++ debian/nbd-client.postrm    2010-08-20 14:41:36.000000000 -0700
@@ -29,6 +29,7 @@
        purge)

         db_purge ||:
+        test -f /etc/nbd-client && rm -f /etc/nbd-client
         ;;

     *)

live well,
  vagrant



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to