[med-svn] [Git][med-team/ctdopts][master] fix sed call
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Fri Jun 14 17:00:56 BST 2024
Alexandre Detiste pushed to branch master at Debian Med / ctdopts
Commits:
f9862061 by Alexandre Detiste at 2024-06-14T17:56:25+02:00
fix sed call
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -24,7 +24,7 @@ override_dh_auto_build:
dh_auto_build
# an override, not a PYBUILD directive, as we only need to do this once
# not for every Python version
- sed '#print$#print()#' example.py > debian/example.py
+ sed 's#^print$#print()#' example.py > debian/example.py
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
View it on GitLab: https://salsa.debian.org/med-team/ctdopts/-/commit/f986206181d0cab19d035efc4a514a12191b8479
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/ctdopts/-/commit/f986206181d0cab19d035efc4a514a12191b8479
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/20240614/eff48a58/attachment.htm>
More information about the debian-med-commit
mailing list