Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *-full, *-dbg: Add Provides | Patrick McDermott | 2020-08-03 | 2 | -0/+5 |
| | |||||
* | Add *-dbg to Conflicts and Replaces relationships | Patrick McDermott | 2020-08-03 | 3 | -4/+18 |
| | |||||
* | *-dev: Fix relationships with other *-dev packages | Patrick McDermott | 2020-08-03 | 2 | -2/+2 |
| | |||||
* | substvars: Use two hyphens for an en dash | Patrick McDermott | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | Fix substvars in package control files | Patrick McDermott | 2020-08-03 | 5 | -15/+15 |
| | |||||
* | build: Fix install_dbg target | Patrick McDermott | 2020-08-03 | 1 | -7/+19 |
| | | | | | | | | `[ x"$(variant)" != x'dbg' ] && oh-strip -d $(destdir)` returned non-zero (from the `[` command), so an if construct is better. oh-installfiles complained about leftover files, so remove all the development files. | ||||
* | Drop "SSL/" from package descriptions | Patrick McDermott | 2020-08-02 | 7 | -25/+25 |
| | | | | SSL is disabled, so it's not really an SSL/TLS library as configured. | ||||
* | Add -full* and -common packages, rename -dev | Patrick McDermott | 2020-08-02 | 11 | -13/+59 |
| | |||||
* | build: Build dbg variant | Patrick McDermott | 2020-08-02 | 1 | -12/+16 |
| | |||||
* | build: Build client and full variants | Patrick McDermott | 2020-08-02 | 1 | -24/+46 |
| | | | | TODO: Debugging symbols aren't installed right. | ||||
* | copyright: New file | Patrick McDermott | 2020-07-20 | 1 | -0/+35 |
| | |||||
* | Add binary packages | Patrick McDermott | 2020-07-20 | 9 | -0/+50 |
| | |||||
* | build: Update build system mtimes | Patrick McDermott | 2020-07-20 | 1 | -0/+2 |
| | | | | | | | Otherwise, make tries to rebuild everything with aclocal, autoconf, autoheader, and automake. Also, create a build stamp. | ||||
* | build: Fix permissions of build system | Patrick McDermott | 2020-07-20 | 1 | -0/+9 |
| | |||||
* | patches/01_autogen.patch: New patch | Patrick McDermott | 2020-07-20 | 1 | -0/+165406 |
| | |||||
* | build: Add build and install commands | Patrick McDermott | 2020-07-20 | 1 | -1/+16 |
| | |||||
* | Initial commit | Patrick McDermott | 2020-07-20 | 7 | -0/+70 |