Your message dated Sat, 30 Jan 2016 15:55:13 +0000
with message-id <e1apxrl-0005bc...@franck.debian.org>
and subject line Bug#813082: fixed in squid-deb-proxy 0.8.14
has caused the Debian Bug report #813082,
regarding squid-deb-proxy: please depend squid instead of squid3
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.)


-- 
813082: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813082
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: squid-deb-proxy
Version: 0.8.13
Severity: normal
Tags: patch

Dear Maintainer,

Please depend squid instead of squid3.
Because squid3 is dummy transitional package.
It makes smooth update for binNMU squid.
-- 
Regards,
        dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages squid-deb-proxy depends on:
ii  debconf [debconf-2.0]  1.5.58
ii  squid                  3.5.12-1+b1

Versions of packages squid-deb-proxy recommends:
pn  avahi-utils  <none>

squid-deb-proxy suggests no packages.

-- Configuration Files:
/etc/squid-deb-proxy/mirror-dstdomain.acl changed [not included]
/etc/squid-deb-proxy/squid-deb-proxy.conf changed [not included]

-- debconf information excluded
=== modified file 'debian/control'
--- debian/control	2013-05-16 18:09:24 +0000
+++ debian/control	2016-01-29 08:49:19 +0000
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${python:Depends},
          ${misc:Depends},
-	 squid3
+	 squid
 Recommends: avahi-utils
 Description: Squid proxy configuration to optimize package downloads
  This package contains a Squid proxy configuration to manage a cache of

=== modified file 'debian/squid-deb-proxy.init'
--- debian/squid-deb-proxy.init	2013-12-19 08:28:46 +0000
+++ debian/squid-deb-proxy.init	2016-01-29 08:54:00 +0000
@@ -17,7 +17,7 @@
 
 NAME=squid-deb-proxy
 DESC="Squid Deb HTTP Proxy"
-DAEMON=/usr/sbin/squid3
+DAEMON=/usr/sbin/squid
 PIDFILE=/var/run/$NAME.pid
 CONFIG=/etc/squid-deb-proxy/squid-deb-proxy.conf
 SQUID_ARGS="-YC -f $CONFIG"

=== modified file 'debian/squid-deb-proxy.logrotate'
--- debian/squid-deb-proxy.logrotate	2012-04-18 13:58:46 +0000
+++ debian/squid-deb-proxy.logrotate	2016-01-29 08:53:37 +0000
@@ -12,8 +12,6 @@
  postrotate
   if [ -x /usr/sbin/squid ]; then
       SQUID=/usr/sbin/squid
-  elif  [ -x /usr/sbin/squid3 ]; then
-      SQUID=/usr/sbin/squid3
   else
       echo "No squid binary found"
       exit 1

=== modified file 'debian/squid-deb-proxy.upstart'
--- debian/squid-deb-proxy.upstart	2014-03-19 13:46:32 +0000
+++ debian/squid-deb-proxy.upstart	2016-01-29 08:53:48 +0000
@@ -26,8 +26,6 @@
 script
   if [ -x /usr/sbin/squid ]; then
       SQUID=/usr/sbin/squid
-  elif  [ -x /usr/sbin/squid3 ]; then
-      SQUID=/usr/sbin/squid3
   else
       echo "No squid binary found"
       exit 1

=== modified file 'init-common.sh'
--- init-common.sh	2014-12-17 12:27:25 +0000
+++ init-common.sh	2016-01-29 08:54:11 +0000
@@ -24,8 +24,6 @@
 pre_start() {
   if [ -x /usr/sbin/squid ]; then
       SQUID=/usr/sbin/squid
-  elif  [ -x /usr/sbin/squid3 ]; then
-      SQUID=/usr/sbin/squid3
   else
       echo "No squid binary found"
       exit 1
@@ -84,7 +82,7 @@
   rm -f $AVAHIFILE
 }
 
-# from the squid3 debian init script
+# from the squid debian init script
 find_cache_dir () {
         w="     " # space tab
         res=`sed -ne '

=== modified file 'squid-deb-proxy.conf'
--- squid-deb-proxy.conf	2015-07-14 14:53:01 +0000
+++ squid-deb-proxy.conf	2016-01-29 08:53:20 +0000
@@ -93,5 +93,5 @@
 # And finally deny all other access to this proxy
 http_access deny all
 
-# we don't want to clash with the squid3 netdb state file
+# we don't want to clash with the squid netdb state file
 netdb_filename stdio:/var/log/squid-deb-proxy/netdb.state

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: squid-deb-proxy
Source-Version: 0.8.14

We believe that the bug you reported is fixed in the latest version of
squid-deb-proxy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 813...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <m...@debian.org> (supplier of updated squid-deb-proxy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 29 Jan 2016 17:55:43 +0100
Source: squid-deb-proxy
Binary: squid-deb-proxy squid-deb-proxy-client squid-deb-proxy-client-udeb
Architecture: source
Version: 0.8.14
Distribution: unstable
Urgency: medium
Maintainer: Michael Vogt <m...@debian.org>
Changed-By: Michael Vogt <m...@debian.org>
Description:
 squid-deb-proxy - Squid proxy configuration to optimize package downloads
 squid-deb-proxy-client - automatic proxy discovery for APT based on Avahi
 squid-deb-proxy-client-udeb - automatic proxy discovery for APT based on Avahi 
(udeb) (udeb)
Closes: 813082
Changes:
 squid-deb-proxy (0.8.14) unstable; urgency=medium
 .
   * depend on squid3 instead of squid, thanks to
     HIGUCHI Daisuke (VDR dai), closes: #813082
Checksums-Sha1:
 197d8e32de315983b2fa339d23a800f49371ac70 1755 squid-deb-proxy_0.8.14.dsc
 9ae09e27a6a855c1272e6f9b279453935c3b2fe5 24705 squid-deb-proxy_0.8.14.tar.gz
Checksums-Sha256:
 7703e48c5a6477144c616eab4774583fc0fef5cfea1a0b69c900668ea80b2c33 1755 
squid-deb-proxy_0.8.14.dsc
 d30aa9d8185c1e424608deb307f8e92aee8270acccc3c0b26af1d03a2feae92b 24705 
squid-deb-proxy_0.8.14.tar.gz
Files:
 7c8deed5d0439f3d0b29735f23dff6df 1755 net extra squid-deb-proxy_0.8.14.dsc
 6f86126c50d2064f648f1e03d8a217a2 24705 net extra squid-deb-proxy_0.8.14.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWq5nJAAoJEJjKuzq9TKWeEQAP/1qf9LlB+9WbaPZ7U9tQEstS
tlWEf/96OkndBCoXLbgJxt/lvQVyPnXtenctjJ4J4VWy0ywVmnTVTzbY1CtEZknl
5zrFMQFk+UDVtybBU021IZipU1e0we+/P7o9UB1Gm28Ie5reLmgAsj26IOo3e8yt
gr2MTkSCx5VPtvPI3IrSGzsCoEXSu+DHwQ7Nb/Ei7LQWzCufaxQgS342hwB2irZS
CUI/xokcWYm6PZIQmztp6QjgoAl0B2TfAo8NbfKT7XEfhCcRaH5SV/UnBD8HdPRA
7hdfjBxpcMIO0Q1jHLv/yy64Lr8FJ+7/z7EaDXYyde8rzu++zLXW8XM4ofugnW10
lcLHirUd9AznFNztacRVU1BgMOeHDtZOgPRQ/7ykaYgoszXkxTUoqud3eMPcOSGO
KS2D6FIm13PeeBcptimGKOVr3X0CSL8QUvR17Wy7ObvqMjhblaS+1jX1hz4msLco
2Y730Dy+BLCHcNXAy99jvUEAVTznHbhyA+qr5rVqzomdemyRMTR6yuK54GgH5TpE
BUAOq/ankbBRpYV8c7UozNa0M/9CgSzyONtJzuXi2a13NRTSIjKslrR3ia3H7ZaJ
TEulxNeR4ZlqzZrd8yyR/M5w4REDkXddZddQGv39gX1MBhltUT0QCvhYgJ4uekpJ
D/VVVXRay2JI4yKAqb8T
=wBix
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to