[Checkins] SVN: van.pydeb/trunk/ Add mapping for ZConfig and sort in alphabetical order.

Brian Sutherland jinty at web.de
Wed Jun 10 04:15:13 EDT 2009


Log message for revision 100782:
  Add mapping for ZConfig and sort in alphabetical order.

Changed:
  U   van.pydeb/trunk/CHANGES.txt
  U   van.pydeb/trunk/van/pydeb/py_to_bin.txt
  U   van.pydeb/trunk/van/pydeb/py_to_src.txt

-=-
Modified: van.pydeb/trunk/CHANGES.txt
===================================================================
--- van.pydeb/trunk/CHANGES.txt	2009-06-10 07:40:26 UTC (rev 100781)
+++ van.pydeb/trunk/CHANGES.txt	2009-06-10 08:15:13 UTC (rev 100782)
@@ -4,7 +4,7 @@
 1.2.1 (unreleased)
 ------------------
 
-* ???
+* Add mapping for ZConfig.
 
 1.2.0 (2009-05-29)
 ------------------

Modified: van.pydeb/trunk/van/pydeb/py_to_bin.txt
===================================================================
--- van.pydeb/trunk/van/pydeb/py_to_bin.txt	2009-06-10 07:40:26 UTC (rev 100781)
+++ van.pydeb/trunk/van/pydeb/py_to_bin.txt	2009-06-10 08:15:13 UTC (rev 100782)
@@ -1,9 +1,10 @@
 # Map eggs to debian binary packages
 
-pytz                                        python-tz
-PIL                                         python-imaging
-Reportlab                                   python-reportlab
-BeautifulSoup                               python-beautifulsoup
-M2Crypto                                    python-m2crypto
-SQLAlchemy                                  python-sqlalchemy
-ZODB3                                       python-zodb
+BeautifulSoup                           python-beautifulsoup
+M2Crypto                                python-m2crypto
+PIL                                     python-imaging
+pytz                                    python-tz
+Reportlab                              	python-reportlab
+SQLAlchemy                           	python-sqlalchemy
+ZConfig					python-zconfig
+ZODB3                                   python-zodb

Modified: van.pydeb/trunk/van/pydeb/py_to_src.txt
===================================================================
--- van.pydeb/trunk/van/pydeb/py_to_src.txt	2009-06-10 07:40:26 UTC (rev 100781)
+++ van.pydeb/trunk/van/pydeb/py_to_src.txt	2009-06-10 08:15:13 UTC (rev 100782)
@@ -1,8 +1,9 @@
 # Map eggs to debian source packages
 BeautifulSoup                                   beautifulsoup
 M2Crypto                                        m2crypto
+PIL                                             python-imaging
+pytz                                            python-tz
+Reportlab                                       python-reportlab
 SQLAlchemy                                      sqlalchemy
+ZConfig						zconfig
 ZODB3                                           zodb
-PIL                                             python-imaging
-Reportlab                                       python-reportlab
-pytz                                            python-tz



More information about the Checkins mailing list