Re: Adding autopkgtest to Orthanc-python

2023-10-20 Thread Aaron M. Ucko
Andreas Tille writes: > I have no idea what this might mean. Could you have a look at the > test? I also realised that you are installing There's a more specific error a few lines up: E1020 09:35:18.908283 OrthancException.cpp:61] The TCP port of the DICOM server is privileged or already

Orthanc Integration Test using Orthanc-wsi

2023-10-20 Thread Komolehin Israel
Hi Sebastian, I created autopkgtests for Orthanc and Orthanc-wsi. Orthanc has been uploaded to unstable however Is it fine to update orthanc package’s autopkgtest with an integration test using orthanc-wsi ? Regards, Israel

Re: Use of "UNRELEASED" in debian/changelog

2023-10-20 Thread Nilesh Patra
On Fri, Oct 20, 2023 at 02:43:57PM +0200, Santiago Vila wrote: > Thank you, Nilesh! > > Committed the fix and uploaded the package. Awesome! > One more question: I didn't get the hang of gbp to build > the package at first, so I put the orig.tar.xz below the working > directory and used good

Re: Use of "UNRELEASED" in debian/changelog

2023-10-20 Thread Andreas Tille
Hi Santiago, Am Fri, Oct 20, 2023 at 02:43:57PM +0200 schrieb Santiago Vila: > One more question: I didn't get the hang of gbp to build > the package at first, so I put the orig.tar.xz below the working > directory and used good old "dpkg-buildpackage -S", since > I know dpkg-buildpackage is

Re: Use of "UNRELEASED" in debian/changelog

2023-10-20 Thread Andreas Tille
Am Fri, Oct 20, 2023 at 04:51:57PM +0530 schrieb Nilesh Patra: > > > (B) Yes, but only if you don't keep the package in a half-fixed state, > > i.e. only if you do all that at nearly the same time, including the tag > > and the new upload, so that we don't have changes in master > > without their

Re: Use of "UNRELEASED" in debian/changelog

2023-10-20 Thread Santiago Vila
Thank you, Nilesh! Committed the fix and uploaded the package. One more question: I didn't get the hang of gbp to build the package at first, so I put the orig.tar.xz below the working directory and used good old "dpkg-buildpackage -S", since I know dpkg-buildpackage is smart enough to ignore

Re: Use of "UNRELEASED" in debian/changelog

2023-10-20 Thread Nilesh Patra
On Fri, Oct 20, 2023 at 01:01:13PM +0200, Santiago Vila wrote: > I asked Andreas if it was acceptable to join this team > just to work on minor QA issues, and he said yes, > so here I am :-) Welcome! > My question: Would it be acceptable to do this instead? > > - One commit fixing the bug and

Re: Adding autopkgtest to Orthanc-python

2023-10-20 Thread Andreas Tille
Hi, Am Fri, Oct 20, 2023 at 08:44:26AM +0100 schrieb Oyindamola Olatunji: > I am working on adding autopkgtest to the orthanc-python package. Whenever > I run the test locally, it gets stuck in execution and doesn't seem to give > an output. > > Here is the autopkgtest: >

Use of "UNRELEASED" in debian/changelog

2023-10-20 Thread Santiago Vila
Hello. I asked Andreas if it was acceptable to join this team just to work on minor QA issues, and he said yes, so here I am :-) To start, I want to fix #1030885 in python-cogent, in both unstable and stable. This is in fact the prototype of thing I want to do, mainly to ensure that there are

Adding autopkgtest to Orthanc-python

2023-10-20 Thread Oyindamola Olatunji
Hello, I am working on adding autopkgtest to the orthanc-python package. Whenever I run the test locally, it gets stuck in execution and doesn't seem to give an output. Here is the autopkgtest: https://salsa.debian.org/med-team/orthanc-python/-/commit/9e751a67614e90d383956f400906ce8121bcfc81 I