aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2017-06-13Revert all previous changesSteve Kemp
2017-06-13Final attempt to handle `setup.rb`.Steve Kemp
2017-06-13Updated to avoid Ruby 1.8-specific file.Steve Kemp
Rather than referring to `/usr/lib/ruby/1.8/setup.rb` I've updated to use `/usr/lib/ruby/vendor_ruby/setup.rb` (which comes from the `ruby-setup` package.
2017-03-20Revert "Strip out debian metadata"Patrick J Cherry
This reverts commit 4d9ca84e57dad6746eb0882b91171ccd69298807.
2015-03-31Strip out debian metadataAlex Young
2011-10-04Updated makefile to be bettererPatrick J Cherry
2011-08-02Added ruby-protobuf package builder for OpenBSD (ugh)Patrick J Cherry
2011-08-02Added OpenBSD tarball building.Patrick J Cherry
2011-07-20Updated mauvesend to allow an absolute time to be specified.Patrick J Cherry
--HG-- rename : bin/mauveclient => bin/mauvesend
2011-07-15 * Upped the version to 3.1.0.Patrick J Cherry
* Added a Mauve::VERSION constant * Updated manpages, and help to be better.
2011-07-13 Big commitPatrick J Cherry
* Added manpages for all binaries * Added log-reopening for mauvealert-server, and logrotate snippet * mauveserver now adds a user on install, and runs as that user * Big logging tidy-up * Alert subjects are only overwritten by the source, when the subject in the databse is empty * Removed various attr_writer methods that were being redifined * Added a notes box to the acknowledge form, but this doesn't work yet
2011-07-08Missed makefile earlier.Patrick J Cherry