[SCM] Core functionality for performing astronomy and astrophysics with Python branch, debian, updated. 96405dd5e360ad9fb38e74aa3ba75fa247295d71

Ole Streicher debian at liska.ath.cx
Tue Jul 10 07:44:55 UTC 2012


The following commit has been merged in the debian branch:
commit 96405dd5e360ad9fb38e74aa3ba75fa247295d71
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Jul 10 09:44:38 2012 +0200

    Force creation of legacy applications

diff --git a/debian/patches/force_legacy_build.patch b/debian/patches/force_legacy_build.patch
new file mode 100644
index 0000000..2511cd3
--- /dev/null
+++ b/debian/patches/force_legacy_build.patch
@@ -0,0 +1,11 @@
+--- a/astropy/setup_helpers.py
++++ b/astropy/setup_helpers.py
+@@ -723,7 +723,7 @@
+ 
+     shim_dir = os.path.join(get_legacy_alias_dir(), old_package)
+ 
+-    if found_legacy_module and not is_distutils_display_option():
++    if False:
+         warn('-' * 60)
+         warn("The legacy package '{0}' was found.".format(old_package))
+         warn("To install astropy's compatibility layer instead, uninstall")
diff --git a/debian/patches/series b/debian/patches/series
index b3d91bc..a6c80f7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 unbundle_expat.patch
 unbundle_wcslib.patch
 unbundle_zlib.patch
+force_legacy_build.patch

-- 
Core functionality for performing astronomy and astrophysics with Python



More information about the debian-science-commits mailing list