tag 388654 patch usertag 388654 supplied-patch thanks Hi,
I have prepared a little NMU to fix the failure during purging. The patch is attaches. As I am no DD yet I can not do an actual upload, so if an interested DD comes along; go ahead and do a upload. Greetings Arjan gwhois (20060419.1) unstable; urgency=medium * Non-maintainer upload. * Remove inetd entry during removal instead of purge. (Closes: #388654) * Move build dependency on debhelper to Build-Depends.
diff -Nru /tmp/tMLMOwvHzd/gwhois-20060419/debian/changelog /tmp/tpbPG6mqbM/gwhois-20060419.1/debian/changelog --- /tmp/tMLMOwvHzd/gwhois-20060419/debian/changelog 2006-04-19 19:14:33.000000000 +0200 +++ /tmp/tpbPG6mqbM/gwhois-20060419.1/debian/changelog 2006-09-28 14:15:03.000000000 +0200 @@ -1,3 +1,11 @@ +gwhois (20060419.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove inetd entry during removal instead of purge. (Closes: #388654) + * Move build dependency on debhelper to Build-Depends. + + -- Arjan Oosting <[EMAIL PROTECTED]> Thu, 28 Sep 2006 13:49:03 +0200 + gwhois (20060419) unstable; urgency=low * The "i-should-have-done-this-much-earlier" Release. Sorry folks. diff -Nru /tmp/tMLMOwvHzd/gwhois-20060419/debian/control /tmp/tpbPG6mqbM/gwhois-20060419.1/debian/control --- /tmp/tMLMOwvHzd/gwhois-20060419/debian/control 2006-04-19 18:26:50.000000000 +0200 +++ /tmp/tpbPG6mqbM/gwhois-20060419.1/debian/control 2006-09-28 14:15:05.000000000 +0200 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Michael Holzt <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.1.16) +Build-Depends: debhelper (>= 4.1.16) Standards-Version: 3.6.2 Package: gwhois diff -Nru /tmp/tMLMOwvHzd/gwhois-20060419/debian/postrm /tmp/tpbPG6mqbM/gwhois-20060419.1/debian/postrm --- /tmp/tMLMOwvHzd/gwhois-20060419/debian/postrm 2003-06-25 02:17:22.000000000 +0200 +++ /tmp/tpbPG6mqbM/gwhois-20060419.1/debian/postrm 2006-09-28 14:02:58.000000000 +0200 @@ -4,10 +4,12 @@ case "$1" in purge) - update-inetd --pattern gwhois --remove whois 2>&1 >/dev/null rm -f /etc/default/gwhois ;; - remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + remove|disappear) + update-inetd --pattern gwhois --remove whois 2>&1 >/dev/null + ;; + upgrade|failed-upgrade|abort-install|abort-upgrade) ;; *) echo "postrm called with unknown argument \`$1'" >&2
signature.asc
Description: Dit berichtdeel is digitaal ondertekend