Your message dated Mon, 12 Feb 2007 20:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#410501: fixed in destar 0.2.2-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.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: destar Version: 0.2.0-3 Severity: grave Tags: patch Justification: renders package unusable There was a bad conditional expresion on one dpatch file edited on last package upload. Here's the fix to the bug: --- zaptel.dpatch 2007-02-11 00:05:55.000000000 -0500 +++ zaptel.dpatch.patch 2007-02-11 01:59:41.000000000 -0500 @@ -12,7 +12,7 @@ for _fn,cnf in configlets.asterisk_configfiles: if _fn == 'op_server.cfg' and panelutils.isConfigured() != 1: continue -+ if not os.access("/etc/zaptel.conf", os.O_RDWR): ++ if _fn == 'zaptel.conf' and not os.access("/etc/zaptel.conf", os.O_RDWR): + continue try: cnf.write() -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=es_CO.UTF-8, LC_CTYPE=es_CO.UTF-8 (charmap=UTF-8) Versions of packages destar depends on: ii asterisk 1:1.2.14~dfsg-4 Open Source Private Branch Exchang ii python 2.4.4-2 An interactive high-level object-o ii python-medusa 0.5.4+clean-1 Framework for implementing asynchr ii python-pychart 1.39-5 Python library for creating high q ii python-pysqlite2 2.3.2-2 python interface to SQLite 3 ii python-quixote1 1.2-4 A highly Pythonic Web application ii sqlite3 3.3.8-1 A command line interface for SQLit Versions of packages destar recommends: ii op-panel 0.26.dfsg-5 switchboard type application for t -- no debconf information
--- End Message ---
--- Begin Message ---Source: destar Source-Version: 0.2.2-1 We believe that the bug you reported is fixed in the latest version of destar, which is due to be installed in the Debian FTP archive: destar_0.2.2-1.diff.gz to pool/main/d/destar/destar_0.2.2-1.diff.gz destar_0.2.2-1.dsc to pool/main/d/destar/destar_0.2.2-1.dsc destar_0.2.2-1_all.deb to pool/main/d/destar/destar_0.2.2-1_all.deb destar_0.2.2.orig.tar.gz to pool/main/d/destar/destar_0.2.2.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Alejandro Rios P. <[EMAIL PROTECTED]> (supplier of updated destar 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 12 Feb 2007 14:44:34 -0500 Source: destar Binary: destar Architecture: source all Version: 0.2.2-1 Distribution: unstable Urgency: high Maintainer: Debian VoIP Team <[EMAIL PROTECTED]> Changed-By: Alejandro Rios P. <[EMAIL PROTECTED]> Description: destar - management interface for the Asterisk PBX Closes: 410501 Changes: destar (0.2.2-1) unstable; urgency=high . [ Santiago Ruano Rincón ] * New upstream release . [Alejandro Rios P.] * Added comprobation to patches/zaptel.dpatch (Closes: #410501) * Create /etc/asterisk/manager.d directory if its not present. * This version of destar depends on python-quixote1 instead of python-quixote. * Commented nasty debug messages shown when running 'destar -b'. * Added descriptions to dpatch patches. Files: 5de34b60c602ba40c72585298dbc49c1 853 comm optional destar_0.2.2-1.dsc e957f81aa644f2db236e347f979ad628 283439 comm optional destar_0.2.2.orig.tar.gz 110d6c684aee4a33c5e8c97c36258704 7997 comm optional destar_0.2.2-1.diff.gz 02cf10b8c565801ca0949cc1a705516f 199832 comm optional destar_0.2.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFF0MtZQUuEI2/szeARAhUFAJ9SBjf7VCfsIi6pJG9OgH0n1xkBUwCfctLH 72rmI3Hxa1V34aClqzFqsyc= =jAmL -----END PGP SIGNATURE-----
--- End Message ---

