[Python-apps-commits] r2189 - in packages/mercurial/trunk/debian/patches (1 file)
vt-guest at users.alioth.debian.org
vt-guest at users.alioth.debian.org
Fri Jan 9 20:41:10 UTC 2009
Date: Friday, January 9, 2009 @ 20:41:09
Author: vt-guest
Revision: 2189
Modified:
packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies
Modified: packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies
===================================================================
--- packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies 2009-01-09 19:54:36 UTC (rev 2188)
+++ packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies 2009-01-09 20:41:09 UTC (rev 2189)
@@ -163,7 +163,7 @@
except ImportError:
- raise util.Abort(_("SSL support is unavailable"))
+ raise util.Abort(_("SSL support is unavailable") +
-+ _(" (try installing the python-openssl package)"))
++ _(" (try installing the %s package)") % 'python-openssl')
ctx.use_privatekey_file(ssl_cert)
ctx.use_certificate_file(ssl_cert)
sock = socket.socket(self.address_family, self.socket_type)
More information about the Python-apps-commits
mailing list