Bug#954172:

2020-03-20 Thread Dr. Tobias Quathamer
Am 20.03.20 um 16:55 schrieb Damon Lynch: > Hi Tobias, > > Coincidentally I noticed that bug myself. The fix is this: > > At or about line 228 in setup.py see the two lines starting with 'if > not' that tests for the path: > > class raphodo_sdist(sdist): > def run(self): > if not os.

Bug#954172:

2020-03-20 Thread Damon Lynch
Hi Tobias, Coincidentally I noticed that bug myself. The fix is this: At or about line 228 in setup.py see the two lines starting with 'if not' that tests for the path: class raphodo_sdist(sdist): def run(self): if not os.path.isdir('build'): os.mkdir('build') sel

Bug#954172:

2020-03-20 Thread Dr. Tobias Quathamer
Am 18.03.20 um 05:29 schrieb Damon Lynch: > Sorry, I didn't notice that there is a bug in the setup.py file: > > The end of line 268 is missing a comma. Lines 268 & 269 should be: > > 'PyGObject', > 'PyQt5', > > I have no idea if this bug in setup.py actually pops up in the Debia

Bug#954172:

2020-03-17 Thread Damon Lynch
Sorry, I didn't notice that there is a bug in the setup.py file: The end of line 268 is missing a comma. Lines 268 & 269 should be: 'PyGObject', 'PyQt5', I have no idea if this bug in setup.py actually pops up in the Debian build process (I never noticed it when building it). If

Bug#954172: Package new version of Rapid Photo Downloader

2020-03-17 Thread Damon Lynch
Package: rapid-photo-downloader Version: 0.9.17-1 Severity: important Version 0.9.19 is released, with some important bug fixes that directly affect the usability of the program on high DPI screens, as well as on recent versions of Qt. In this release, changes have been made to the file setup.py.