Your message dated Wed, 14 Feb 2007 15:47:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#410501: fixed in destar 0.2.0-4 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.0-4 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.0-4.diff.gz to pool/main/d/destar/destar_0.2.0-4.diff.gz destar_0.2.0-4.dsc to pool/main/d/destar/destar_0.2.0-4.dsc destar_0.2.0-4_all.deb to pool/main/d/destar/destar_0.2.0-4_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 [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 19:14:35 -0500 Source: destar Binary: destar Architecture: source all Version: 0.2.0-4 Distribution: testing-proposed-updates Urgency: medium 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.0-4) testing-proposed-updates; urgency=medium . * Added comprobation to patches/zaptel.dpatch (Closes: #410501) * Create /etc/asterisk/manager.d directory if its not present. * Install /etc/asterisk/destar_cfg.py as an example since its not always suitable for most users/systems. * Commented nasty debug messages shown when running 'destar -b'. * Added svn info to debian/control. Files: e576563713eddd4ff4fd8037733c0672 853 comm optional destar_0.2.0-4.dsc 2cf3d55d5f74ca03ce7ceef632ed740a 8043 comm optional destar_0.2.0-4.diff.gz ec6509c76d5d2f9990dd9e9b929a15de 193354 comm optional destar_0.2.0-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFF0yueQUuEI2/szeARAj/WAJ48iuRbU410R1v0G7VFJnPPYtV2qACfZa4E zkvPYPFO7Fd1+m9mSF5GBhE= =CYLb -----END PGP SIGNATURE-----
--- End Message ---

