Bug#678556: rapidsvn: please drop Build-Depends: libserf-0-0-dev

2012-06-22 Thread Peter Samuelson
Package: rapidsvn Version: 0.12.0dfsg-5 Severity: serious Justification: FTBFS Please drop the 'Build-Depends: libserf-0-0-dev' from rapidsvn. It appears not to be needed. If it _is_ needed, note that I have renamed the package to 'libserf-dev'. -- To UNSUBSCRIBE, email to debian-qa-package

Bug#546659: DeprecationWarning: socket.ssl() is deprecated

2010-08-05 Thread Peter Samuelson
[Sandro Tosi] > A nicer way to do that is via tuple comparison (not correctly indented > only mocking): > > if sys.version_info[0:2] < (2,6) > self.sslobj = socket.ssl(self.sock, self.keyfile, self.certfile) > else: > self.sslobj = ssl.wrap_socket(self.sock, self.keyfile, self.certfile)

Bug#546659: DeprecationWarning: socket.ssl() is deprecated

2010-08-05 Thread Peter Samuelson
tags 546659 patch thanks Nicolas's patch assumes python 2.6. That's fine for Debian, but maybe not for upstream. This one seems to work. Peter --- imaplibutil.py +++ imaplibutil.py @@ -169,7 +169,10 @@ if last_error != 0: # FIXME raise socket.error(last_err

Bug#429025: libgnome-dev +libsvn-dev = problems

2007-06-16 Thread Peter Samuelson
severity 429025 normal tags 429025 wontfix thanks [Eddy Petrisor] > It is impossible to install libsvn-dev and libgnome-dev at the same > time on the same system due to the fact that they depend on diffrent > versions of libdb-dev. Actually libsvn-dev doesn't depend on libdb*-dev anyway, only in

Bug#141613: [patch] freedce: package dependencies

2002-04-08 Thread Peter Samuelson
tags 141613 patch thanks for debian/changelog: * Non-developer ... non-upload * Merge freedce-dceidl and freedce-uuid into libfreedce-dev (closes: #141613) * libfreedce-dev Depends: libdcethreads-dev * Move uuid back to /usr/bin: it is used for application development, not system

Bug#141613: freedce: package dependencies

2002-04-08 Thread Peter Samuelson
[I wrote] > The DCE IDL compiler won't do much without its include files. Thus I > would recommend combining freedce-dceidl and libfreedce-dev into one > package, or at least making the former depend on the latter. Also, libfreedce-dev needs to depend on libdcethreads-dev. The include files inc

Bug#141614: freedce: doc package is rather useless

2002-04-07 Thread Peter Samuelson
Package: freedce-doc Version: 1.1.0-4 freedce-doc consists of two example files in /usr/share/doc/examples, but they are ELF binaries. They should be source code. And more examples should be provided, but that's a wishlist bug. (: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#141613: freedce: idl compiler needs devel environment

2002-04-07 Thread Peter Samuelson
Package: freedce-dceidl Version: 1.1.0-4 The DCE IDL compiler won't do much without its include files. Thus I would recommend combining freedce-dceidl and libfreedce-dev into one package, or at least making the former depend on the latter. (Come to think of it, I fail to see why freedce-uuid sh