<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lopsub, branch master</title>
<subtitle>lopsub - the long option parser for subcommands</subtitle>
<id>https://git.tuebingen.mpg.de/cgit/lopsub/atom?h=master</id>
<link rel='self' href='https://git.tuebingen.mpg.de/cgit/lopsub/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/'/>
<updated>2025-09-24T16:58:57Z</updated>
<entry>
<title>lopsub-1.0.6</title>
<updated>2025-09-24T16:58:57Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2025-09-24T16:54:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=ef700b72cc0101144bb5605b5c36f1be120cd9a5'/>
<id>urn:sha1:ef700b72cc0101144bb5605b5c36f1be120cd9a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework Makefile to support cross compilation.</title>
<updated>2025-09-20T16:21:32Z</updated>
<author>
<name>Helmut Grohne</name>
<email>helmut@subdivi.de</email>
</author>
<published>2025-09-20T15:31:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=39704690138edb4885580a7d1f275ed4e84f9538'/>
<id>urn:sha1:39704690138edb4885580a7d1f275ed4e84f9538</id>
<content type='text'>
Build lopsubgen twice during cross compilation since it is both run and
installed. This will enable cross building liblopsub on other distributions
such as Yocto or PtxDist.

Signed-off-by: Andre Noll &lt;maan@tuebingen.mpg.de&gt;
</content>
</entry>
<entry>
<title>build: Never remove any intermediate files.</title>
<updated>2025-09-20T16:21:32Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2025-09-20T15:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=f647d02195ffb2a24b43e67f8e5b2d1d95bc89da'/>
<id>urn:sha1:f647d02195ffb2a24b43e67f8e5b2d1d95bc89da</id>
<content type='text'>
Defining .SECONDARY instructs make(1) to never drop the files generated by lex.
This avoids spurious rebuilds, speeding up the build.
</content>
</entry>
<entry>
<title>lopsubgen.l: Remove some unused variables.</title>
<updated>2025-09-20T16:21:25Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-08-25T15:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=c69e0bf567d7a25589f5e202ac905b931770b433'/>
<id>urn:sha1:c69e0bf567d7a25589f5e202ac905b931770b433</id>
<content type='text'>
The unused variables did not cause warnings because we don't compile .c
files generated by flex(1) with STRICT_CFLAGS.
</content>
</entry>
<entry>
<title>lopsub-1.0.5</title>
<updated>2024-05-11T19:16:37Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-11T19:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=28a10abdd8a3467cfbcaed93ed1fa114860ad1fe'/>
<id>urn:sha1:28a10abdd8a3467cfbcaed93ed1fa114860ad1fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove debian/.</title>
<updated>2024-05-11T19:08:29Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-11T19:08:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=e6968b67d06fbd8b746746960693eb00cc152b6e'/>
<id>urn:sha1:e6968b67d06fbd8b746746960693eb00cc152b6e</id>
<content type='text'>
Debian-related changes no longer happen in master. Instead, a
dedicated branch will be created whose commits may only modify
files below debian/. Whenever a new release is cut from the master
branch, the master branch will be merged into the debian branch and
debian/changelog will be updated accordingly.

Suggested-by: Andreas Metzler &lt;ametzler@bebt.de&gt;
</content>
</entry>
<entry>
<title>debian: use fortified libc.</title>
<updated>2024-05-10T01:20:49Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-04-24T02:31:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=63880370c4ada1a8b824903684a0dd7299a68aeb'/>
<id>urn:sha1:63880370c4ada1a8b824903684a0dd7299a68aeb</id>
<content type='text'>
dpkg-buildflags() emits a number of var=val pairs, which specifically
set LDFLAGS. By turning on hardening, the value includes -z,now to
tell the linker to resolve all symbols at startup time, which is a
prerequisite for a read-only global offset table.

Suggested-by: lintian(1)
</content>
</entry>
<entry>
<title>debian: Update Standards-Version.</title>
<updated>2024-05-10T01:20:49Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-04-24T02:12:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=3ad6b53d608fb5e49a1c9348dbe7f45d4f66e54b'/>
<id>urn:sha1:3ad6b53d608fb5e49a1c9348dbe7f45d4f66e54b</id>
<content type='text'>
Scanning through the changes listed in

	/usr/share/doc/debian-policy/upgrading-checklist.txt.gz

(after installing the debian-policy package) indicated that lopsub
is compliant with the current standard.

Suggested-by: lintian(1)
</content>
</entry>
<entry>
<title>debian: Add missing Section header for liblopsub1t64.</title>
<updated>2024-05-10T01:20:49Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-04-24T02:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=43f40bafd299283122a14551c4ef8f79d564b631'/>
<id>urn:sha1:43f40bafd299283122a14551c4ef8f79d564b631</id>
<content type='text'>
Packages without explicit section header get libdevel, which is not
correct for liblopsub1t64.

Suggested-by: lintian(1)
</content>
</entry>
<entry>
<title>debian: Add symbols control file.</title>
<updated>2024-05-10T01:20:49Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-04-24T01:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/lopsub/commit/?id=1d98839a5cbc7857dc15c270fb5a17c48cc3ea7e'/>
<id>urn:sha1:1d98839a5cbc7857dc15c270fb5a17c48cc3ea7e</id>
<content type='text'>
This helps dpkg to generate more accurate library dependencies.

This initial version of the file was created with

	dpkg-gensymbols -pliblopsub1t64 -q
	sed -e 's/-1.1$//g' debian/tmp/DEBIAN/symbols &gt; debian/liblopsub1t64.symbols

The second line (the one which starts with the asterisk) was added
manually. This is the meta-information field used by dpkg-shlibdeps(1).

Suggested-by: lintian(1)
</content>
</entry>
</feed>
