[med-svn] [Git][med-team/python-gffutils][master] Imported 0.9
Steffen Möller
gitlab at salsa.debian.org
Thu Feb 14 17:56:37 GMT 2019
Steffen Möller pushed to branch master at Debian Med / python-gffutils
Commits:
df402bcd by Steffen Moeller at 2019-02-14T17:55:17Z
Imported 0.9
- - - - -
5 changed files:
- + debian/README.Debian
- debian/changelog
- debian/control
- + debian/python3-gffutils.docs
- debian/rules
Changes:
=====================================
debian/README.Debian
=====================================
@@ -0,0 +1 @@
+The documentation is not built/packaged.
=====================================
debian/changelog
=====================================
@@ -1,16 +1,14 @@
-python-gffutils (0.9-1) UNRELEASED; urgency=medium
+python-gffutils (0.9-1) unstable; urgency=medium
- * Removal reported via bug #894298.
-
- * Team non-upload.
+ * Reupload after removal (#894298)
* New upstream version.
-
* d/u/metadata: Added RRIDs
+ * Added myself to uploaders.
+ * Changed section from python to science
+ * TODO: build documentation
- * Added Python 2 packages, separated executable
-
- -- Steffen Moeller <moeller at debian.org> Sun, 15 Apr 2018 14:03:00 +0200
+ -- Steffen Moeller <moeller at debian.org> Thu, 17 Jan 2019 21:02:56 +0100
python-gffutils (0.8.7.1-1) REMOVED; urgency=medium
=====================================
debian/control
=====================================
@@ -1,19 +1,12 @@
Source: python-gffutils
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
-Section: python
+Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>,
+ Steffen Moeller <moeller at debian.org>
+Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
bedtools,
- python-all,
- python-setuptools,
- python-simplejson,
- python-six,
- python-pyfaidx,
- python-nose,
- python-biopython,
- python-pybedtools,
python3-all,
python3-setuptools,
python3-simplejson,
@@ -24,24 +17,11 @@ Build-Depends: debhelper (>= 10),
python3-nose,
python3-biopython,
python3-pybedtools
-Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-gffutils.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/python-gffutils.git
+Standards-Version: 4.3.0
+Vcs-Browser: https://salsa.debian.org/med-team/python-gffutils
+Vcs-Git: https://salsa.debian.org/med-team/python-gffutils.git
Homepage: https://daler.github.io/gffutils
-Package: python-gffutils
-Architecture: all
-Depends: ${python2:Depends},
- ${misc:Depends}
-Description: Work with GFF and GTF files in a flexible database framework
- A Python package for working with and manipulating the GFF and GTF format
- files typically used for genomic annotations. Files are loaded into a
- sqlite3 database, allowing much more complex manipulation of hierarchical
- features (e.g., genes, transcripts, and exons) than is possible with
- plain-text methods alone.
- .
- This is the Python 2 version.
-
Package: python3-gffutils
Architecture: all
Depends: ${python3:Depends},
@@ -52,29 +32,3 @@ Description: Work with GFF and GTF files in a flexible database framework
sqlite3 database, allowing much more complex manipulation of hierarchical
features (e.g., genes, transcripts, and exons) than is possible with
plain-text methods alone.
- .
- This is the Python 3 version.
-
-Package: python-gffutils-bin
-Architecture: all
-Depends: ${misc:Depends}, python-gffutils
-Description: Work with GFF and GTF files in a flexible database framework
- A Python package for working with and manipulating the GFF and GTF format
- files typically used for genomic annotations. Files are loaded into a
- sqlite3 database, allowing much more complex manipulation of hierarchical
- features (e.g., genes, transcripts, and exons) than is possible with
- plain-text methods alone.
- .
- This package offers Python 2 executables.
-
-Package: python3-gffutils-bin
-Architecture: all
-Depends: ${misc:Depends}, python3-gffutils
-Description: Work with GFF and GTF files in a flexible database framework
- A Python package for working with and manipulating the GFF and GTF format
- files typically used for genomic annotations. Files are loaded into a
- sqlite3 database, allowing much more complex manipulation of hierarchical
- features (e.g., genes, transcripts, and exons) than is possible with
- plain-text methods alone.
- .
- This package offers Python 3 executables.
=====================================
debian/python3-gffutils.docs
=====================================
@@ -0,0 +1 @@
+debian/README.Debian
=====================================
debian/rules
=====================================
@@ -6,13 +6,4 @@ export PYBUILD_NAME=gffutils
export PYBUILD_DISABLE=test # https://github.com/daler/gffutils/issues/91
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_auto_install:
- dh_auto_install
- mkdir -p debian/python-gffutils-bin/usr/bin
- mkdir -p debian/python3-gffutils-bin/usr/bin
- mv debian/python-gffutils/usr/bin/* debian/python-gffutils-bin/usr/bin/
- mv debian/python3-gffutils/usr/bin/* debian/python3-gffutils-bin/usr/bin/
- rm -rf debian/python-gffutils/usr/bin debian/python3-gffutils/usr/bin
-
+ dh $@ --with python3 --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/commit/df402bcd15706cd6644c79f995ad14d0355dbf20
--
View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/commit/df402bcd15706cd6644c79f995ad14d0355dbf20
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190214/0b3a725b/attachment-0001.html>
More information about the debian-med-commit
mailing list