Bug#865914: mailgraph.cgi expected in in /usr/lib/cgi-bin/ but located in /usr/share/mailgraph/
On 2017-06-27 19:47, Jörg Frings-Fürst wrote: Hello Joerg Thanks for coming back to me so quickly with a nice explanation how to address this. The file NEWS.Debian isn't ship with the last Debian release. [...] This bug was fixed with the next release. In that case, I suggest to not only include the NEWS.Debian file (I assume that is what the "bugfix" would consist of but I might be wrong), but to also correct the content of README.Debian since this is what led me to the assumption that the files were misplaced. But maybe you were intending to do that already. In any case thanks again and best regards! Matt
Bug#865914: mailgraph.cgi expected in in /usr/lib/cgi-bin/ but located in /usr/share/mailgraph/
Package: mailgraph Version: 1.14-15 Severity: normal Dear Maintainer, On a fresh stretch install, I used "apt install mailgraph" to get the mailgraph package. It installed mailgraph.cgi under the location /usr/share/mailgraph/mailgraph.cgi. However, the README.Debian file informs me that the "statistics themselves are served up by a web CGI program, /usr/lib/cgi-bin/mailgraph.cgi. With any normal Debian web server install, this should be accessible as http://localhost/cgi-bin/mailgraph.cgi"; /usr/lib/cgi-bin/mailgraph.cgi is not present after having installed the package, and therefore the URL indicated yields a 404 error. I would argue that my system is indeed a very "normal Debian web server install". I have barely configured apache yet and did not touch any cgi settings. It appears as if the file is misplaced in the stretch package. Please also note that there is a companion css file that seems to be misplaced as well. Thank you for a great distribution and best regards Matt -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages mailgraph depends on: ii debconf [debconf-2.0] 1.5.61 ii libfile-tail-perl 1.3-2 ii librrds-perl 1.6.0-1+b2 ii lsb-base 9.20161125 ii perl 5.24.1-3 ii ucf3.0036 Versions of packages mailgraph recommends: ii apache2 [httpd] 2.4.25-3+deb9u1 ii postfix [mail-transport-agent] 3.1.4-7 mailgraph suggests no packages. -- debconf information: mailgraph/mail_log: /var/log/mail.log mailgraph/start_on_boot: true mailgraph/ignore_localhost: false
Bug#377895: Bug #377895: libnss-ldap: Problem with "-" in LDAP Base DN
This bug was fixed with an NMU during a BSP. debdiff below Thanks for the patch, Peter Mathias Weyland --- /tmp/evxljSLIGs/libnss-ldap-251/debian/changelog2006-09-09 19:20:40.0 +0200 +++ /tmp/3eiqOV1I0e/libnss-ldap-251/debian/changelog2006-09-09 19:20:40.0 +0200 @@ -1,3 +1,10 @@ +libnss-ldap (251-6) unstable; urgency=low + + * Fixed regexp in postinstall script as described by +Peter Buecker in the BTS (closes: bug#377895) + + -- Mathias Weyland <[EMAIL PROTECTED]> Sat, 9 Sep 2006 18:28:54 +0200 + libnss-ldap (251-5) unstable; urgency=low * Handle case when /var/lib is not yet available diff -Nru /tmp/evxljSLIGs/libnss-ldap-251/debian/libnss-ldap.postinst /tmp/3eiqOV1I0e/libnss-ldap-251/debian/libnss-ldap.postinst --- /tmp/evxljSLIGs/libnss-ldap-251/debian/libnss-ldap.postinst 2006-09-09 19:20:40.0 +0200 +++ /tmp/3eiqOV1I0e/libnss-ldap-251/debian/libnss-ldap.postinst 2006-09-09 19:20:40.0 +0200 @@ -25,7 +25,7 @@ # then the slashes value=`echo $value | sed -s 's#/#\\\/#g'` # escape hyphen in domainnames for later regex compat (ex. example-city.net) - value=`echo $value | sed -s 's#-#\\-#g'` + value=`echo $value | sed -s 's#-#\\\-#g'` egrep -i -q "^$parameter " $CONFFILE || notthere=1 if [ "$notthere" = "1" ]; then -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#354509: ca-certificates: README.Debian contains outdated or wrong information
Package: ca-certificates Severity: minor There is the following sentence in /usr/share/doc/ca-certificates/debian/README.Debian: --- /etc/ssl/certs/ca-certificates.crt will be used by many of the web browsers in Debian, including mozilla, when deciding what secure web sites to trust. --- This information is either wrong or outdated. I don't know which browsers use this file, but both mozilla and mozilla firefox do not. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#344497: awstats: AllowAccessFromWebToFollowingIPAddresses does not accept ipv6 addresses
Package: awstats Severity: normal I have the following line in my configuration file: AllowAccessFromWebToFollowingIPAddresses="2002:d4fe:b1a1:0:20d:88ff:fef4:66bb" When I check the stats with my webbrowser, I get the following error: Error: AllowAccessFromWebToFollowingIPAddresses is defined to '2002:d4fe:b1a1:0:20d:88ff:fef4:66bb' but does not match the correct syntax: IPAddressMin[-IPAddressMax] The same happens when I put squared brackets around the ipv6. awstats is working perfectly when I comment out this line or set an ipv4 address. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#343650: opencubicplayer: File browser does not show symlinks
Package: opencubicplayer Version: 0.1.9-2 Severity: normal This version of opencubicplayer fails to show symlinks in the file browser. They simply do not appear. This was working in version 0.1.4. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#343649: opencubicplayer: ocp not playing Audio CDs
Package: opencubicplayer Version: 0.1.9-2 Severity: normal This version of opencubicplayer fails to play Audio CDs. This was working with version 0.1.4. Steps to reproduce problem: - Select "cdrom:" in the file browser - Select device -> Tracks are not shown Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#333840: ITP: pybot -- Powerful IRC bot with plugin support
Package: wnpp Severity: wishlist * Package name: pybot Version : 2003-09-11 Upstream Author : Gustavo Niemeyer <[EMAIL PROTECTED]> * URL : http://labix.org/pybot * License : GPL Description : Powerful IRC bot with plugin support This is a full featured IRC bot written in Python. Features are: * easy administration through local console * may join multiple servers and multiple channels at once (implemented without threads) * remembers last state, even if killed * full online control (just talk to him) * load, reload and unload modules at runtime * flexible user registry, allowing automatic identification and manual identification under different nicks * very flexible permission system * full online help * auto recover from network errors * lots of additional functionalities through available modules * even basic functionality is implemented using modules * random answers, to humanify the bot a little bit * persistence implemented with transparent pickling and sqlite database . Own modules can easily be added. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#333355: ITP: bmpx -- Universal audio player supporting Winamp skins
Package: wnpp Severity: wishlist * Package name: bmpx Version : 0.13 Upstream Author : M. Derezynski <[EMAIL PROTECTED]> * URL : http://bmpx.berlios.de/w/index.php/BMPx_Homepage * License : GPL Description : Universal audio player supporting Winamp skins The beep media player x is an audio player that can be either used with a built-in frontend which currently utilizes Winamp 2.x compatible skins, or as a daemon for other frontends to connect via a DBus interface. It relies on libxine and can therefore play all the formats which are supported by this library. BMPx comes with a VFS layer that allows location-independent access to files. . Please note that BMPx is a rewrite and does not share the xmms codebase anylonger. This means that xmms plugins and old BMP plugins are not supported by this package. --- Note: Upstream decided to abandon the old xmms source code base. I decided to provide BMPx as a separate package. This has three reasons: 1. The plugin API completely changed. For example, BMPx will use libvisual for visualization plugins. Current beep media player plugins and ported xmms plugins won't work. 2. BMPx is usable at the moment, but can't be considered as a replacement for the beep media player currently in Debian. This can change soon, but it does not have to. 3. The name of the current BMP package is beep-media-player, which is quite long IMO. Section 2.3 of the new maintainer guide suggest to use abbreviations. Please also note that I have a package ready but it may take some time until it gets into Debian unstable because some of the dependencies are still only available in experimental. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#332789: g3data: new upstream version available
Package: g3data Version: 1:1.4.0.1-1 Severity: wishlist Hi Upstream released a new major release and several minor updates for this package. The newest version includes several minor bugfixes and some additional features. It would be nice to have this in Debian. More information are available on the project website [0]. Best regards Mathias Weyland [0] http://koti.welho.com/jfrantz/software/g3data.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#315791: ITP: bmp-extra-plugins -- A set of BMP plugins ported from XMMS but not included in the main BMP or XMMS sources
On Sat, Oct 01, 2005 at 02:06:40AM -0500, Peter Samuelson wrote: Hi > When I merged this bug with my very old ITP, I intended that to mean I > was abdicating / abandoning mine. I realise now that this might not > have been clear. Mathias, please go ahead with your packaging. (: I finished the first release of the package some time ago and sent it to my sponsor who is reviewing that package at the moment. I hope it's going to be available in debian soon. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326567: celestia: package has unmet dependencies
Hi On Sun, Sep 04, 2005 at 01:22:11PM +1000, James Ring wrote: > Should these dependencies be changed to kdelibs4c2 and libqt3-mt > instead? The dependencies are calculated automatically, so this problem will be fixed after the upload of a new release (which will happen soon). Best regards and thank you for reporting Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#319120: build deps after xorg transition
reassign 318692 xlibs-dev, bookmarkbridge reassign 320218 xlibs-dev, bookmarkbridge tags 319120 + sid thanks Bug #318692 and #320218 are duplicates of #319120. #320218 sais we have to build-depend on libxinerama-dev. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#319711: RFH: gtkpod -- manage songs and playlists on an Apple iPod
On Sun, Jul 24, 2005 at 11:51:59AM +0200, Frank Lichtenheld wrote: Hi > I'm searching a co-maintainer for this package since it has very > frequent upstream releases and people are eager to get them as > quick as possible (especially when Apple released a new firmware version...), > so I think it would be feasible to have someone I can share the load with. I'd like to co-maintain the package. > Non-DDs welcome, sponsoring an upload is way less work than to prepare > it :) I'm not a DD, but I already have experience in packaging debian packages. I maintain two packages, two more packages are almost ready for uploading. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#319120: FTBFS: Unable to find libXxf86vm
tags 319120 + pending thanks Hi Thank you for your bugreports and clarifications. We already have 3ddesktop-0.2.9 ready for uploading with adapted dependencies (see bug #303847). Now we are waiting until the new build-deps (including libXxf86vm-dev) are available for all architectures. Thank you for your attention Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#303847: 3ddesktop: FTBFS (amd64/gcc-4.0): cast from 'void (*)(Event*)' to 'unsigned int' loses precision
On Sat, Jul 16, 2005 at 08:40:02PM -0700, Steve Langasek wrote: Hi Steve > * High-urgency upload for RC bugfix. > * Fix broken cast of a function pointer to an int, which is incorrect > on 64-bit platforms and now causes build failures with gcc 4.0, and > is a bit silly when %p exists for use with pointer arguments to > printf. Closes: #303847. > * Fix build-dependencies to point to the individual X libraries > needed, since xlibs-dev is mostly dead and xlibs-static-dev is > wholly dead. > * Also add a missing build-dependency on libglu1-xorg-dev | libglu-dev. > > I haven't uploaded this package yet, because since xorg-x11 is not built > everywhere, libxxf86vm-dev does not yet exist on all architectures. You're > welcome to apply this patch once the necessary -dev packages are available, > or I can NMU for you when that time comes. Thank you very much for the patch. We already packaged 0.2.9 and included a patch for bug #303847. Pierre (co-maintainer) modified the patch from Andreas Jochens. I haven't seen it yet, but from Pierre's description it's the same than yours. Our plan was to upload the new 0.2.9 package after the xorg transition because of the changes in the build deps, so I guess we don't need a NMU. Can we upload with urgency=high (like you would) once the -dev stuff is here? And thank you as well for fixing the build-deps. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#315791: ITP: bmp-extra-plugins -- A set of BMP plugins ported from XMMS but not included in the main BMP or XMMS sources
On Mon, Jul 04, 2005 at 03:39:01PM -0500, Peter Samuelson wrote: > When I ITP'd this over a year ago (#234291), it turned out that a lot > of source files had no license notices. I note that this is still > true: see for example input/musepack/bitstream.c. The files in the musepack directory are licensed under the LGPL as described in README. The original musepack plugins is also licensed under the LGPL, so I don't think this is a problem. Did you find any module in the svn trunk which is not covered by any license at all? Because I didn't. Thank you for pointing this out Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#315791: ITP: bmp-extra-plugins -- A set of BMP plugins ported from XMMS but not included in the main BMP or XMMS sources
On Sun, Jun 26, 2005 at 04:57:53PM +0200, Eduard Bloch wrote: Hi Eduard > Nice. Please consider adding the docklet plugin as well. Notice that all the plugins I mentioned above are coming from one svn trunk. This means that one source package will generate a lot of binary packages (one for each plugin). bmp-plugins-extra would be the wrong place to add the docklet plugin, but I'm planning to package more bmp plugins, so I guess you'll get that docklet plugins soon. Best regards and thank you for the proposal Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#315791: ITP: bmp-extra-plugins -- A set of BMP plugins ported from XMMS but not included in the main BMP or XMMS sources
Package: wnpp Severity: wishlist * Package name: bmp-extra-plugins Version : 6180 Upstream Author : Artur Frysiak * URL : http://svn.pld-linux.org/svn/bmp-plugins/trunk/ * License : GPLv2, LGPL Description : A set of BMP plugins bmp-extra-plugins contains the source of a set of plugins for the beep media player which have been ported from xmms but are not included in the main BMP or XMMS sources. In particular it provides the following plugins: . musepack Play MusePack files (.mpc, .mp+, .mpp) lirc Control BMP via Linux Infrared Remonte Control status Show BMP status in notification area in GNOME/KDE panel minilcd Display song info using LCDproc blursk Display nice visualization inspired by blur wmdiscotux Display dancing Tux arts Use aRts as sound output ogg Write Ogg Voribis file crossfadeSmooth song change -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.11.11 Locale: LANG=en_US, LC_CTYPE=en_US -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#313660: netmrg: postinstall script fails to create database
Package: netmrg Severity: normal When installing netmrg on a box without mysql-client, it fails to create the entries in the database: Setting up netmrg (0.18.2-4) ... /var/lib/dpkg/info/netmrg.config: line 1: mysql: command not found A dependency on mysql-client would fix the proble -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.11.10 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#303860: Celestia is removed from Debian Sarge :( Please fix it ASAP
On Wed, Jun 01, 2005 at 07:50:53PM +0300, Mantas Kriau??i??nas wrote: > It seems you don't know, that there are no celestia package, maintained by > QA team in Debian Sarge :( Please, don't leave users of next Debian stable > version without wonderful Celestia software. Hi I know there is no package in sarge (anymore), but as long as there is no solution for the problem it's not possible to provide any package. I already spent many hours for the soltion of that problem, so have other people who I asked for help. We keep working on that problem, now I even asked on [EMAIL PROTECTED], but since we weren't able to solve the problem in time there is no sarge package. I'm sorry for this too Best regards Mathias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#311311: celestia-gnome: Incorrect GNOME menu entry
On Tue, May 31, 2005 at 07:49:34AM +0700, Theppitak Karoonboonyanan wrote: Hi > Celestia-gnome provides celestia.desktop which appears in GNOME menu and > points to 'celestia' rather than 'celestia-gnome'. This makes it > unaccessible through GNOME menu. Thank you for the report. This mistake happened because celestia is renamed in celestia-gnome during the package build process to allow coexistence with the celestia-kde frontend. This will be fixed in the next debian revision of that package which I'll upload as soon as bug #303860 is fixed. Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#311886: celestia-gnome: error in config file causes program to die
On Sat, Jun 04, 2005 at 07:20:48PM -0500, Ron Johnson wrote: > > Could you strace a second time and focus on that? > Sure. How do I do that? Just the same as you did before. strace celestia-gnome. But you copy the part where the error happens instead of the one you already posted :) > > And is this the first time you installed celestia or are you upgrading? > > Maybe there's an old celestia.cfg lying around? > > First time. Ok, that would've been too easy :) Regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#311886: celestia-gnome: error in config file causes program to die
On Fri, Jun 03, 2005 at 09:42:18PM -0500, Ron Johnson wrote: Hi Thank you for your bugreport. > $ celestia-gnome > Unknown escape code in string > Error reading configuration file. This error is caused by the Tokenizer::nextToken() method in src/tokenizer.cpp line 204. The tokenizer is used to parse configuration files, texture descriptions, commands, models and other objects. It is quite possible that the error is related to celestia.cfg, but that error happens while parsing the file and not while opening it. Could you strace a second time and focus on that? And is this the first time you installed celestia or are you upgrading? Maybe there's an old celestia.cfg lying around? Regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#303860: celestia 1.3.2-1 doesn't build on sparc :( Please fix it ASAP
On Mon, May 23, 2005 at 11:45:36PM +0300, Mantas Kriau??i??nas wrote: Hi > I wanna inform, that newest celestia doesn't build on sparc - look at > http://buildd.debian.org/fetch.php?&pkg=celestia&ver=1.3.2-1&arch=sparc&stamp=1 Thank you for your report. I know that the package couldn't build on sarge. I'm upgrading autoconf/automake atm and I'm appreciating every help on that issue, I'm rather short in time right now. > Please fix this error ASAP - it would be nice to have wonderful celestia > software included in Debian Sarge. My celestia package won't go into sarge. The version I packaged is much newer than the one which has been maintained by the QA team. Celestia is rather complex software and I don't want to have something in sarge which has not been thoroughly tested. Furthermore, there are still licence issues which I'm going to solve (though they are tagged as sarge-ignore). Best regards Mathias Weyland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]