[med-svn] [Git][med-team/invesalius][master] 5 commits: Limiting autopkgtest to the architectures on which dependency python3-torch is available
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Sun Dec 11 14:36:33 GMT 2022
Pierre Gruet pushed to branch master at Debian Med / invesalius
Commits:
f690676a by Pierre Gruet at 2022-12-11T08:13:45+01:00
Limiting autopkgtest to the architectures on which dependency python3-torch is available
- - - - -
24f93ba1 by Pierre Gruet at 2022-12-11T08:15:37+01:00
Raising Standards version to 4.6.1 (no change)
- - - - -
08c9b7d0 by Pierre Gruet at 2022-12-11T14:35:27+01:00
Shipping an icon for the desktop application
- - - - -
5248df77 by Pierre Gruet at 2022-12-11T14:35:39+01:00
Updating changelog
- - - - -
89c07ca7 by Pierre Gruet at 2022-12-11T14:56:06+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+invesalius (3.1.99998-2) unstable; urgency=medium
+
+ * Team upload
+ * Limiting autopkgtest to the architectures on which dependency python3-torch
+ is available
+ * Raising Standards version to 4.6.1 (no change)
+ * Shipping an icon for the desktop application
+
+ [ Thiago Franco de Moraes ]
+ * Added auibar patch and updated other patches
+
+ -- Pierre Gruet <pgt at debian.org> Sun, 11 Dec 2022 14:55:48 +0100
+
invesalius (3.1.99998-1) unstable; urgency=medium
[ Thiago Franco de Moraes ]
=====================================
debian/control
=====================================
@@ -8,9 +8,10 @@ Build-Depends: debhelper-compat (= 13),
python3-dev,
cython3,
dh-python,
+ imagemagick,
python3-numpy
Build-Depends-Indep: python3
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/invesalius
Vcs-Git: https://salsa.debian.org/med-team/invesalius.git
Homepage: https://www.cti.gov.br/invesalius/
=====================================
debian/rules
=====================================
@@ -34,6 +34,9 @@ create-launcher:
override_dh_install: create-launcher
dh_install
+ # Converting a shipped .ico file into an installed .png icon
+ mkdir -p debian/invesalius/usr/share/icons/hicolor/64x64/apps/
+ convert icons/invesalius_64x64.ico -resize 64x64\! debian/invesalius/usr/share/icons/hicolor/64x64/apps/invesalius.png
override_dh_installchangelogs:
dh_installchangelogs changelog.md
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,4 @@
Tests: run-unit-test
Depends: @
Restrictions: superficial
+Architecture: amd64 arm64 ppc64el s390x
View it on GitLab: https://salsa.debian.org/med-team/invesalius/-/compare/e4728e03134f125fddc01f7de5ce5f266b57a918...89c07ca75ac0169811e95e9d76581a8175bc7243
--
View it on GitLab: https://salsa.debian.org/med-team/invesalius/-/compare/e4728e03134f125fddc01f7de5ce5f266b57a918...89c07ca75ac0169811e95e9d76581a8175bc7243
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/20221211/31d2cfd4/attachment-0001.htm>
More information about the debian-med-commit
mailing list