Bug#597324: ITP: php-crypt-blowfish -- PEAR module to encrypt/decrypt using the Blowfish algorithm

2010-09-18 Thread John Morrissey
Package: wnpp
Severity: wishlist
Owner: John Morrissey 

* Package name: php-crypt-blowfish
  Version : 1.1.0rc2
* URL : http://pear.php.net/package/Crypt_Blowfish
* License : BSD
  Programming Lang: PHP
  Description : PEAR module to encrypt/decrypt using the Blowfish algorithm

Performs Blowfish encryption in PHP without requiring the MCrypt PHP
extension, although it can make use of the extension if available.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100918163423.22872.64598.report...@boost.horde.net



Bug#597966: ITP: php-net-dns -- PEAR module to perform DNS queries without system resolver

2010-09-24 Thread John Morrissey
Package: wnpp
Severity: wishlist
Owner: John Morrissey 

* Package name: php-net-dns
  Version : 1.0.5
* URL : http://pear.php.net/package/Net_DNS
* License : PHP
  Programming Lang: PHP
  Description : PEAR module to perform DNS queries without system resolver

Communicates directly with name servers to perform DNS queries, zone
transfers, dynamic DNS updates, etc., bypassing the system resolver
library.

Makes all information in DNS responses available under an object hierarchy.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100924164854.4472.80642.report...@boost.horde.net



Bug#597966: ITP: php-net-dns -- PEAR module to perform DNS queries without system resolver

2010-09-24 Thread John Morrissey
On Fri, Sep 24, 2010 at 11:18:37PM +0200, Adam Borowski wrote:
> Please, could you make it clear that this module should _not_ be used in a
> vast majority of cases, ie those where the system resolver is enough?

How does something like this (appended to the description) sound?

 This library should only be used when the system resolver library is   
 unsuitable, such as when a specific DNS server must be queried.

john
-- 
John Morrissey  _o/\   __o
j...@horde.net_-< \_  /  \     <  \,
www.horde.net/__(_)/_(_)/\___(_) /_(_)__



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100925020006.ga21...@boost.horde.net



Bug#546481: nagircbot packaging ready

2010-12-17 Thread John Morrissey
I have packaging ready for nagircbot. It's lintian-clean and builds cleanly
in a pbuilder chroot.

Martijn, would you be willing to sponsor my uploads for this package? If you
don't have the time right now, I could try asking the Nagios packaging team,
too.

john
-- 
John Morrissey  _o/\   __o
j...@horde.net_-< \_  /  \     <  \,
www.horde.net/__(_)/_(_)/\___(_) /_(_)__



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101217215755.ga28...@boost.horde.net



Bug#252858: ITP: libapache2-mod-ldap-userdir - An Apache2 module that provides UserDir lookups via LDAP

2004-06-05 Thread John Morrissey
Package: wnpp
Severity: wishlist

* Package name  : libapache2-mod-ldap-userdir
  Version   : 1.1.4
  Upstream Author   : John Morrissey <[EMAIL PROTECTED]>
* URL   : http://horde.net/~jwm/software/mod_ldap_userdir/
* License   : GPL version 2 or above
  Description   : Apache2 module that provides UserDir lookups via LDAP

  This module implements UserDir (~/public_html/) directory lookups using
  data from an LDAP directory.
  .
  This package provides the module for the Apache 2.0 server.



Bug#721451: O: nagircbot -- IRC bot that announces Nagios status

2013-08-31 Thread John Morrissey
Package: wnpp
Severity: normal

I'm orphaning the nagircbot package. There are plenty of (IMO) better and
more actively maintained alternatives now, like hubot+hubot-irc (MIT
license) or Bot::BasicBot::Pluggable::Module::Nagios (GPL), and popcon stats
for this package are in the single digits.

The package description is:
 An IRC (Internet Relay Chat) bot that reads Nagios' status information and
 emits alerts to an IRC channel. It can filter alerts based on severity
 (CRITICAL, HARD, SOFT, and/or UNKNOWN) or by regular expression. It can
 connect to IRC servers protected by password or SSL, and can optionally set
 the topic to the current Nagios status.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130831173631.29817.53426.report...@boost.horde.net



Bug#800052: How can I help with zulip-server packaging?

2016-06-10 Thread John Morrissey
Hi Luke, is there any WIP packaging for your WNPP zulip-server? How can I
help?

-john



Bug#788539: [PATCH] Find Python module dependencies

2016-01-20 Thread John Morrissey
Thanks for packaging caffe for Debian!

I noticed that python-caffe-* didn't have their Python module dependencies
listed.

The attached patch (which I tested on Ubutnu 14.04, but should be relevant
to Debian unstable, the latest debhelper, etc.) fixes dependency
autodetection.

-john
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -93,8 +93,8 @@ ifeq (y, $(flag_build_caffe_cuda))
 		-- runtest LD_LIBRARY_PATH=${CAFFE_CUDA_BUILDDIR}/lib/ 
 endif
 
-override_dh_pysupport:
-	dh_python2
+override_dh_python2:
+	dh_python2 --requires=python/requirements.txt
 
 override_dh_auto_install:
 	dh_auto_install --builddirectory=${CAFFE_CPU_BUILDDIR} \