[med-svn] [python-ruffus] 01/02: Get some kind of package

Andreas Tille tille at debian.org
Sun Feb 1 14:56:44 UTC 2015


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

tille pushed a commit to branch master
in repository python-ruffus.

commit 2dc27fafd2445535a679c0ad37983be58f7d1fb2
Author: Andreas Tille <tille at debian.org>
Date:   Sun Feb 1 15:41:31 2015 +0100

    Get some kind of package
---
 debian/control | 11 ++++++++---
 debian/rules   |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 1129e7d..7edd845 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,14 @@
 Source: python-ruffus
-Section: science
+Section: python
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all-dev,
+               python-setuptools,
+               python3-all-dev,
+               python3-setuptools
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-ruffus.git
 Vcs-Git: git://anonscm.debian.org/debian-med/python-ruffus.git
@@ -21,7 +26,7 @@ Description: computation pipeline library widely used in science and bioinformat
   * Lightweight: Suitable for the simplest of tasks
   * Scalable: Handles even fiendishly complicated pipelines which would cause
     make or scons to go cross-eyed and recursive.
-  * Standard python: No "clever magic", no pre-processing.
+  * Standard Python: No "clever magic", no pre-processing.
   * Unintrusive: Unambitious, lightweight syntax which tries to do this one small
     thing well.
 
diff --git a/debian/rules b/debian/rules
index 58ec00b..c071525 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@
 # a similar manner are welcome.
 
 %:
-	dh $@
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 #get-orig-source:
 #	. debian/get-orig-source

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-ruffus.git



More information about the debian-med-commit mailing list