please unblock tcp-wrappers

2012-08-12 Thread Marco d'Itri
diff -urpN a/debian/changelog b/debian/changelog
--- a/debian/changelog  2012-02-19 01:42:55.0 +0100
+++ b/debian/changelog  2012-07-30 03:54:25.0 +0200
@@ -1,3 +1,11 @@
+tcp-wrappers (7.6.q-24) unstable; urgency=low
+
+  * Do not remove /etc/hosts.{allow,deny} on purge of libwrap0 if it is
+installed for multiple architectures. (Closes: #682425)
+Patch courtesy of Jonathan Nieder.
+
+ -- Marco d'Itri m...@linux.it  Mon, 30 Jul 2012 03:37:41 +0200
+
 tcp-wrappers (7.6.q-23) unstable; urgency=medium
 
   * Correctly install libwrap.{a,so} in the multiarch directory.
diff -urpN a/debian/control b/debian/control
--- a/debian/control2012-02-19 01:37:57.0 +0100
+++ b/debian/control2012-07-30 03:48:21.0 +0200
@@ -3,7 +3,7 @@ Section: net
 Priority: important
 Maintainer: Marco d'Itri m...@linux.it
 Build-Depends: debhelper (= 8.1.3), dpkg-dev (= 1.14.8)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3.1
 
 Package: tcpd
 Priority: optional
diff -urpN a/debian/libwrap0.postrm b/debian/libwrap0.postrm
--- a/debian/libwrap0.postrm2010-05-23 16:31:19.0 +0200
+++ b/debian/libwrap0.postrm2012-07-30 03:47:54.0 +0200
@@ -1,6 +1,7 @@
 #!/bin/sh -e
 
-if [ $1 = purge ]; then
+if [ $1 = purge ]  \
+   [ $(dpkg-query --show libwrap0 2 /dev/null | wc -l) = 1 ]; then
   rm -f /etc/hosts.allow /etc/hosts.deny
 fi
 
diff -urpN a/debian/source/options b/debian/source/options
--- a/debian/source/options 1970-01-01 01:00:00.0 +0100
+++ b/debian/source/options 2012-07-30 03:50:57.0 +0200
@@ -0,0 +1 @@
+compression=xz

-- 
ciao,
Marco


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120812140707.ga14...@bongo.bofh.it



Re: please unblock tcp-wrappers

2012-08-12 Thread Adam D. Barratt
On Sun, 2012-08-12 at 16:07 +0200, Marco d'Itri wrote:
 +tcp-wrappers (7.6.q-24) unstable; urgency=low
 +
 +  * Do not remove /etc/hosts.{allow,deny} on purge of libwrap0 if it is
 +installed for multiple architectures. (Closes: #682425)
 +Patch courtesy of Jonathan Nieder.
[...]
 -Standards-Version: 3.9.2
 +Standards-Version: 3.9.3.1

Please don't do that during a freeze, particularly without documenting
it.  Unblocked to get the bug fix.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1344794334.2978.66.ca...@jacala.jungle.funky-badger.org



Re: please unblock tcp-wrappers

2007-01-18 Thread Marc 'HE' Brockschmidt
[EMAIL PROTECTED] (Marco d'Itri) writes:
 tcp-wrappers (7.6.dbs-12) unstable; urgency=high

This was already unblocked by aba.

Marc
-- 
BOFH #54:
Evil dogs hypnotized the night shift


pgpYLYnKeSYYH.pgp
Description: PGP signature


please unblock tcp-wrappers

2007-01-17 Thread Marco d'Itri
tcp-wrappers (7.6.dbs-12) unstable; urgency=high

  * Fixed the match_port patch to not break matching on daemon names in
a corner case (when request-server-sin has not been initialised by
the caller). Patch courtesy of Janusz Krzysztofik. (Closes: #405342)
  * New debconf translations: ro, es. (Closes: #393514, #401908)

 -- Marco d'Itri [EMAIL PROTECTED]  Mon,  8 Jan 2007 01:37:59 +0100

-- 
ciao,
Marco


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]