[med-svn] [Git][med-team/hyphy][master] 2 commits: Remove some settings made for the former Python package
Andreas Tille
gitlab at salsa.debian.org
Tue Sep 29 07:48:17 BST 2020
Andreas Tille pushed to branch master at Debian Med / hyphy
Commits:
fa7e254a by Andreas Tille at 2020-09-29T08:39:56+02:00
Remove some settings made for the former Python package
- - - - -
d393eeeb by Andreas Tille at 2020-09-29T08:40:23+02:00
Drop useless comments
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/tests/run-unit-tests
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
-hyphy (2.5.18+dfsg-1) unstable; urgency=medium
+hyphy (2.5.18+dfsg-1) UNRELEASED; urgency=medium
+ [ Étienne Mollier ]
* New upstream version
* Standards-Version: 4.5.0 (routine-update)
* debhelper-compat 13 (routine-update)
@@ -20,6 +21,9 @@ hyphy (2.5.18+dfsg-1) unstable; urgency=medium
- added patch to allow compilation on non-x86 CPU architectures.
* Refreshed d/hyphy-common.install.
+ [ Andreas Tille ]
+ * d/rules: Remove some settings made for the former Python package
+
-- Étienne Mollier <etienne.mollier at mailoo.org> Mon, 28 Sep 2020 21:33:54 +0200
hyphy (2.5.1+dfsg-3) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -6,10 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
include /usr/share/dpkg/default.mk
-export PYBUILD_NAME=$(DEB_SOURCE)
-PYVERS = $(shell pyversions -r)
-PY3VERS = $(shell py3versions -r)
-
# a few ISO-8859-1 files needing conversion to UTF-8
ISOFILES = res/TemplateBatchFiles/PARRIS.bf
ISOFILES += res/TemplateBatchFiles/TemplateModels/MEC.mdl
=====================================
debian/tests/run-unit-tests
=====================================
@@ -5,9 +5,6 @@ pkg=hyphy-common
if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
- # Double quote below to expand the temporary directory variable now versus
- # later is on purpose.
- # shellcheck disable=SC2064
trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/compare/61da1e73735d028b356ec2a705ee066472cea975...d393eeeb49b7aba8df3b2b8494e493c7ab87cf31
--
View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/compare/61da1e73735d028b356ec2a705ee066472cea975...d393eeeb49b7aba8df3b2b8494e493c7ab87cf31
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/20200929/2b18586b/attachment-0001.html>
More information about the debian-med-commit
mailing list