Étienne Mollier pushed to branch master at Debian Med / lamassemble
Commits: aeaa36f5 by Étienne Mollier at 2025-11-15T17:34:54+01:00 set_package_field.patch: unfuzz. - - - - - c6cd6c7a by Étienne Mollier at 2025-11-15T17:35:32+01:00 d/changelog: include hotfix. - - - - - 2 changed files: - debian/changelog - debian/patches/set_package_field.patch Changes: ===================================== debian/changelog ===================================== @@ -4,8 +4,9 @@ lamassemble (1.7.4-1) unstable; urgency=medium * d/control: declare compliance to standards version 4.7.2. * d/control: drop redundant Rules-Requires-Root: no. * d/watch: convert to v5 Gitlab template. + * set_package_field.patch: unfuzz. - -- Étienne Mollier <[email protected]> Sat, 15 Nov 2025 17:34:15 +0100 + -- Étienne Mollier <[email protected]> Sat, 15 Nov 2025 17:35:09 +0100 lamassemble (1.7.2-2) unstable; urgency=medium ===================================== debian/patches/set_package_field.patch ===================================== @@ -7,7 +7,7 @@ Last-Update: 2022-10-23 import setuptools +from setuptools import find_packages - commitInfo = " (grafted, HEAD, tag: 1.7.2)".strip("( )").split() + commitInfo = " (grafted, HEAD, tag: 1.7.4)".strip("( )").split() version = commitInfo[commitInfo.index("tag:") + 1].rstrip(",") @@ -6,6 +7,7 @@ setuptools.setup( View it on GitLab: https://salsa.debian.org/med-team/lamassemble/-/compare/975f8a75c9c91ed0cb5c9116e601b313c73d30d1...c6cd6c7a92de61f7c5f1ce5df93a340e43b82980 -- View it on GitLab: https://salsa.debian.org/med-team/lamassemble/-/compare/975f8a75c9c91ed0cb5c9116e601b313c73d30d1...c6cd6c7a92de61f7c5f1ce5df93a340e43b82980 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
