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

Ole Streicher debian at liska.ath.cx
Tue Jul 10 10:21:30 UTC 2012


The following commit has been merged in the debian branch:
commit 4c090b893455247733dd3e88c96c2baec04714db
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Jul 10 12:05:51 2012 +0200

    Switch to dh_python2

diff --git a/debian/control b/debian/control
index 712e93a..3749968 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9),
                python-support,
                wcslib-dev (>= 4.7),
                zlib1g-dev
-XS-Python-Version: >= 2.6
 Standards-Version: 3.9.3
 Homepage: http://astropy.org
 Vcs-Git: git://git.debian.org/git/debian-science/packages/python-astropy.git
@@ -28,7 +27,7 @@ Depends: libexpat1,
          ${python:Depends},
          ${shlibs:Depends}
 Provides: ${python:Provides}
-Description: Core functionality for performing astrophysics with Python.
+Description: Core functionality for performing astrophysics with Python
  The astropy package contains core functionality and some common tools 
  needed for performing astronomy and astrophysics research with Python. 
  It is expected to be extended by a number of "affilated packages" that are
diff --git a/debian/rules b/debian/rules
index 32413fb..c4dd882 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ 
+	dh $@ --with python2
 
 override_dh_shlibdeps:
 	dh_shlibdeps

-- 
Core functionality for performing astronomy and astrophysics with Python



More information about the debian-science-commits mailing list