[med-svn] [python-cutadapt] 03/12: Provide a package cutadapt containing just the user interface
Andreas Tille
tille at debian.org
Mon Jun 20 13:39:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-cutadapt.
commit 01a0b97e1e2f057fc924afa3e9476be65c8bfba6
Author: Andreas Tille <tille at debian.org>
Date: Mon Jun 20 15:25:08 2016 +0200
Provide a package cutadapt containing just the user interface
---
debian/changelog | 6 ++++++
debian/control | 47 ++++++++++++++++++++++++++++-------------------
2 files changed, 34 insertions(+), 19 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ff76c05..5c60a24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cutadapt (1.9.1-2) UNRELEASED; urgency=medium
+
+ * Provide a package cutadapt containing just the user interface
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Jun 2016 15:23:47 +0200
+
python-cutadapt (1.9.1-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 6ac6bc3..bcc2a7c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,32 @@
Source: python-cutadapt
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Olivier Sallou <osallou at debian.org>,
+ Andreas Tille <tille at debian.org>
Section: python
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Olivier Sallou <osallou at debian.org>
Build-Depends: debhelper (>= 9),
- dh-python,
- python-all,
- python-all-dev,
- python-setuptools,
- cython,
- python3-all,
- python3-all-dev,
- python3-setuptools,
- python3-six,
- cython3
+ dh-python,
+ python-all,
+ python-all-dev,
+ python-setuptools,
+ cython,
+ python3-all,
+ python3-all-dev,
+ python3-setuptools,
+ python3-six,
+ cython3
+Standards-Version: 3.9.8
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-cutadapt.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/python-cutadapt.git
+Homepage: http://pypi.python.org/pypi/cutadapt
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
-Standards-Version: 3.9.6
-Homepage: http://pypi.python.org/pypi/cutadapt
-Vcs-Git: git://anonscm.debian.org/debian-med/python-cutadapt.git
-Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-cutadapt.git
Package: python-cutadapt
Architecture: any
-Depends: ${misc:Depends},${python:Depends},${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
Description: Clean biological sequences from high-throughput sequencing reads (Python 2)
Cutadapt helps with biological sequence clean tasks by finding the adapter
or primer sequences in an error-tolerant way.
@@ -37,7 +40,9 @@ Description: Clean biological sequences from high-throughput sequencing reads (P
Package: python3-cutadapt
Architecture: any
-Depends: ${misc:Depends},${python3:Depends},${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
Description: Clean biological sequences from high-throughput sequencing reads (Python 3)
Cutadapt helps with biological sequence clean tasks by finding the adapter
or primer sequences in an error-tolerant way.
@@ -51,7 +56,11 @@ Description: Clean biological sequences from high-throughput sequencing reads (P
Package: cutadapt
Architecture: all
-Depends: ${misc:Depends},${python3:Depends},${shlibs:Depends}, python3-cutadapt
+Section: science
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+ python3-cutadapt
Description: Clean biological sequences from high-throughput sequencing reads
Cutadapt helps with biological sequence clean tasks by finding the adapter
or primer sequences in an error-tolerant way.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cutadapt.git
More information about the debian-med-commit
mailing list