Andreas Tille pushed to branch master at Debian Med / uncalled
Commits: 7e5c2166 by Andreas Tille at 2021-09-29T18:28:22+02:00 routine-update: Fix watchfile to detect new versions on github - - - - - 3cec4356 by Andreas Tille at 2021-09-29T18:28:52+02:00 routine-update: Standards-Version: 4.6.0 - - - - - 2bc0c21f by Andreas Tille at 2021-09-29T18:28:54+02:00 routine-update: Remove trailing whitespace in debian/copyright - - - - - b55c2b9a by Andreas Tille at 2021-09-29T18:44:37+02:00 Enable building the package for developers who did not installed python3-pybind11 on their local machine - - - - - 654aea59 by Andreas Tille at 2021-09-29T18:47:33+02:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +uncalled (2.2+ds-2) unstable; urgency=medium + + * Team upload. + * Fix watchfile to detect new versions on github (routine-update) + * Standards-Version: 4.6.0 (routine-update) + * Remove trailing whitespace in debian/copyright (routine-update) + * Enable building the package for developers who did not installed + python3-pybind11 on their local machine + + -- Andreas Tille <[email protected]> Wed, 29 Sep 2021 18:44:48 +0200 + uncalled (2.2+ds-1) unstable; urgency=high * Source-only upload. ===================================== debian/control ===================================== @@ -16,7 +16,7 @@ Build-Depends: debhelper-compat (= 13), libhdf5-dev, pkg-config, libfast5-dev -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/uncalled Vcs-Git: https://salsa.debian.org/med-team/uncalled.git Homepage: https://github.com/skovaka/UNCALLED ===================================== debian/copyright ===================================== @@ -22,7 +22,7 @@ License: expat to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - . + . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . ===================================== debian/rules ===================================== @@ -4,25 +4,15 @@ export LC_ALL=C.UTF-8 export PYBUILD_NAME=uncalled -# include /usr/share/dpkg/default.mk -# this provides: -# DEB_SOURCE: the source package name -# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision) -# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision -# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch -# DEB_VERSION_UPSTREAM: the package's upstream version -# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog -# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as -# specified by <https://reproducible-builds.org/specs/source-date-epoch/> - # for hardening you might like to uncomment this: export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ --with python3 --buildsystem=pybuild -### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected -#override_dh_auto_test: -#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -# do_stuff_for_testing -#endif +override_dh_auto_clean: + if dpkg -s python3-pybind11 >/dev/null 2>/dev/null ; then \ + dh_auto_clean ; \ + else \ + echo "skip dh_auto_clean since python3-pybind11 is not installed on your local machine" ; \ + fi ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ version=4 opts="repacksuffix=+ds,dversionmangle=auto,repack,compression=xz,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/skovaka/UNCALLED/releases/ .*/archive/v?@ANY_VERSION@\.tar\.gz + https://github.com/skovaka/UNCALLED/releases/ .*/v?@ANY_VERSION@\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/uncalled/-/compare/dd5f070e8453aeba12005d6f6a6cb6162098ee66...654aea5979cf5a75a86299e94074aa892cd1485a -- View it on GitLab: https://salsa.debian.org/med-team/uncalled/-/compare/dd5f070e8453aeba12005d6f6a6cb6162098ee66...654aea5979cf5a75a86299e94074aa892cd1485a 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
