summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)Author
2009-03-01moved set -e from the shebang line to an explicit setting in maintainer ↵Daniel Kahn Gillmor
scripts to pacify lintian --pedantic.
2009-03-01include bug number for fixing transition script issues.Daniel Kahn Gillmor
2009-03-01touching up changelog; switch ${shlibs:Depends} to ${misc:Depends} to ↵Daniel Kahn Gillmor
mollify lintian.
2009-03-01use 'which' instead of 'type' in postrm, so lintian doesn't complain.Jameson Graef Rollins
2009-03-01debian packaging overhaul.Daniel Kahn Gillmor
2009-02-28work on maintainer scripts:Jameson Graef Rollins
- remove preinst and prerm because they were empty - put everything in postint into 'config' argument, since that's really what it is - make sure deletion of monkeysphere user is correct, based on what we found here: http://wiki.debian.org/AccountHandlingInMaintainerScripts
2009-02-22Fix how version number is saved/retrieved. Version is now stored inJameson Graef Rollins
VERSION file, which is created in the tarball target. This is then installed at /usr/share/monkeysphere/VERSION, and cat'ed when the version number is requested by the front-end ui. No more manual setting of version number required (to avoid future problems, aka "0.23.1"). This system is also more flexible, as the VERSION file could potentially hold more info than just the release number.
2009-02-21preparing for stupid brown paper bag 0.23.1 release.Daniel Kahn Gillmor
2009-02-21updating the changelog.Daniel Kahn Gillmor
2009-02-21fixing up some documentation, including version notes in getting started.Daniel Kahn Gillmor
2009-02-20Add "true" to prerm script so that lintian will stop complaining thatJameson Graef Rollins
the script is empty. also small doc tweaks.
2009-02-20clean up 0.23 changelog entryDaniel Kahn Gillmor
2009-02-19The monkeysphere {import,gen}_subkey functions were not up-to-date.Jameson Graef Rollins
did a lot of work to bring them up-to-date, and better handle argument checking. also updated man page, changelog, and tests/basic.
2009-02-19fix call to transition script in postinst script, and fix lintian error ↵Jameson Graef Rollins
about transitions README
2009-02-19added notes about transition to debian/changelogDaniel Kahn Gillmor
2009-02-19making clearer comments in the transition script, invoking from postinst for ↵Daniel Kahn Gillmor
debian.
2009-02-18added debian/NEWS file so that early adopters are appraised of the changes.Daniel Kahn Gillmor
2009-02-17fix ma so that the setup command is folded into the other commands, soJameson Graef Rollins
it's never needed to be run manually, and can therefore be supressed in the usage/documentation. Also, add setup to the postinst script so that it's setup on installation. Also add pipefail to ma, and try to supress unnecessary gpg output, and redirect other to log debug.
2009-02-15fix the publish_key function for new gpg_sphere.Jameson Graef Rollins
2009-01-31packaging/debian: add some transition stuff to the preinst scriptJameson Graef Rollins
2009-01-31remove things i think will no longer be needed from the debian packaging ↵Jameson Graef Rollins
scripts.
2009-01-31fix makefile, and remove now-unneeded dirs in debian packagingJameson Graef Rollins
2009-01-31update debian changelog with plans for 0.23 release.Daniel Kahn Gillmor
2009-01-31updating Makefile and debian dependencies.Daniel Kahn Gillmor
2008-12-30clean up option parsing and key checking in gen_key function,Jameson Graef Rollins
including adding checking for validity of existing authentication subkeys.
2008-12-28added version output optionJameson Graef Rollins
2008-12-26updating freebsd patch to allow monkeysphere-ssh-proxycommand to work (path ↵Daniel Kahn Gillmor
updates).
2008-12-26updating freebsd port information for version 0.22Daniel Kahn Gillmor
2008-12-16get rid of getopts.Jameson Graef Rollins
add checks for root user, and better checking of presence of host key.
2008-11-30add new check_host_keyring function for better checks for theJameson Graef Rollins
existence of a host private key for functions that require it to be there.
2008-11-280.22 release preperation.Jameson Graef Rollins
2008-11-25Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-11-25fixing dependency information -- should be procmail, not procfile.Daniel Kahn Gillmor
2008-11-22Add attempt at rpm packaging.Jameson Graef Rollins
2008-11-17update changelog.Jameson Graef Rollins
2008-11-16Merge commit 'dkg/master'Jameson Graef Rollins
Conflicts: packaging/debian/changelog
2008-11-16added some useful output to the ssh-proxycommand for "marginal" casesJameson Graef Rollins
where keys are found for host but do not have full validity. this uses ssh-keyscan to pull the key for the host in question, check this key against the keys against those found via gpg, and output some useful information about the one that matches.
2008-11-16making the "upstream version" end in ~pre so that test packages created ↵Daniel Kahn Gillmor
before the release will upgrade properly when the official 0.22 gets released.
2008-11-16update debian/changelog.Daniel Kahn Gillmor
2008-11-15Added info log output when a new key is added to known_hosts file.Jameson Graef Rollins
2008-11-15/var/lib/monkeysphere will get taken care of by debhelper appropriately. ↵Daniel Kahn Gillmor
Leave it alone.
2008-11-15do not fail in postrm if /var/lib/monkeysphere is already wiped.Daniel Kahn Gillmor
2008-11-15debian packaging: removing unnecessary error masking in {pre,post}rmDaniel Kahn Gillmor
2008-11-15really fixing prermDaniel Kahn Gillmor
2008-11-15make sure we clean up /var/lib/monkeysphere during prerm.Daniel Kahn Gillmor
2008-11-15reformat changelogMicah Anderson
2008-11-15add close ITP bug to changelogJameson Graef Rollins
2008-11-15add prerm script, and add debhelper lines to other install scripts.Jameson Graef Rollins
2008-11-15move debian packaging to the packaging/ subdirectory.Jameson Graef Rollins
2008-11-09include the gnupg config files in FreeBSD port.Daniel Kahn Gillmor