Rev 5653: (vila) Merge 2.2 into 2.3 (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/2.3/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Jun 16 19:08:28 UTC 2011


At file:///home/pqm/archives/thelove/bzr/2.3/

------------------------------------------------------------
revno: 5653 [merge]
revision-id: pqm at pqm.ubuntu.com-20110616190826-cle8ddundgi92954
parent: pqm at pqm.ubuntu.com-20110615194453-jnzh5voa3sjdm7qu
parent: v.ladeuil+lp at free.fr-20110616183144-e012lhwlw562r1uc
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: 2.3
timestamp: Thu 2011-06-16 19:08:26 +0000
message:
  (vila) Merge 2.2 into 2.3 (Vincent Ladeuil)
modified:
  setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
=== modified file 'setup.py'
--- a/setup.py	2010-12-26 13:19:11 +0000
+++ b/setup.py	2011-06-16 18:31:44 +0000
@@ -469,6 +469,12 @@
     packages.append('sqlite3')
 
 
+def get_fastimport_py2exe_info(includes, excludes, packages):
+    # This is the python-fastimport package, not to be confused with the
+    # bzr-fastimport plugin.
+    packages.append('fastimport')
+
+
 if 'bdist_wininst' in sys.argv:
     def find_docs():
         docs = []
@@ -661,6 +667,9 @@
     if 'svn' in plugins:
         get_svn_py2exe_info(includes, excludes, packages)
 
+    if 'fastimport' in plugins:
+        get_fastimport_py2exe_info(includes, excludes, packages)
+
     if "TBZR" in os.environ:
         # TORTOISE_OVERLAYS_MSI_WIN32 must be set to the location of the
         # TortoiseOverlays MSI installer file. It is in the TSVN svn repo and




More information about the bazaar-commits mailing list