GNOME Bugzilla – Bug 677429
Release Folks 0.7.1
Last modified: 2012-06-15 14:46:17 UTC
Created attachment 215601 [details] [review] Fix release bugs on the way to 0.7.1. Squashed patch from branch: http://cgit.collabora.com/git/user/treitter/folks.git/log/?h=release-0.7.1 I spent today putting out a ton of little fires in the way of our next release. Unfortunately, bug #677428 is blocking us, and I'm way over-budget for my Folks time this week. So, I'm posting the work-in-progress here for someone else to pick up.
Here make distcheck fails unless I enable all the backends. Is that expected, or should distcheck be made to not worry about disabled backends (tracker in my current attempt)?
(In reply to comment #1) > Here make distcheck fails unless I enable all the backends. Is that expected, > or should distcheck be made to not worry about disabled backends (tracker in my > current attempt)? All backends have to be enabled for distcheck, or the C sources for those backends won’t be built (and thus won’t be in the tarball) iirc.
You might also want to try adding all the --enable-*-backend flags, etc. in Makefile.am:DISTCHECK_CONFIGURE_FLAGS I vaguely recall trying that and it failing though (which might explain why they're not already there), but that's really what we should be enforcing during a release distcheck.
Comment on attachment 215601 [details] [review] Fix release bugs on the way to 0.7.1. Squashed patch from branch: http://cgit.collabora.com/git/user/treitter/folks.git/log/?h=release-0.7.1 Jeremy updated and committed all this.