[Python-modules-commits] r30424 - in packages/python-smmap/trunk/debian (changelog control)
vicho at users.alioth.debian.org
vicho at users.alioth.debian.org
Sun Aug 31 23:28:24 UTC 2014
Date: Sunday, August 31, 2014 @ 23:28:23
Author: vicho
Revision: 30424
Capitalize Python in the description (thanks lintian)
Modified:
packages/python-smmap/trunk/debian/changelog
packages/python-smmap/trunk/debian/control
Modified: packages/python-smmap/trunk/debian/changelog
===================================================================
--- packages/python-smmap/trunk/debian/changelog 2014-08-31 23:28:10 UTC (rev 30423)
+++ packages/python-smmap/trunk/debian/changelog 2014-08-31 23:28:23 UTC (rev 30424)
@@ -5,6 +5,7 @@
[ Javi Merino ]
* Drop unneeded build-depends on python-support
+ * Capitalize Python in the description (thanks lintian)
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:26 +0200
Modified: packages/python-smmap/trunk/debian/control
===================================================================
--- packages/python-smmap/trunk/debian/control 2014-08-31 23:28:10 UTC (rev 30423)
+++ packages/python-smmap/trunk/debian/control 2014-08-31 23:28:23 UTC (rev 30424)
@@ -15,7 +15,7 @@
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
-Description: pure python implementation of a sliding window memory map manager
+Description: pure Python implementation of a sliding window memory map manager
Smmap wraps an interface around mmap and tracks the mapped files as well
as the amount of clients who use it. If the system runs out of resources,
or if a memory limit is reached, it will automatically unload unused maps
More information about the Python-modules-commits
mailing list