[med-svn] [fastaq] 03/03: Almost ready to start building
Jorge Soares
jssoares-guest at moszumanska.debian.org
Wed Oct 8 14:49:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
jssoares-guest pushed a commit to branch master
in repository fastaq.
commit 9d93fa863549042370080edd0adcf025257135aa
Author: Jorge Soares <j.s.soares at gmail.com>
Date: Wed Oct 8 15:59:32 2014 +0100
Almost ready to start building
---
debian/rules | 10 +++++++++-
setup.py | 2 +-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5b76075..bc9d246 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
#!/usr/bin/make -f
export DH_VERBOSE := 1
-export PYBUILD_NAME=
+export PYBUILD_NAME=fastaq
+
+override_dh_auto_build:
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+ rm -rf build .pybuild
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 1a4976d..fc7ef32 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
- name='Fastaq',
+ name='fastaq',
version='1.5.0',
description='Scripts to manipulate FASTA and FASTQ files, plus API for developers',
long_description=read('README.md'),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fastaq.git
More information about the debian-med-commit
mailing list