[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#312665: marked as done (Only /usr/share/doc/ssh directory in the package)



Your message dated Thu, 9 Jun 2005 15:08:37 +0100
with message-id <20050609140837.GE22267@riva.ucam.org>
and subject line Bug#312665: Only /usr/share/doc/ssh directory in the package
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Jun 2005 12:50:31 +0000
>From killer@iki.fi Thu Jun 09 05:50:31 2005
Return-path: <killer@iki.fi>
Received: from d173.fi.basen.net (killer.killeri.net) [212.226.212.173] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DgMUR-0006od-00; Thu, 09 Jun 2005 05:50:31 -0700
Received: by killer.killeri.net (Postfix, from userid 1000)
	id 9F07B17D96; Thu,  9 Jun 2005 15:50:24 +0300 (EEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Kalle Kivimaa <killer@iki.fi>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Only /usr/share/doc/ssh directory in the package
X-Mailer: reportbug 3.12
Date: Thu, 09 Jun 2005 15:50:23 +0300
Message-Id: <[🔎] 20050609125024.9F07B17D96@killer.killeri.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: ssh
Version: 1:4.1p1-3
Severity: grave
Justification: renders package unusable

I guess this dpkg -L snippet tells everything:

kaylee ~/src % dpkg -L ssh
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/ssh
/usr/share/doc/ssh/copyright
/usr/share/doc/ssh/NEWS.Debian.gz
/usr/share/doc/ssh/changelog.Debian.gz

kaylee ~/src %                

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.10amd64
Locale: LANG=fi_FI, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages ssh depends on:
ii  openssh-client          1:3.9p1-1ubuntu2 Secure shell client, an rlogin/rsh
di  openssh-server          1:3.9p1-1ubuntu2 Secure shell server, an rshd repla

-- debconf information:
  ssh/insecure_rshd:
  ssh/user_environment_tell:
* ssh/forward_warning:
  ssh/insecure_telnetd:
  ssh/new_config: true
* ssh/use_old_init_script: true
* ssh/SUID_client: true
* ssh/disable_cr_auth: false
  ssh/ssh2_keys_merged:
* ssh/protocol2_only: true
  ssh/encrypted_host_key_but_no_keygen:
* ssh/run_sshd: true

---------------------------------------
Received: (at 312665-done) by bugs.debian.org; 9 Jun 2005 14:08:40 +0000
>From cjwatson@flatline.org.uk Thu Jun 09 07:08:40 2005
Return-path: <cjwatson@flatline.org.uk>
Received: from chiark.greenend.org.uk [193.201.200.170] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DgNi4-0004gm-00; Thu, 09 Jun 2005 07:08:40 -0700
Received: from [192.168.124.112] (helo=riva.lab.dotat.at)
	by chiark.greenend.org.uk (Debian Exim 3.35 #1) with esmtp
	(return-path cjwatson@flatline.org.uk)
	id 1DgNi2-0005gd-00
	for 312665-done@bugs.debian.org; Thu, 09 Jun 2005 15:08:38 +0100
Received: from cjwatson by riva.lab.dotat.at with local (Exim 3.36 #1 (Debian))
	for 312665-done@bugs.debian.org
	id 1DgNi1-0007tj-00; Thu, 09 Jun 2005 15:08:37 +0100
Date: Thu, 9 Jun 2005 15:08:37 +0100
From: Colin Watson <cjwatson@debian.org>
To: 312665-done@bugs.debian.org
Subject: Re: Bug#312665: Only /usr/share/doc/ssh directory in the package
Message-ID: <20050609140837.GE22267@riva.ucam.org>
References: <[🔎] 20050609125024.9F07B17D96@killer.killeri.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 20050609125024.9F07B17D96@killer.killeri.net>
User-Agent: Mutt/1.5.9i
Delivered-To: 312665-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

On Thu, Jun 09, 2005 at 03:50:23PM +0300, Kalle Kivimaa wrote:
> Package: ssh
> Version: 1:4.1p1-3
> Severity: grave
> Justification: renders package unusable
> 
> I guess this dpkg -L snippet tells everything:
> 
> kaylee ~/src % dpkg -L ssh
> /.
> /usr
> /usr/share
> /usr/share/doc
> /usr/share/doc/ssh
> /usr/share/doc/ssh/copyright
> /usr/share/doc/ssh/NEWS.Debian.gz
> /usr/share/doc/ssh/changelog.Debian.gz

Yes, it's a transitional package depending on openssh-client and
openssh-server. It's meant to be like that.

-- 
Colin Watson                                       [cjwatson@debian.org]



Reply to: