Bug#816801: marked as done (volti: The script /usr/bin/volti incorrectly checks the version of dbus)
Your message dated Fri, 01 Apr 2016 12:51:14 + with message-id and subject line Bug#816801: fixed in volti 0.2.3-7 has caused the Debian Bug report #816801, regarding volti: The script /usr/bin/volti incorrectly checks the version of dbus 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 816801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816801 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: volti Version: 0.2.3-6 Severity: important Tags: newcomer Dear Maintainer, 1. The program does not start, showing exception: "This program needs dbus-python 0.80.0 or higher Exiting" 2. I replaced the line 27 with the following code: Before: assert dbus.version >= (0, 80, 0) After: assert tuple(dbus.version) >= (0, 80, 0) 3. Program starts without any errors The version of Python 2.7.11+ -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages volti depends on: ii python-alsaaudio 0.7-1 ii python-dbus 1.2.2-1 ii python-gobject3.18.2-2 ii python-gtk2 2.24.0-4 ii python-xlib 0.14+20091101-5 pn python:any volti recommends no packages. volti suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: volti Source-Version: 0.2.3-7 We believe that the bug you reported is fixed in the latest version of volti, which is due to be installed in the Debian FTP archive. 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 816...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. James Cowgill (supplier of updated volti 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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 01 Apr 2016 13:40:15 +0100 Source: volti Binary: volti Architecture: source Version: 0.2.3-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: James Cowgill Description: volti - control audio volume from system tray/notification area Closes: 816801 Changes: volti (0.2.3-7) unstable; urgency=medium . * QA upload. * Don't try to import dbus._version which no longer exists. (Closes: #816801) . * debian/clean: - Remove entire build/ directory when cleaning. * debian/compat: - Switch to debhelper 9. * debian/control: - Build-depend on dh-python. - Bump standards version to 3.9.7 (no changes). - Change homepage from Google code to GitHub. * debian/copyright: - Change source URL to GitHub. - Add Milan Nikolic as the main copyright holder. * debian/watch: - Change source URL to GitHub. Checksums-Sha1: 2619ef6383f3716312c59751342b912b15567190 1709 volti_0.2.3-7.dsc c029b799cedba81409e8d4a3291ecb287db3df15 3376 volti_0.2.3-7.debian.tar.xz Checksums-Sha256: b612503ffb09720d338174f86079de45b62a92c8f248da3a95617869b7afa409 1709 volti_0.2.3-7.dsc 267a623ed67104655c890cc42adb9fb80a85ca2895283a6642f3dbd53a987950 3376 volti_0.2.3-7.debian.tar.xz Files: 0b6aa2512f5dd56d6473fe951f7a9ec6 1709 sound optional volti_0.2.3-7.dsc dba8216513f279e2dccc702101542658 3376 sound optional volti_0.2.3-7.debian.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCgAGBQJW/mxEAAoJEMfxZ23qLQHva30P/2ARnUTOgym3lFLqfbaUy32u a0qR6qoQzgoPvoCFnAmR1xKR4w33z7qR7zIJDDhhOs9FDI0VI5/iKrbX97g35qrM TtJDal4jgvjDupJYtWW68zUSo15RNbHrCl3w/0og4zf3yJ+w9X2/g/7fbdqwHmMp JxuTzAMtZy6VJ2C3K0B+3sJGtjJj+x0NYwSVwFY+1rf2wCkkM0Tn74WaJauMA2mg a1FwghWoFB54sRS295TXXny3/5nET4jL4dJZ/k96Qh1nR9bhcB6AAEMpL4EtRivG 7JWtc+UufMvBkwjlVLF1bgflrIg5Mj5arZoRskEv111j+6OJ5IRvzqDGCO243rjK 5vNoI7psU3lk90aRwm35RxTttaWmiREAXKJs02OCBLRHuZt7DH8b38pLwot58qgB XluMdb6IFtk4A4hfYZ1w0zze2kB2S7vDcjX3KbDmRll/D0qYcNPQJsyp7yAlsZ+3 lFqKyL9JeiKLw314PQJ+E5DiOwbLKRzYUWyQT5JNlhcOMa3XnG9s1l6VxkppfcZl U6iEMwMyxsGDwz8GcgR3Dr+lAPfmf20T0fD0aznQo4XMk2cEOKH5o2+/00ujK9oN XpELrcC2s+t8izQ/6u93ENg8i7G4n299BKEE7Wv74073q/r85CFoiTgnnEEsHgFa mQTmZ8a4xjN0rUnOGFA/ =/RL4 -END PGP SIGNATURE End Message ---
Bug#817039: marked as done (volti: Fails to start due to incorrect python-dbus version check)
Your message dated Fri, 01 Apr 2016 12:51:14 + with message-id and subject line Bug#816801: fixed in volti 0.2.3-7 has caused the Debian Bug report #816801, regarding volti: Fails to start due to incorrect python-dbus version check 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 816801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816801 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: volti Version: 0.2.3-6 Severity: grave Justification: renders package unusable Dear Maintainer, The python-dbus version check on line 27 of /usr/lib/volti/volti.run is incorrect due to recent changes to how the version of python-dbus is stored. > assert dbus.version >= (0, 80, 0) Alternatively, as the version of python-dbus is managed by Debian, this check is redundant and the line could be removed. This failed assersion makes the main "volti" command fail on startup rendering the main part of the package, the systray icon, unusable. I'd propose a patch, however I don't know enough Python to be certain that it'd be correct. That said this should be rapidly fixable by anyone fluent in Python. Thanks, Julian Calaby -- System Information: Distributor ID: Ubuntu Description:Ubuntu 12.04.2 LTS Release:12.04 Codename: precise Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.3.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages volti depends on: ii python-alsaaudio 0.7-1 ii python-dbus 1.2.2-1 ii python-gobject3.18.2-2 ii python-gtk2 2.24.0-4 ii python-xlib 0.14+20091101-5 pn python:any volti recommends no packages. volti suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: volti Source-Version: 0.2.3-7 We believe that the bug you reported is fixed in the latest version of volti, which is due to be installed in the Debian FTP archive. 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 816...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. James Cowgill (supplier of updated volti 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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 01 Apr 2016 13:40:15 +0100 Source: volti Binary: volti Architecture: source Version: 0.2.3-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: James Cowgill Description: volti - control audio volume from system tray/notification area Closes: 816801 Changes: volti (0.2.3-7) unstable; urgency=medium . * QA upload. * Don't try to import dbus._version which no longer exists. (Closes: #816801) . * debian/clean: - Remove entire build/ directory when cleaning. * debian/compat: - Switch to debhelper 9. * debian/control: - Build-depend on dh-python. - Bump standards version to 3.9.7 (no changes). - Change homepage from Google code to GitHub. * debian/copyright: - Change source URL to GitHub. - Add Milan Nikolic as the main copyright holder. * debian/watch: - Change source URL to GitHub. Checksums-Sha1: 2619ef6383f3716312c59751342b912b15567190 1709 volti_0.2.3-7.dsc c029b799cedba81409e8d4a3291ecb287db3df15 3376 volti_0.2.3-7.debian.tar.xz Checksums-Sha256: b612503ffb09720d338174f86079de45b62a92c8f248da3a95617869b7afa409 1709 volti_0.2.3-7.dsc 267a623ed67104655c890cc42adb9fb80a85ca2895283a6642f3dbd53a987950 3376 volti_0.2.3-7.debian.tar.xz Files: 0b6aa2512f5dd56d6473fe951f7a9ec6 1709 sound optional volti_0.2.3-7.dsc dba8216513f279e2dccc702101542658 3376 sound optional volti_0.2.3-7.debian.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCgAGBQJW/mxEAAoJEMfxZ23qLQHva30P/2ARnUTOgym3lFLqfbaUy32u a0qR6qoQzgoPvoCFnAmR1xKR4w33z7qR7zIJDDhhOs9FDI0VI5/iKrbX97g35qrM TtJDal4jgvjDupJYtWW68zUSo15RNbHrCl3w/0og4zf3yJ+w9X2/g/7fbdqwHmMp JxuTzAMtZy6VJ2C3K0B+3sJGtjJj+x0NYwSVwFY+1rf2wCkkM0Tn74WaJauMA2mg a1FwghWoFB54sRS295TXXny3/5nET4jL4dJZ/k96Qh1nR9bhcB6AAEMpL4EtRivG 7JWtc+UufMvBkwjlVLF1bgflrIg5Mj5arZoRskEv111j+6OJ5IRvzqDGCO243rjK 5vNoI7psU3lk90aRwm35RxTttaWmiRE
Processing of volti_0.2.3-7_source.changes
volti_0.2.3-7_source.changes uploaded successfully to localhost along with the files: volti_0.2.3-7.dsc volti_0.2.3-7.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org)
volti_0.2.3-7_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 01 Apr 2016 13:40:15 +0100 Source: volti Binary: volti Architecture: source Version: 0.2.3-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: James Cowgill Description: volti - control audio volume from system tray/notification area Closes: 816801 Changes: volti (0.2.3-7) unstable; urgency=medium . * QA upload. * Don't try to import dbus._version which no longer exists. (Closes: #816801) . * debian/clean: - Remove entire build/ directory when cleaning. * debian/compat: - Switch to debhelper 9. * debian/control: - Build-depend on dh-python. - Bump standards version to 3.9.7 (no changes). - Change homepage from Google code to GitHub. * debian/copyright: - Change source URL to GitHub. - Add Milan Nikolic as the main copyright holder. * debian/watch: - Change source URL to GitHub. Checksums-Sha1: 2619ef6383f3716312c59751342b912b15567190 1709 volti_0.2.3-7.dsc c029b799cedba81409e8d4a3291ecb287db3df15 3376 volti_0.2.3-7.debian.tar.xz Checksums-Sha256: b612503ffb09720d338174f86079de45b62a92c8f248da3a95617869b7afa409 1709 volti_0.2.3-7.dsc 267a623ed67104655c890cc42adb9fb80a85ca2895283a6642f3dbd53a987950 3376 volti_0.2.3-7.debian.tar.xz Files: 0b6aa2512f5dd56d6473fe951f7a9ec6 1709 sound optional volti_0.2.3-7.dsc dba8216513f279e2dccc702101542658 3376 sound optional volti_0.2.3-7.debian.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCgAGBQJW/mxEAAoJEMfxZ23qLQHva30P/2ARnUTOgym3lFLqfbaUy32u a0qR6qoQzgoPvoCFnAmR1xKR4w33z7qR7zIJDDhhOs9FDI0VI5/iKrbX97g35qrM TtJDal4jgvjDupJYtWW68zUSo15RNbHrCl3w/0og4zf3yJ+w9X2/g/7fbdqwHmMp JxuTzAMtZy6VJ2C3K0B+3sJGtjJj+x0NYwSVwFY+1rf2wCkkM0Tn74WaJauMA2mg a1FwghWoFB54sRS295TXXny3/5nET4jL4dJZ/k96Qh1nR9bhcB6AAEMpL4EtRivG 7JWtc+UufMvBkwjlVLF1bgflrIg5Mj5arZoRskEv111j+6OJ5IRvzqDGCO243rjK 5vNoI7psU3lk90aRwm35RxTttaWmiREAXKJs02OCBLRHuZt7DH8b38pLwot58qgB XluMdb6IFtk4A4hfYZ1w0zze2kB2S7vDcjX3KbDmRll/D0qYcNPQJsyp7yAlsZ+3 lFqKyL9JeiKLw314PQJ+E5DiOwbLKRzYUWyQT5JNlhcOMa3XnG9s1l6VxkppfcZl U6iEMwMyxsGDwz8GcgR3Dr+lAPfmf20T0fD0aznQo4XMk2cEOKH5o2+/00ujK9oN XpELrcC2s+t8izQ/6u93ENg8i7G4n299BKEE7Wv74073q/r85CFoiTgnnEEsHgFa mQTmZ8a4xjN0rUnOGFA/ =/RL4 -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of cpu_1.4.3-12~bpo8+1_amd64.changes
cpu_1.4.3-12~bpo8+1_amd64.changes uploaded successfully to localhost along with the files: cpu_1.4.3-12~bpo8+1.dsc cpu_1.4.3-12~bpo8+1.debian.tar.xz cpu_1.4.3-12~bpo8+1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)
cpu_1.4.3-12~bpo8+1_amd64.changes is NEW
binary:cpu is NEW. source:cpu is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html
Processing of renattach_1.2.4-5_amd64.changes
renattach_1.2.4-5_amd64.changes uploaded successfully to localhost along with the files: renattach_1.2.4-5.dsc renattach_1.2.4-5.debian.tar.xz renattach-dbgsym_1.2.4-5_amd64.deb renattach_1.2.4-5_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)
renattach_1.2.4-5_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 02 Apr 2016 01:50:04 +0200 Source: renattach Binary: renattach Architecture: source amd64 Version: 1.2.4-5 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Axel Beckert Description: renattach - Rename attachments on the fly Changes: renattach (1.2.4-5) unstable; urgency=medium . * QA upload. * Also install file "INSTALL" since it's referred to in the man page for details on how to integrate renattach with Postfix. Add lintian-override for package-contains-upstream-install-documentation. * Enable all hardening options. * Declare compliance with Debian Policy 3.9.7. (No other changes.) * Switch Vcs-Git header from git:// to https://. Checksums-Sha1: 2b1d873a84973a7f05b96e5ccaf22908b2ec4516 1896 renattach_1.2.4-5.dsc 299011035a3f69c9db069242d1b64cd6dad7e077 3716 renattach_1.2.4-5.debian.tar.xz 346807f36187e6e7b112ae230fcaa6e179008cf6 33420 renattach-dbgsym_1.2.4-5_amd64.deb 58f7ec0b12ec623a85828debfdf9d58e84588aa4 38644 renattach_1.2.4-5_amd64.deb Checksums-Sha256: c45e81a0ec948aca38466afaf3d3332fcfa1d273aca4782e0c1e379328acf769 1896 renattach_1.2.4-5.dsc b9a815ed2eb48ccd2ff59ac2c3b49935dca79b5fdcd3311889df0a1f4e779a8e 3716 renattach_1.2.4-5.debian.tar.xz a6d67ad0e409d75bfe0fb6a1bf9255babdaf9ff824897ac426686a9731af 33420 renattach-dbgsym_1.2.4-5_amd64.deb 3f53c372dab86ada832ebaeaf50fa5b0caca43f04d6256664048aa3bb1b217e2 38644 renattach_1.2.4-5_amd64.deb Files: e3ef69b2a0bc2d47a2343722a7a46b32 1896 mail optional renattach_1.2.4-5.dsc 35b8efd5c9d10c0bfa60d208f6983a62 3716 mail optional renattach_1.2.4-5.debian.tar.xz f6d992377ed83f78606f3227c36ef7a4 33420 debug extra renattach-dbgsym_1.2.4-5_amd64.deb 4f5f46f802b59276771a6cccd02dc7ec 38644 mail optional renattach_1.2.4-5_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJW/w5jAAoJEGvmY8daNcl1kCUP/3R7HRnSJdGnqqCf9zqHMNbV IAXDJxYKFvtERWBjxUkiKVZVEOusAw2jgzkHxNxWxd1UwX9qjlk+hOhiGvjI54LN QnsQqFlI/F0B3z5yPmJvZ+5XOQzVqrNzGs+zGFUqGmLlVD1qNo6IxSkfIyNKDWLj /5hTRdq3oFJbtTzMgI5KVXQJi/4MbzRuqiAcG/jRs1/EGFntJfw/65bKm4P0ce0j Bnd4odH9TUCmFTC16L6KXiIDlctRgcjC9VPkx9DQMVdzzIpmvOmHl13lAiG641oA Rc2BRySBEFuvwnKbV0f6ETcRmVlkBJ9AOOo0rqpROwyvwUyNlDzmyYDhDFtMcPA7 wTeQrx6WqKrpGpEihfIIq12yYr+ZDzDBEx4zqX+I26tZLmNatt45zC2IndGTeuL2 H7AOqhOiuiuej9atLwPEFaz0/uDkMO/zklgG5w/2HRCFQ9EHFkdQQBej0j5TjepU 5wdyo+Lkpc5pwfqH4qWlYMfXWr0c8lSplBbLy7Rx0Cbr9wJWb5YU80PvI3InwbVD 7JyzGZkg938FN8y9i1fzYzKK6H2m4ie3xVcJ7B15vQAFBhFQKliquTzTPnzrjgPn rmdv9Jxgj31wAnOTiJQM3cl8rm+QpBeVtYEJ2aidmRycWFUTiy5rkN3ip5DuIofw t2YlV88X5I8ygHGAAmjr =969+ -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#695256: marked as done (shell-fm: Shell-fm no longer works)
Your message dated Sat, 02 Apr 2016 04:28:34 + with message-id and subject line Bug#818323: Removed package(s) from unstable has caused the Debian Bug report #695256, regarding shell-fm: Shell-fm no longer works 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 695256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695256 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: shell-fm Version: 0.7+git20100414-1 Severity: important Dear Maintainer, Shell-fm no longer works, when invoked it gives the error message "Invalid HTTP: HTTP/1.0 403 Forbidden". I belive this to because the version in Debian uses the Last.fm 1.0 radio protocol which Last.fm disabled on 2012-12-01. The upstream developer has modified the program so it now works with Last.fm's version 2 protocol. Could you please update the Debian package? Peter 06-12-12 -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-rt-amd64 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_GB.UTF8, LC_CTYPE=en_GB.UTF8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages shell-fm depends on: ii libao4 1.1.0-2 ii libc62.13-37 ii libmad0 0.15.1b-7 shell-fm recommends no packages. Versions of packages shell-fm suggests: ii python 2.7.3~rc2-1 pn zsh -- no debconf information --- End Message --- --- Begin Message --- Version: 0.7+git20100414-3+rm Dear submitter, as the package shell-fm has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/818323 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
Bug#609090: marked as done (Incorrect use of memset count/value)
Your message dated Sat, 02 Apr 2016 04:28:34 + with message-id and subject line Bug#818323: Removed package(s) from unstable has caused the Debian Bug report #609090, regarding Incorrect use of memset count/value 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 609090: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609090 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: shell-fm Version: 0.4+svn20071125.r282-1 Severity: minor In ./shell-fm_0.4+svn20071125.r282/src/sckif.c memset(arg, sizeof(arg), 0); This should be memset(arg, 0, sizeof(arg)) --- End Message --- --- Begin Message --- Version: 0.7+git20100414-3+rm Dear submitter, as the package shell-fm has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/818323 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
Bug#562092: marked as done (shell-fm ALSA: underrun, at least 0ms.)
Your message dated Sat, 02 Apr 2016 04:28:34 + with message-id and subject line Bug#818323: Removed package(s) from unstable has caused the Debian Bug report #562092, regarding shell-fm ALSA: underrun, at least 0ms. 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 562092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562092 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: shell-fm Version:0.4+svn20071125.r282-1 Debian Sid. libc6: Installed: 2.10.2-2 kernel: linux-image-2.6-686 (2.6.32+23) shell-fm keeps giving ALSA: underrun, at least 0ms while running it in lxterminal.I use alsa with lxde, not pulseaudio or artsd. When I close it with ctrl+q it gives the following output. My ram is fine, ran memtest several times this week to check so I am pretty sure that isn't the problem. ALSA: underrun, at least 0ms. craig@craigevil:~$ *** glibc detected *** shell-fm: double free or corruption (!prev): 0x09172b50 *** === Backtrace: = /lib/i686/cmov/libc.so.6[0x48196824] /lib/i686/cmov/libc.so.6[0x481980b3] /lib/i686/cmov/libc.so.6(cfree+0x6d)[0x4819b0ad] /lib/i686/cmov/libc.so.6(fclose+0x145)[0x48186a85] shell-fm[0x804d85e] shell-fm[0x804e394] shell-fm[0x804c506] /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0x48141b55] shell-fm[0x8049a71] === Memory map: 08047000-08055000 r-xp 08:02 11454276 /usr/bin/shell-fm 08055000-08056000 rw-p e000 08:02 11454276 /usr/bin/shell-fm 08056000-0805a000 rw-p 00:00 0 09171000-091d2000 rw-p 00:00 0 [heap] 42705000-42708000 r-xp 08:02 8110308/lib/libuuid.so.1.3.0 42708000-42709000 rw-p 2000 08:02 8110308/lib/libuuid.so.1.3.0 4282-42827000 r-xp 08:02 11453037 /usr/lib/libSM.so.6.0.1 42827000-42828000 rw-p 6000 08:02 11453037 /usr/lib/libSM.so.6.0.1 4282a000-42879000 r-xp 08:02 11453695 /usr/lib/libXt.so.6.0.0 42879000-4287d000 rw-p 0004e000 08:02 11453695 /usr/lib/libXt.so.6.0.0 4287f000-42894000 r-xp 08:02 11454739 /usr/lib/libaudio.so.2.4 42894000-42895000 rw-p 00015000 08:02 11454739 /usr/lib/libaudio.so.2.4 42a57000-42a77000 r-xp 08:02 11453446 /usr/lib/libaudiofile.so.0.0.2 42a77000-42a7a000 rw-p 0002 08:02 11453446 /usr/lib/libaudiofile.so.0.0.2 42af-42af9000 r-xp 08:02 11454595 /usr/lib/libesd.so.0.2.39 42af9000-42afa000 rw-p 9000 08:02 11454595 /usr/lib/libesd.so.0.2.39 46277000-4639 r-xp 08:02 11452607 /usr/lib/libX11.so.6.3.0 4639-46394000 rw-p 00118000 08:02 11452607 /usr/lib/libX11.so.6.3.0 46396000-463ae000 r-xp 08:02 11452603 /usr/lib/libxcb.so.1.1.0 463ae000-463af000 rw-p 00017000 08:02 11452603 /usr/lib/libxcb.so.1.1.0 463b1000-463be000 r-xp 08:02 11453413 /usr/lib/libXext.so.6.4.0 463be000-463bf000 rw-p c000 08:02 11453413 /usr/lib/libXext.so.6.4.0 466ec000-46708000 r-xp 08:02 8110088/lib/libgcc_s.so.1 46708000-46709000 rw-p 0001c000 08:02 8110088/lib/libgcc_s.so.1 4670b000-4671 r-xp 08:02 11452760 /usr/lib/libogg.so.0.6.0 4671-46711000 rw-p 4000 08:02 11452760 /usr/lib/libogg.so.0.6.0 46713000-4673b000 r-xp 08:02 11453194 /usr/lib/libvorbis.so.0.4.3 4673b000-4673c000 rw-p 00027000 08:02 11453194 /usr/lib/libvorbis.so.0.4.3 46748000-46797000 r-xp 08:02 10715177 /usr/lib/libFLAC.so.8.2.0 46797000-46798000 rw-p 0004f000 08:02 10715177 /usr/lib/libFLAC.so.8.2.0 4679a000-467fb000 r-xp 08:02 11453804 /usr/lib/libsndfile.so.1.0.21 467fb000-467fd000 rw-p 00061000 08:02 11453804 /usr/lib/libsndfile.so.1.0.21 467fd000-46801000 rw-p 00:00 0 46874000-468be000 r-xp 08:02 11453989 /usr/lib/ libpulsecommon-0.9.21.so 468be000-468bf000 rw-p 00049000 08:02 11453989 /usr/lib/ libpulsecommon-0.9.21.so 468c1000-46901000 r-xp 08:02 11453992 /usr/lib/libpulse.so.0.12.2 46901000-46902000 rw-p 0004 08:02 11453992 /usr/lib/libpulse.so.0.12.2 46a94000-46a98000 r-xp 08:02 11455818 /usr/lib/libXtst.so.6.1.0 46a98000-46a99000 rw-p 3000 08:02 11455818 /usr/lib/libXtst.so.6.1.0 46b02000-46bed000 r-xp 08:02 10715169 /usr/lib/libvorbisenc.so.2.0.6 46bed000-46bfb000 rw-p 000eb000 08:02 10715169 /usr/lib/libvorbisenc.so.2.0.6 4810b000-48127000 r-xp 08:02 8110110/lib/ld-2.10.2.so 48127000-48128000 r--p 0001b000 08:02 8110110/lib/ld-2.10.2.so 48128000-48129000 rw-p 0001c000 08:02 8110110/lib/ld-2.10.2.so 4812b000-4826c000 r-xp 08:02 8110122/lib/i686/cmov/ libc-2.10.2.so 4826c
Bug#668006: marked as done (shell-fm: Scary messages on terminal)
Your message dated Sat, 02 Apr 2016 04:28:34 + with message-id and subject line Bug#818323: Removed package(s) from unstable has caused the Debian Bug report #668006, regarding shell-fm: Scary messages on terminal 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 668006: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668006 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: shell-fm Version: 0.7+git20100414-1 Severity: minor After each and every track, the program prints this on the terminal: DEBUG: Chunked! Couldn't scrobble track(s). but in fact, verifying on the last.fm website, scrobbling is working. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages shell-fm depends on: ii libao4 1.1.0-1.1+b1 ii libc62.13-27 ii libmad0 0.15.1b-7 shell-fm recommends no packages. Versions of packages shell-fm suggests: pn python 2.7.2-10 pn zsh -- no debconf information --- End Message --- --- Begin Message --- Version: 0.7+git20100414-3+rm Dear submitter, as the package shell-fm has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/818323 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
Bug#787529: marked as done (webissues-server: Configuration instructions for Apache2 not updated for version 2.4)
Your message dated Sat, 02 Apr 2016 04:37:34 + with message-id and subject line Bug#818804: Removed package(s) from unstable has caused the Debian Bug report #787529, regarding webissues-server: Configuration instructions for Apache2 not updated for version 2.4 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 787529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787529 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: webissues-server Version: 0.8.5-3 Severity: normal Dear Maintainer, Instructions found in file /usr/share/doc/webissues-server/README.Debian are not OK for Jessie. File /usr/share/doc/webissues-server/examples/apache2.conf does not exist, correct path is /usr/share/doc/webissues-server/examples/apache.conf. Directory /etc/apache2/conf.d/ does not exist anymore, being replaced by /etc/apache2/conf-available/ to which a symlink should be created from /etc/apache2/conf-enabled/. -- System Information: Debian Release: 8.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) --- End Message --- --- Begin Message --- Version: 0.8.5-3+rm Dear submitter, as the package webissues-server has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/818804 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
Bug#677062: marked as done (webissues-server: fails to purge - command ucf in postrm not found)
Your message dated Sat, 02 Apr 2016 04:37:34 + with message-id and subject line Bug#818804: Removed package(s) from unstable has caused the Debian Bug report #677062, regarding webissues-server: fails to purge - command ucf in postrm not found 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 677062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677062 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: webissues-server Version: 0.8.5-3 Severity: important User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package failed to purge due to a command not found. According to policy 7.2 you cannot rely on the depends being available during purge, only the essential packages are available for sure. Please see the manpages ucf(1), ucfr(1) and the example maintainer scripts under /usr/share/doc/ucf/examples/ for correct usage of ucf. Filing this as important because a.) it's a clear policy violation (to not clean up at purge) b.) having a piuparts clean archive is a release goal since lenny and c.) this package being piuparts buggy blocks packages depending on it from being tested by piuparts (and thus possibly the detection of more severe problems). >From the attached log (scroll to the bottom...): Removing webissues-server ... Purging configuration files for webissues-server ... /var/lib/dpkg/info/webissues-server.postrm: 16: /var/lib/dpkg/info/webissues-server.postrm: ucf: not found dpkg: error processing webissues-server (--purge): subprocess installed post-removal script returned error exit status 127 Errors were encountered while processing: webissues-server cheers, Andreas webissues-server_0.8.5-3.log.gz Description: GNU Zip compressed data --- End Message --- --- Begin Message --- Version: 0.8.5-3+rm Dear submitter, as the package webissues-server has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/818804 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
Bug#818323: Removed package(s) from unstable
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: shell-fm | 0.7+git20100414-3 | source, amd64, arm64, armel, armhf, hurd-i386, i386, kfreebsd-amd64, kfreebsd-i386, mips, mips64el, mipsel, powerpc, ppc64el, s390x --- Reason --- RoQA; uses dead service -- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 818...@bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/818323 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
Bug#818323: Removed package(s) from unstable
Version: 0.7+git20100414-3+rm Dear submitter, as the package shell-fm has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/818323 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
Bug#818804: Removed package(s) from unstable
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: webissues-server |0.8.5-3 | source, all --- Reason --- ROM; not compatible and maintained -- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 818...@bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/818804 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
volti is marked for autoremoval from testing
volti 0.2.3-6 is marked for autoremoval from testing on 2016-05-01 It is affected by these RC bugs: 816801: volti: The script /usr/bin/volti incorrectly checks the version of dbus 817039: volti: Fails to start due to incorrect python-dbus version check
Bug#818804: Removed package(s) from unstable
Version: 0.8.5-3+rm Dear submitter, as the package webissues-server has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/818804 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)