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
[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)
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
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
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
[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
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
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
8 matches
Mail list logo