[med-svn] [Git][med-team/ctdopts][master] 2 commits: fix glitch
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Fri Sep 13 11:36:49 BST 2024
Alexandre Detiste pushed to branch master at Debian Med / ctdopts
Commits:
b8643636 by Alexandre Detiste at 2024-06-14T19:47:09+02:00
fix glitch
- - - - -
b437a8b1 by Alexandre Detiste at 2024-09-13T12:36:41+02:00
fix autopkgtest too
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,11 @@
-ctdopts (1.5-3) unstable; urgency=medium
+ctdopts (1.5-5) unstable; urgency=medium
+
+ * Team upload.
+ * Drop 2to3 usage fro autopkgtest too.
+
+ -- Alexandre Detiste <tchet at debian.org> Fri, 13 Sep 2024 12:35:10 +0200
+
+ctdopts (1.5-4) unstable; urgency=medium
* Team upload.
* Drop remaining need for deprecated 2to3
=====================================
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 's#^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)))
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: run-example
-Depends: python3-all, python3-ctdopts, 2to3
+Depends: python3-all, python3-ctdopts
Restrictions: allow-stderr
View it on GitLab: https://salsa.debian.org/med-team/ctdopts/-/compare/f986206181d0cab19d035efc4a514a12191b8479...b437a8b1dc5e57c7dc57de744effd7145326a654
--
View it on GitLab: https://salsa.debian.org/med-team/ctdopts/-/compare/f986206181d0cab19d035efc4a514a12191b8479...b437a8b1dc5e57c7dc57de744effd7145326a654
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/20240913/e029829a/attachment-0001.htm>
More information about the debian-med-commit
mailing list