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

Bug#108230: marked as done (Problem with maintainer scripts, do not set /usr/share/doc/pccts -> /usr/doc/pccts)



Your message dated Sat, 11 Aug 2001 15:03:58 -0400
with message-id <E15Ve3C-0005Q1-00@auric.debian.org>
and subject line Bug#108230: fixed in pccts 1.33MR25-1
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 10 Aug 2001 00:33:12 +0000
>From gbsadler1@lcisp.com Thu Aug 09 19:33:12 2001
Return-path: <gbsadler1@lcisp.com>
Received: from (debian-home) [12.44.140.126] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15V0Ei-0006Ng-00; Thu, 09 Aug 2001 19:33:12 -0500
Received: from gbsadler by debian-home with local (Exim 3.32 #1 (Debian))
	id 15V0Ef-00021Y-00
	for <submit@bugs.debian.org>; Thu, 09 Aug 2001 19:33:09 -0500
Date: Thu, 9 Aug 2001 19:33:09 -0500
From: Gordon Sadler <gbsadler1@lcisp.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Problem with maintainer scripts, do not set /usr/share/doc/pccts -> /usr/doc/pccts
Message-ID: <[🔎] 20010809193309.A7770@debian-home.lcisp.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.18i
X-Reportbug-Version: 1.23
Sender: Gordon Sadler <gbsadler@debian-home>
Delivered-To: submit@bugs.debian.org

Package: pccts
Version: 1.33MR20a-1
Severity: serious

Please look at the maintainer scripts. Appears they were copied from
examples without setting the pkg variable?

Maybe :
pkg=pccts
and s/pkg/\$pkg/g

gbsadler@debian:~$ cat /var/lib/dpkg/info/pccts.postinst
#!/bin/sh -e
if [ "$1" = "configure" ]; then
  if [ -d /usr/doc -a ! -e /usr/doc/pkg -a -d /usr/share/doc/pkg ]; then
    ln -sf ../share/doc/pkg /usr/doc/pkg
  fi
fi
gbsadler@debian:~$ cat /var/lib/dpkg/info/pccts.prerm
#!/bin/sh -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pkg ]; then
  rm -f /usr/doc/pkg

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian-home 2.2.19 #1 Sat May 19 16:25:04 CDT 2001 i686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages pccts depends on:
ii  libc6                         2.2.3-9    GNU C Library: Shared libraries an

-- 
Gordon Sadler


---------------------------------------
Received: (at 108230-close) by bugs.debian.org; 11 Aug 2001 19:12:16 +0000
>From troup@auric.debian.org Sat Aug 11 14:12:16 2001
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15VeBE-00062Q-00; Sat, 11 Aug 2001 14:12:16 -0500
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 15Ve3C-0005Q1-00; Sat, 11 Aug 2001 15:03:58 -0400
From: Matej Vela <vela@debian.org>
To: 108230-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#108230: fixed in pccts 1.33MR25-1
Message-Id: <E15Ve3C-0005Q1-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Sat, 11 Aug 2001 15:03:58 -0400
Delivered-To: 108230-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
pccts, which has been installed in the Debian FTP archive:

pccts_1.33MR25-1.dsc
  to pool/main/p/pccts/pccts_1.33MR25-1.dsc
pccts_1.33MR25.orig.tar.gz
  to pool/main/p/pccts/pccts_1.33MR25.orig.tar.gz
pccts_1.33MR25-1.diff.gz
  to pool/main/p/pccts/pccts_1.33MR25-1.diff.gz
pccts_1.33MR25-1_i386.deb
  to pool/main/p/pccts/pccts_1.33MR25-1_i386.deb



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 108230@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated pccts 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 10 Aug 2001 23:13:49 +0200
Source: pccts
Binary: pccts
Architecture: source i386
Version: 1.33MR25-1
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 pccts      - The Purdue Compiler Construction Tool Set (PCCTS).
Closes: 50049 108154 108230
Changes: 
 pccts (1.33MR25-1) unstable; urgency=high
 .
   * New upstream version.  Fixes half of #98762...
   * Converted to debhelper.  Closes: #108154, #108230.
   * Applied Jim Studt's patch, adding `Provides: sorcerer' and
     SORCERER include files.  Closes: #50049.
   * debian/copyright: Updated upstream URL.
   * Conforms to Standards version 3.5.6:
     * Moved test, testcpp, and support directories to examples.
     * debian/rules: Support the `debug' build option.
Files: 
 6c2cccb7bb2ea98574d0448542d1f25d 616 devel optional pccts_1.33MR25-1.dsc
 87279af0e2fe13a12ec8860523bbe7d5 543297 devel optional pccts_1.33MR25.orig.tar.gz
 0616c371726fa667d7151e1439fe3ec2 3243 devel optional pccts_1.33MR25-1.diff.gz
 37de00972f63f6eaaeff23ec219e54e3 384300 devel optional pccts_1.33MR25-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjt0UZEACgkQxBYivKllgY8gkACbBujXjWyRT92Ncwg243/4yv6S
ToQAoObZv5AoXPxQXMp9eMbwc3jGYXfq
=dTIR
-----END PGP SIGNATURE-----



Reply to: