<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging/ubuntu/debian, branch v4.4.97</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.4.97</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.4.97'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-05-24T16:52:10Z</updated>
<entry>
<title>Remove rules and control files for Ubuntu 12.04</title>
<updated>2015-05-24T16:52:10Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-05-24T16:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1a97d011bf5ba22987c75c98dadcccd525b95aa5'/>
<id>urn:sha1:1a97d011bf5ba22987c75c98dadcccd525b95aa5</id>
<content type='text'>
Since we got rid of all the Qt4 support there is no point in having those
files around anymore, either.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Remove support for Qt4 (part 8)</title>
<updated>2015-05-24T16:37:23Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@gmail.com</email>
</author>
<published>2015-05-24T16:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=38456cbaacc0782c785693fe16de3b555e5a060f'/>
<id>urn:sha1:38456cbaacc0782c785693fe16de3b555e5a060f</id>
<content type='text'>
Also remove some of the code for building on Ubuntu 12.04.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Debian/Ubuntu packaging files: give correct credit in copyright notice</title>
<updated>2015-04-28T17:45:03Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-04-28T17:45:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c519d0b32fa7419f283aeaff9ce7dbd04f6216b4'/>
<id>urn:sha1:c519d0b32fa7419f283aeaff9ce7dbd04f6216b4</id>
<content type='text'>
That was an embarrassing oversight on my part.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update the build rules for .deb based builds</title>
<updated>2015-04-08T21:15:42Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-04-06T18:40:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dc47003e5b183fafd5e0052f530a6bc44ca451fb'/>
<id>urn:sha1:dc47003e5b183fafd5e0052f530a6bc44ca451fb</id>
<content type='text'>
With this we also give up on building daily builds on Ubuntu 12.04
The cmake based infrastructure very much assumes Qt5 at this point.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update the ubuntu / debian build rules</title>
<updated>2015-02-18T18:37:48Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-02-18T18:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ea2eb6afe375fec61926693b179754f8d05f782f'/>
<id>urn:sha1:ea2eb6afe375fec61926693b179754f8d05f782f</id>
<content type='text'>
Dang. I didn't pay attention that commit 2677f3ca79f3 ("LIBMARBLEDEVEL
points to an install dir, not a build dir") broke the way I build the
Linux binaries.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Need to use qmake-qt4 for building Ubuntu 12.04 packages</title>
<updated>2015-01-16T03:55:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-16T03:55:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d8830ad31c9e84b215df15f30e79dc13ee59c39c'/>
<id>urn:sha1:d8830ad31c9e84b215df15f30e79dc13ee59c39c</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add patch to the Ubuntu build process for 12.04</title>
<updated>2015-01-16T01:42:32Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-16T01:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=400cc01c26830f5e14aafc17bca3fa44d63bbbee'/>
<id>urn:sha1:400cc01c26830f5e14aafc17bca3fa44d63bbbee</id>
<content type='text'>
We need to build with Qt4 on 12.04.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Attempt to build for Ubuntu 12.04 as well</title>
<updated>2015-01-15T21:02:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-15T20:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=90f931dabe60debd0ced83b48e8bae3f10805797'/>
<id>urn:sha1:90f931dabe60debd0ced83b48e8bae3f10805797</id>
<content type='text'>
And fix a silly typo in the Debian/Ubuntu control file

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix more references to the ReleaseNotes</title>
<updated>2014-12-17T20:45:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-17T20:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b9d146bab37db1fe9f95828ff314fdd89bf818a8'/>
<id>urn:sha1:b9d146bab37db1fe9f95828ff314fdd89bf818a8</id>
<content type='text'>
This should be all of them.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Ubuntu packaging: more tweaks</title>
<updated>2014-12-15T20:09:38Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-15T20:08:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6da5775c05c86db6b7bfee5b9369e4853cdd45c3'/>
<id>urn:sha1:6da5775c05c86db6b7bfee5b9369e4853cdd45c3</id>
<content type='text'>
* only build a static libdivecomputer
* only build the libgit2 library, not the executable
* don't echo all the symlinks when fake-installing libmarblewidget

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
