Andreas Tille pushed to branch master at Debian Med / consensuscore
Commits: 4c1a144f by Andreas Tille at 2022-11-14T14:05:39+01:00 Drop redundant comment - - - - - 53c1ca66 by Andreas Tille at 2022-11-14T14:05:55+01:00 routine-update: Packaging update - - - - - c45796b7 by Andreas Tille at 2022-11-14T14:05:55+01:00 routine-update: Standards-Version: 4.6.1 - - - - - 3e7c6afd by Andreas Tille at 2022-11-14T14:09:20+01:00 d/watch: Repository is deprecated upstream - - - - - 445986b6 by Andreas Tille at 2022-11-14T14:14:47+01:00 Fix sequence of setuptools - distutils calls - - - - - dc0634e3 by Andreas Tille at 2022-11-14T14:22:23+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/sequence_setuptools.patch - debian/patches/series - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +consensuscore (1.1.1+dfsg-4) unstable; urgency=medium + + * d/watch: Repository is deprecated upstream + * Standards-Version: 4.6.1 (routine-update) + * Fix sequence of setuptools - distutils calls + Closes: #1024038 + + -- Andreas Tille <[email protected]> Mon, 14 Nov 2022 14:14:59 +0100 + consensuscore (1.1.1+dfsg-3) unstable; urgency=medium * Fix watchfile to detect new versions on github ===================================== debian/control ===================================== @@ -9,11 +9,10 @@ Build-Depends: debhelper-compat (= 13), dh-exec, libboost-dev, swig, -# Python3 python3-setuptools, python3-all-dev, python3-numpy -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/consensuscore Vcs-Git: https://salsa.debian.org/med-team/consensuscore.git Homepage: https://github.com/PacificBiosciences/ConsensusCore ===================================== debian/patches/sequence_setuptools.patch ===================================== @@ -0,0 +1,19 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 14 Nov 2022 14:05:55 +0100 +Description: Fix sequence of setuptools - distutils calls +Bug-Debian: https://bugs.debian.org/1024038 + +--- a/setup.py ++++ b/setup.py +@@ -1,10 +1,10 @@ + #!/usr/bin/python3 + + ++from setuptools import setup + from distutils.command.build import build as _build + from distutils.errors import CompileError + from distutils import sysconfig +-from setuptools import setup + + import os, re, sys + from glob import glob ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ compiler-flags.patch gcc-6.patch 2to3.patch check_boost_version.patch +sequence_setuptools.patch ===================================== debian/watch ===================================== @@ -1,4 +1,8 @@ version=4 -opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \ - https://github.com/PacificBiosciences/ConsensusCore/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@ +opts=dversionmangle=s/.*/0.No-Release/ \ + https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz + +# Repository is deprecated upstream +#opts="repacksuffix=+dfsg,dversionmangle=auto,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ +# https://github.com/PacificBiosciences/ConsensusCore/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/consensuscore/-/compare/647046eeff900492d3cfe264b04e12f5e37f762a...dc0634e38bba44947563a8e995a4e3abd0573845 -- View it on GitLab: https://salsa.debian.org/med-team/consensuscore/-/compare/647046eeff900492d3cfe264b04e12f5e37f762a...dc0634e38bba44947563a8e995a4e3abd0573845 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
