Andreas Tille pushed to branch master at Debian Med / raccoon
Commits: 2a7f37ee by Andreas Tille at 2019-12-23T21:22:08Z Use 2to3 to port from Python2 to Python3 - - - - - 360e7a14 by Andreas Tille at 2019-12-23T21:25:56Z Python3 in packaging - - - - - add7d3d5 by Andreas Tille at 2019-12-23T21:26:20Z routine-update: debhelper-compat 12 - - - - - dc37ab89 by Andreas Tille at 2019-12-23T21:26:27Z routine-update: Standards-Version: 4.4.1 - - - - - a15ca6e9 by Andreas Tille at 2019-12-23T21:26:33Z Set upstream metadata fields: Bug-Database. - - - - - f36834b3 by Andreas Tille at 2019-12-23T21:28:44Z Build-Depends: dh-python - - - - - 63382871 by Andreas Tille at 2019-12-23T21:30:10Z Upload to unstable - - - - - 7 changed files: - debian/changelog - − debian/compat - debian/control - + debian/patches/2to3.patch - + debian/patches/series - debian/rules - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +raccoon (1.0b-5) unstable; urgency=medium + + * Use 2to3 to port from Python2 to Python3 + Closes: #943194 + * debhelper-compat 12 + * Standards-Version: 4.4.1 + * Set upstream metadata fields: Bug-Database. + * Build-Depends: dh-python + + -- Andreas Tille <[email protected]> Mon, 23 Dec 2019 22:29:04 +0100 + raccoon (1.0b-4) unstable; urgency=medium * debhelper 11 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -5,9 +5,10 @@ Uploaders: Steffen Moeller <[email protected]>, Section: contrib/science XS-Autobuild: no Priority: optional -Build-Depends: debhelper (>= 11~), - python-all -Standards-Version: 4.2.1 +Build-Depends: debhelper-compat (= 12), + dh-python, + python3 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/raccoon Vcs-Git: https://salsa.debian.org/med-team/raccoon.git Homepage: http://autodock.scripps.edu/resources/raccoon @@ -15,7 +16,7 @@ Homepage: http://autodock.scripps.edu/resources/raccoon Package: raccoon Architecture: all Depends: ${misc:Depends}, - ${python:Depends}, + ${python3:Depends}, autodocktools Suggests: autodock, autodock-vina, ===================================== debian/patches/2to3.patch ===================================== The diff for this file was not included because it is too large. ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +2to3.patch ===================================== debian/rules ===================================== @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with python2 + dh $@ --with python3 override_dh_fixperms: dh_fixperms ===================================== debian/upstream/metadata ===================================== @@ -1,21 +1,22 @@ Reference: - Author: > - Sandro Cosconati and Stefano Forli and Alex L. Perryman and Rodney Harris and - David S. Goodsell and Arthur J. Olson - Title: "Virtual screening with AutoDock: theory and practice" - Journal: Expert Opinion on Drug Discovery - Year: 2010 - Volume: 5 - Number: 6 - Pages: 597–607 - DOI: 10.1517/17460441.2010.484460 - PMID: 21532931 - URL: http://informahealthcare.com/doi/abs/10.1517/17460441.2010.484460 - ePrint: http://informahealthcare.com/doi/pdfplus/10.1517/17460441.2010.484460 + Author: > + Sandro Cosconati and Stefano Forli and Alex L. Perryman and Rodney Harris and + David S. Goodsell and Arthur J. Olson + Title: 'Virtual screening with AutoDock: theory and practice' + Journal: Expert Opinion on Drug Discovery + Year: 2010 + Volume: 5 + Number: 6 + Pages: 597–607 + DOI: 10.1517/17460441.2010.484460 + PMID: 21532931 + URL: http://informahealthcare.com/doi/abs/10.1517/17460441.2010.484460 + ePrint: http://informahealthcare.com/doi/pdfplus/10.1517/17460441.2010.484460 Registry: - - Name: OMICtools - Entry: OMICS_21300 - - Name: bio.tools - Entry: NA - - Name: SciCrunch - Entry: NA +- Name: OMICtools + Entry: OMICS_21300 +- Name: bio.tools + Entry: NA +- Name: SciCrunch + Entry: NA +Bug-Database: https://github.com/onyxbits/raccoon4/issues View it on GitLab: https://salsa.debian.org/med-team/raccoon/compare/54393cfb4bb180ea31d34147cb0fa6f9d0f9ddfb...63382871a0640ca3be68fa18b5cd2efb74b32cf2 -- View it on GitLab: https://salsa.debian.org/med-team/raccoon/compare/54393cfb4bb180ea31d34147cb0fa6f9d0f9ddfb...63382871a0640ca3be68fa18b5cd2efb74b32cf2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
