[med-svn] [python-ruffus] 02/02: Create python3 package as well

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 4b14e41580d19a92b5dd6515f283a4719733723d
Author: Andreas Tille <tille at debian.org>
Date:   Sun Feb 1 15:56:30 2015 +0100

    Create python3 package as well
---
 debian/control | 24 +++++++++++++++++++++---
 debian/rules   |  5 ++++-
 2 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 7edd845..090224e 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends}
-Description: computation pipeline library widely used in science and bioinformatics
+Description: Python computation pipeline library widely used in bioinformatics
  Ruffus is designed to allow scientific and other analyses to be automated
  with the minimum of fuss and the least effort.
  .
@@ -27,7 +27,25 @@ Description: computation pipeline library widely used in science and bioinformat
   * 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.
-  * Unintrusive: Unambitious, lightweight syntax which tries to do this one small
-    thing well.
+  * Unintrusive: Unambitious, lightweight syntax which tries to do this one
+    small thing well.
+
+Package: python3-ruffus
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python3:Depends}
+Description: Python3 computation pipeline library widely used in bioinformatics
+ Ruffus is designed to allow scientific and other analyses to be automated
+ with the minimum of fuss and the least effort.
+ .
+  * 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.
+  * Unintrusive: Unambitious, lightweight syntax which tries to do this one
+    small thing well.
+ .
+ This package provides python3 modules.
 
 
diff --git a/debian/rules b/debian/rules
index c071525..519bacb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-# DH_VERBOSE := 1
+DH_VERBOSE := 1
 
 # some helpful variables - uncomment them if needed
 # shamelessly stolen from http://jmtd.net/log/awk/
@@ -16,6 +16,9 @@
 # and use what is set there.  Any hint whether dh might set variables in
 # a similar manner are welcome.
 
+# Uncomment this to turn on verbose mode.
+export PYBUILD_NAME=ruffus
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 

-- 
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