<feed xmlns='http://www.w3.org/2005/Atom'>
<title>swiftstory.git, branch change-packaging</title>
<subtitle>SwiftStory game</subtitle>
<id>http://git.sigexec.com/cgit.cgi/swiftstory.git/atom?h=change-packaging</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/atom?h=change-packaging'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/'/>
<updated>2021-12-26T15:18:08+00:00</updated>
<entry>
<title>Use more modern packaging system</title>
<updated>2021-12-26T15:18:08+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-26T12:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=76b9f0df4feb664b41ab7a23f9be2abafa16c949'/>
<id>urn:sha1:76b9f0df4feb664b41ab7a23f9be2abafa16c949</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Added copyright file</title>
<updated>2021-12-25T23:39:53+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-25T23:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=69072a2abac7d2486e542b9b6ecedcc37016ea27'/>
<id>urn:sha1:69072a2abac7d2486e542b9b6ecedcc37016ea27</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Use dh_sysuser instead of manual adduser in postinst</title>
<updated>2021-12-25T17:39:22+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-25T17:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=aecb45bd06edb0f130fce653077b19d8453cb2d9'/>
<id>urn:sha1:aecb45bd06edb0f130fce653077b19d8453cb2d9</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Declare pre-depends to avoid warning from lintian</title>
<updated>2021-12-25T17:24:05+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-25T17:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=03aa44d88e2f429fe06cb7c1bf876ab93ecd80c2'/>
<id>urn:sha1:03aa44d88e2f429fe06cb7c1bf876ab93ecd80c2</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Bump debhelper compatibility level to 13</title>
<updated>2021-12-25T17:15:01+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-25T17:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=21bff073684e15417bf3fa18feb89127360e630e'/>
<id>urn:sha1:21bff073684e15417bf3fa18feb89127360e630e</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Run unit tests with pytest when building Debian package</title>
<updated>2021-12-25T15:43:26+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-25T13:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=126a3a828debaa9983e34ac82306077d4c645b20'/>
<id>urn:sha1:126a3a828debaa9983e34ac82306077d4c645b20</id>
<content type='text'>
By default, pybuild uses the following command to run automatic unit
tests:

    $ python3 -m unittest discover

Unfortunately, it does not work with us since unittest is unable to
discover our tests. Instead, we rely on pytest which succeeds so far.

Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Make sure unit tests can be run from outside the package</title>
<updated>2021-12-25T13:25:20+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-25T12:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=65406f7b72f4004e4483573640cf0d555877dd55'/>
<id>urn:sha1:65406f7b72f4004e4483573640cf0d555877dd55</id>
<content type='text'>
The cards from usr/share are not accessible when running the tests from
a temporary directory. This happens for instance when running

  $ pybuild --test --test-pytest

Make sure that this command would succeed by mocking the calls to open.

Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Move WS code outside the main into swiftstory.interface.ws.py</title>
<updated>2021-12-25T13:20:08+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-25T13:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=0bdaea4591fae05a1a93b6ddcf066f92e8f224f4'/>
<id>urn:sha1:0bdaea4591fae05a1a93b6ddcf066f92e8f224f4</id>
<content type='text'>
Also, the GameManager object is not created globally anymore when
importing the module.

Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Remove annoying print statement from setup.py</title>
<updated>2021-12-25T12:04:14+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-25T12:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=99ef098bbc0b1964f4c301076de05ac6d6f36ba0'/>
<id>urn:sha1:99ef098bbc0b1964f4c301076de05ac6d6f36ba0</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
<entry>
<title>Add type annotations to client.py and game.py</title>
<updated>2021-12-23T22:15:21+00:00</updated>
<author>
<name>Olivier Gayot</name>
<email>olivier.gayot@sigexec.com</email>
</author>
<published>2021-12-23T16:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/swiftstory.git/commit/?id=2f2eef5c134eaffbac3db278ba71f153e19de54b'/>
<id>urn:sha1:2f2eef5c134eaffbac3db278ba71f153e19de54b</id>
<content type='text'>
Signed-off-by: Olivier Gayot &lt;olivier.gayot@sigexec.com&gt;
</content>
</entry>
</feed>
