Kip

Results 161 comments of Kip

@dennisjenkins75, finished first iteration of maintainer scripts. I'll try to do some testing tomorrow. If everything works, I'll submit the merge request ASAP.

First version of Debianization nearly complete. Update shortly.

Is everyone comfortable with the following build flags? ``` cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DPISTACHE_BUILD_EXAMPLES=true -DPISTACHE_BUILD_TESTS=true -DPISTACHE_BUILD_DOCS=false -DPISTACHE_USE_SSL=true -DCMAKE_INSTALL_PREFIX=/usr $(SOURCE_DIR) ``` I'll enable PISTACHE_BUILD_DOCS if someone can tell me which...

I've pushed the first unstable packages [here](https://launchpad.net/~kip/+archive/ubuntu/pistache-unstable). Right now Launchpad looks like it is [lagging behind](https://twitter.com/launchpadstatus/status/1113042990228963328), so hopefully the packages will be build by tomorrow morning. When we are ready...

Ok, I've made the relevant changes to README.md in my PR.

Ok @dennisjenkins75, we should be ready to roll. Packages successfully pushed and built for i386 and amd64. Merge at your leisure.

I just pushed for disco this morning into unstable. Packages built successfully for i386 and amd64.

So as it turns out RFS (request for sponsorship) is not the same as RFP (request for packaging). My bad. I've just [submitted](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929593) the latter.

> Hello, > I'm an official Debian developer, and even if I'm by far no Debian God, I think that your packaging is very very decent. I'd delay my final...

Thanks @Tachi107. Try adding them to `debian/control`'s `Build-Depends`, enable the flag in the build environment, run it through `autopkgtest` and verify that it actually builds and installs them. Although it...