[Python-apps-commits] r5859 - in packages/pyrit/trunk/debian/patches (4 files)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Tue Jul 20 16:44:25 UTC 2010


    Date: Tuesday, July 20, 2010 @ 16:44:25
  Author: chrisk-guest
Revision: 5859

Polished patch descriptions

Modified:
  packages/pyrit/trunk/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch
  packages/pyrit/trunk/debian/patches/0005-Link-against-libcrypto-not-libssl.patch
  packages/pyrit/trunk/debian/patches/0007-add-option-to-limit-cores.patch
  packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch

Modified: packages/pyrit/trunk/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch	2010-07-20 16:42:19 UTC (rev 5858)
+++ packages/pyrit/trunk/debian/patches/0004-Fixed-deprecation-warning-generated-by-sql-alchemy.patch	2010-07-20 16:44:25 UTC (rev 5859)
@@ -2,8 +2,8 @@
 Date: Wed, 9 Jun 2010 22:25:09 +0200
 Subject: [PATCH] Fixed depreciation warning generated by sql-alchemy
 
-sql.Binary was renamed to sql.LargeBinary in sql-alchemy v0.6.1. This generates
-a warning everytime pyrit is run.
+sql.Binary was renamed to sql.LargeBinary in python-sqlalchemy-0.6.1, causing a
+warning to be emitted everytime Pyrit is run. This patch resolves the issue.
 
 This patch is Debian-specific.
 

Modified: packages/pyrit/trunk/debian/patches/0005-Link-against-libcrypto-not-libssl.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0005-Link-against-libcrypto-not-libssl.patch	2010-07-20 16:42:19 UTC (rev 5858)
+++ packages/pyrit/trunk/debian/patches/0005-Link-against-libcrypto-not-libssl.patch	2010-07-20 16:44:25 UTC (rev 5859)
@@ -3,7 +3,7 @@
 Subject: [PATCH] Link against libcrypto, not libssl
 
 Jakub Wilk noticed that setup.py links against libssl when it should be linking
-to libcrypto instead.
+against libcrypto instead.
 
 Bug: http://code.google.com/p/pyrit/issues/detail?id=168
 Applied-Upstream: 0.3.1

Modified: packages/pyrit/trunk/debian/patches/0007-add-option-to-limit-cores.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0007-add-option-to-limit-cores.patch	2010-07-20 16:42:19 UTC (rev 5858)
+++ packages/pyrit/trunk/debian/patches/0007-add-option-to-limit-cores.patch	2010-07-20 16:44:25 UTC (rev 5859)
@@ -2,7 +2,7 @@
 Date: Tue, 6 Jul 2010 21:28:47 +0200
 Subject: [PATCH] Add option to limit number of cores used
 
-This patch adds a configuration option which allows one to limit the number of
+This patch adds a configuration option that allows one to limit the number of
 cores Pyrit will use. This only affects non-GPU processors.
 
 This patch is Debian-specific.

Modified: packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch
===================================================================
--- packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch	2010-07-20 16:42:19 UTC (rev 5858)
+++ packages/pyrit/trunk/debian/patches/0008-disable-optimizations-on-i386.patch	2010-07-20 16:44:25 UTC (rev 5859)
@@ -5,7 +5,7 @@
 Disable SSE2 support on i386 as we cannot guarantee that all i386 processors
 support this instruction set. Also, disable VIA PADLOCK on i386.
 
-This is a Debian-specific fix. This if is expected to disappear in later
+This is a Debian-specific fix. This fix is expected to disappear in later
 revisions of Pyrit (e.g. by building multiple extensions, optimized for various
 platforms). See also debian/TODO.
 




More information about the Python-apps-commits mailing list