[python-astropy] 01/01: Create control file for Debian Continuous Integration

Ole Streicher olebole at moszumanska.debian.org
Wed Apr 8 14:32:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch debian
in repository python-astropy.

commit 989dcb3c4a8d3963d2a03b8700fbbd5a57e6417f
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Apr 8 16:13:33 2015 +0200

    Create control file for Debian Continuous Integration
---
 debian/changelog     | 5 +++--
 debian/tests/control | 8 ++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4a6d05..6248388 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-python-astropy (1.0.1-1) UNRELEASED; urgency=low
+python-astropy (1.0.1-1~exp1) experimental; urgency=low
 
   * New upstream version.
   * Create upstream/metadata with bibliographic information
+  * Create debci control file
 
- -- Ole Streicher <olebole at debian.org>  Fri, 13 Mar 2015 13:37:40 +0100
+ -- Ole Streicher <olebole at debian.org>  Wed, 08 Apr 2015 16:12:42 +0200
 
 python-astropy (1.0-1~exp) experimental; urgency=low
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..bcdb4b4
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,8 @@
+Test-Command: python -c "import astropy; astropy.test()"
+Depends: python-astropy
+Restrictions: allow-stderr
+
+Test-Command: python3 -c "import astropy; astropy.test()"
+Depends: python3-astropy
+Restrictions: allow-stderr
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-astropy.git



More information about the debian-science-commits mailing list