Bug#806295: supervisor: missing dependency on python-pkg-resources

2015-11-25 Thread Stephane Alnet
Package: supervisor Version: 3.1.3-1 Severity: important Dear Maintainer, Installing supervisor on a `minbase` Debian image, running `supervisord` at the command prompt leads to: Traceback (most recent call last): File "/usr/bin/supervisord", line 5, in from pkg_resources

Bug#765739: courier-imap-ssl: POODLE workaround breaks startup

2014-10-17 Thread Stephane Alnet (Packaging)
Package: courier-imap-ssl Version: 4.15-1.5 Severity: normal Dear Maintainer, When trying to implement workaround for POODLE[1], which means setting IMAPDSSLSTART to NO, courier-imap-ssl won't start. The fix is easy to implement: add case $IMAPDSTARTTLS in [yY]*)START=yes;; esac

Bug#764080: amqp-tools: Complains that 'librabbitmq was not built with SSL/TLS support'

2014-10-05 Thread Stephane Alnet
Package: amqp-tools Version: 0.5.2-1 Severity: normal Dear Maintainer, When using amqp-consume with an amqps:// URI, it complains that 'librabbitmq was not built with SSL/TLS support' and exits. To reproduce the issue: $ amqp-consume -u amqps://dummy/ echo librabbitmq was not built with

Bug#725007: libpq-dev: pg_config improperly includes -L../../../src/common in LDFLAGS

2013-09-30 Thread Stephane Alnet (Packaging)
Package: libpq-dev Version: 9.3.0-2 Severity: normal Dear Maintainer, While investigating a build issue with FreeSwitch on Debian/testing[1], it was found that pg_config outputs: LDFLAGS = -L../../../src/common -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib/mit-krb5

Bug#666986: ruby-vte: missing vte/deprecated dependency

2012-04-03 Thread Stephane Alnet (Packaging)
Package: ruby-vte Version: 1.0.3-1+b1 Severity: important Dear Maintainer, In ruby-vte, /usr/lib/ruby/vendor_ruby/vte.rb requires vte/deprecated which is not present: $ echo 'require vte' | ruby /usr/lib/ruby/vendor_ruby/1.8/vte.rb:3:in `require': no such file to load -- vte/deprecated