<feed xmlns='http://www.w3.org/2005/Atom'>
<title>keyringer/Makefile, branch 0.7.2</title>
<subtitle>Distributed key management suite</subtitle>
<id>https://cgit.fluxo.info/keyringer/atom?h=0.7.2</id>
<link rel='self' href='https://cgit.fluxo.info/keyringer/atom?h=0.7.2'/>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/'/>
<updated>2026-02-21T16:14:43+00:00</updated>
<entry>
<title>Fix: Makefile: debian: setup a temporary .gitignore</title>
<updated>2026-02-21T16:14:43+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2026-02-21T16:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=5bf53056fd69d067d481395036e74180d7ce0bf0'/>
<id>urn:sha1:5bf53056fd69d067d481395036e74180d7ce0bf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feat: Makefile: uninstall target (thanks to Spenser Truex &lt;truex@equwal.com&gt;)</title>
<updated>2025-09-09T15:21:50+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2025-09-09T15:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=25440444a5c793687ca510c68fe8528abed32cf1'/>
<id>urn:sha1:25440444a5c793687ca510c68fe8528abed32cf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: add --git-ignore-new into gbp invocations</title>
<updated>2023-03-18T13:55:47+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2023-03-18T13:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=048544a56742f9fc342b6fbca309c6a4f47f78d6'/>
<id>urn:sha1:048544a56742f9fc342b6fbca309c6a4f47f78d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: debian bug 990255</title>
<updated>2021-07-03T13:50:53+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2021-07-03T13:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=655905f67b5172960e5c5ca6549b81c33ca0eb91'/>
<id>urn:sha1:655905f67b5172960e5c5ca6549b81c33ca0eb91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Install zsh completion in the default path</title>
<updated>2020-01-18T14:19:11+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2020-01-18T14:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=36f28df76c0ac0e8706fb00ec51820aa1df07c2f'/>
<id>urn:sha1:36f28df76c0ac0e8706fb00ec51820aa1df07c2f</id>
<content type='text'>
Install the zsh completer into site-functions rather than
vendor-completions. vendor-completions is a Debian-ism that many distros
and other OSes don't support. site-functions is added to the default
fpath by zsh, so it should just work for all users.

Patch thanks to Matthew Martin.
</content>
</entry>
<entry>
<title>Convert ikiwiki config to YAML</title>
<updated>2018-06-17T00:40:00+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2018-06-17T00:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=2eafba8ae6f9d54b5684a5014d0d1f3ccaa89099'/>
<id>urn:sha1:2eafba8ae6f9d54b5684a5014d0d1f3ccaa89099</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add MANDIR variable and use it</title>
<updated>2018-05-30T16:30:32+00:00</updated>
<author>
<name>Grégoire Jadi</name>
<email>gjadi@omecha.info</email>
</author>
<published>2018-02-25T15:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=1a370266242fe28865335f326e2368d038f4095d'/>
<id>urn:sha1:1a370266242fe28865335f326e2368d038f4095d</id>
<content type='text'>
Follow GNU Coding Standards and increase interoperability with package
managers.
No semantic change.

Signed-off-by: Silvio Rhatto &lt;rhatto@riseup.net&gt;
</content>
</entry>
<entry>
<title>Replace install --mode=MODE by install -m MODE</title>
<updated>2018-05-30T16:29:32+00:00</updated>
<author>
<name>Grégoire Jadi</name>
<email>gjadi@omecha.info</email>
</author>
<published>2018-02-19T17:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=09f204b5634ed8db914acf4f5634d41754b01c34'/>
<id>urn:sha1:09f204b5634ed8db914acf4f5634d41754b01c34</id>
<content type='text'>
The --mode option doesn't exist on OpenBSD.
The -m option exists on both OpenBSD and GNU platforms.

Signed-off-by: Silvio Rhatto &lt;rhatto@riseup.net&gt;
</content>
</entry>
<entry>
<title>Use 'gbp buildpackage' instead of 'git-buildpackage'</title>
<updated>2017-11-03T13:08:12+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2017-11-03T13:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=9cdf9689fa842d070267c4b8becd6346b35b5bf4'/>
<id>urn:sha1:9cdf9689fa842d070267c4b8becd6346b35b5bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 'git-import-orig' to 'gbp import-orig'</title>
<updated>2017-11-03T12:59:04+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2017-11-03T12:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=86bf5ee5f72a3f23401a464b217e429f433a9179'/>
<id>urn:sha1:86bf5ee5f72a3f23401a464b217e429f433a9179</id>
<content type='text'>
</content>
</entry>
</feed>
