r2335 - in zope2.12/trunk/debian (build-scripts/fetch.py changelog)

mejo at users.alioth.debian.org mejo at users.alioth.debian.org
Fri Jul 1 16:18:03 UTC 2011


    Date: Friday, July 1, 2011 @ 16:18:01
  Author: mejo
Revision: 2335

lowercase dependencies in fetch.py to fix a problem

Modified:
  zope2.12/trunk/debian/build-scripts/fetch.py
  zope2.12/trunk/debian/changelog

Modified: zope2.12/trunk/debian/build-scripts/fetch.py
===================================================================
--- zope2.12/trunk/debian/build-scripts/fetch.py	2011-06-30 16:59:35 UTC (rev 2334)
+++ zope2.12/trunk/debian/build-scripts/fetch.py	2011-07-01 16:18:01 UTC (rev 2335)
@@ -128,7 +128,7 @@
                         "%s." % type(pkg_requirement))
 
     specs = []
-    name = pkg_requirement.project_name
+    name = pkg_requirement.project_name.lower()
 
     if versions.get(name, False):
         if pkg_requirement.specs:

Modified: zope2.12/trunk/debian/changelog
===================================================================
--- zope2.12/trunk/debian/changelog	2011-06-30 16:59:35 UTC (rev 2334)
+++ zope2.12/trunk/debian/changelog	2011-07-01 16:18:01 UTC (rev 2335)
@@ -1,6 +1,6 @@
-zope2.12 (2.12.18-1) unstable; urgency=low
+zope2.12 (2.12.19-1) unstable; urgency=low
 
-  * Zope 2.12.18 release.
+  * Zope 2.12.19 release.
 
   [ Gael Le Mignot ]
   * Allowing to install eggs in lib/python of instances.
@@ -31,8 +31,11 @@
   * Rewrite python_interpreter_template as small shell script: sets
     PYTHONPATH instead using site.addsitepath(), doesn't introduce recursive
     shebang, which breaks lenny kernels.
+  * Fix debian/build-scripts/fetch.py to lowercase dependency names before
+    checking for them. gen_versions_cfg.py already writes lowercased names.
+    Thanks to Michael Mulich for help with investigation.
 
- -- Jonas Meurer <mejo at debian.org>  Sun, 26 Jun 2011 15:54:01 +0200
+ -- Jonas Meurer <mejo at debian.org>  Fri, 01 Jul 2011 18:06:08 +0200
 
 zope2.12 (2.12.11-1) unstable; urgency=low
 




More information about the pkg-zope-developers mailing list