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

Bug#125857: marked as done (gadfly: Fix for postinst)



Your message dated Mon, 24 Dec 2001 15:23:22 -0500
with message-id <E16Ibd4-000177-00@auric.debian.org>
and subject line Bug#125857: fixed in gadfly 1.0-7.2
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; 19 Dec 2001 20:22:57 +0000
>From flight@53b.hoffleit.de Wed Dec 19 14:22:57 2001
Return-path: <flight@53b.hoffleit.de>
Received: from twister.ispgateway.de [62.67.200.3] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 16GnEv-0004Rw-00; Wed, 19 Dec 2001 14:22:57 -0600
Received: (qmail 27605 invoked from network); 19 Dec 2001 20:22:56 -0000
Received: from unknown (HELO freefly.53b.hoffleit.de) (852290@[217.228.168.197]) (envelope-sender <flight@53b.hoffleit.de>)
          by twister.ispgateway.de (qmail-ldap-1.03) with SMTP
          for <submit@bugs.debian.org>; 19 Dec 2001 20:22:56 -0000
Received: by freefly.53b.hoffleit.de (Postfix, from userid 1000)
	id 76A495A140; Wed, 19 Dec 2001 21:23:00 +0100 (CET)
From: Gregor Hoffleit <flight@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gadfly: Fix for postinst
X-Reportbug-Version: 1.36
X-Mailer: reportbug 1.36
Date: Wed, 19 Dec 2001 21:23:00 +0100
Message-Id: <[🔎] 20011219202300.76A495A140@freefly.53b.hoffleit.de>
Delivered-To: submit@bugs.debian.org

Package: gadfly
Version: 1.0-7.1
Severity: normal
Tags: patch

Please make the postinst script more robust by including the following
patch.

Thanks,
    Gregor

--- gadfly.postinst Wed Dec 19 21:18:22 2001
+++ gadfly.postinst.new	Wed Dec 19 21:22:29 2001
@@ -5,13 +5,14 @@
 #
 
 PACKAGE=gadfly
-DIRLIST="/usr/lib/python2.1/site-packages"
+PYVER=2.1
+DIRLIST="/usr/lib/python$PYVER/site-packages"
 
 case "$1" in
     configure|abort-upgrade|abort-remove|abort-deconfigure)
         for i in $DIRLIST ; do
-            python -O /usr/lib/python2.1/compileall.py -q $i
-            python /usr/lib/python2.1/compileall.py -q $i
+            /usr/bin/python$PYVER -O /usr/lib/python$PYVER/compileall.py -q $i
+            /usr/bin/python$PYVER /usr/lib/python$PYVER/compileall.py -q $i
         done
     ;;
 



---------------------------------------
Received: (at 125857-close) by bugs.debian.org; 24 Dec 2001 20:59:55 +0000
>From troup@auric.debian.org Mon Dec 24 14:59:55 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 16IcCR-0000Er-00; Mon, 24 Dec 2001 14:59:55 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 16Ibd4-000177-00; Mon, 24 Dec 2001 15:23:22 -0500
From: Matthias Klose <doko@debian.org>
To: 125857-close@bugs.debian.org
X-Katie: $Revision: 1.66 $
Subject: Bug#125857: fixed in gadfly 1.0-7.2
Message-Id: <E16Ibd4-000177-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Mon, 24 Dec 2001 15:23:22 -0500
Delivered-To: 125857-close@bugs.debian.org

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

gadfly_1.0-7.2.diff.gz
  to pool/main/g/gadfly/gadfly_1.0-7.2.diff.gz
gadfly_1.0-7.2.dsc
  to pool/main/g/gadfly/gadfly_1.0-7.2.dsc
gadfly_1.0-7.2_all.deb
  to pool/main/g/gadfly/gadfly_1.0-7.2_all.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 125857@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gadfly 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-----

Format: 1.7
Date: Mon, 24 Dec 2001 13:10:27 +0100
Source: gadfly
Binary: gadfly
Architecture: source all
Version: 1.0-7.2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 gadfly     - SQL database and parser generator in Python
Closes: 125857 126338
Changes: 
 gadfly (1.0-7.2) unstable; urgency=low
 .
   * Fix postinst to use Debian's python2.1 (closes: #125857).
   * Fix location of sql.mar file (closes: #126338).
Files: 
 99a6b08471d0d88bba79147d43a8ddaa 925 interpreters optional gadfly_1.0-7.2.dsc
 0f4d796c7dfff39dc27078f4fde5056a 4049 interpreters optional gadfly_1.0-7.2.diff.gz
 6ea31a482065ea9495daf54e17f828fd 183310 interpreters optional gadfly_1.0-7.2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv
Comment: Requires PGP version 2.6 or later.

iQEVAwUBPCcsuAuDzMCIcnEhAQE6+AgAqx1h59jImJy3fqOWjbPrn5WySA8zi/4v
6pvTKlmg2ldF8kdEKSVnP8quJM/tEG+YKZ/5K5KvhZcUFxyqV8UN5xxv/EDTog/8
toc9pU0/ik0uEnvYm5v7tR7ZRO4RJI13opHVUIYMo2rpPjOd6u1hpIs34aL/5xwi
80WGUOVf57bmdrTO+47NA1oo6ovdd3/lulPQindqY33iEiXOk1R4hpYmrHSb3P5R
nyEGFJbHi85KyHaZ7zXieTDI00BPy0QbhS8/8VYu2c/Sg014E/R74Zlawyi5riMZ
ttGU89QfxSjfyxf7F+CiTfNUl2xW2BOzrkzDPhMpI5vAB/WRHQe+4Q==
=EfwT
-----END PGP SIGNATURE-----



Reply to: