# # # add_file "debian/monotone.manpages" # content [ed6d7f2b05011f1acc5a83164edd7c024b40a61a] # # add_file "debian/mtn.1" # content [f492970c31ff65477dcf51f7b7af336ec02023a4] # # patch "debian/changelog" # from [88701855cff971a47386006e3aa9c409752958eb] # to [45a5bdbc516169574a2f7d6d97f75bf26df60a9b] # # patch "debian/control" # from [1877f1fae495b005615549d26828b874c949b6c0] # to [ca3f0ede20944a3da228698f89b3d02f9a021550] # # patch "debian/rules" # from [a0dbfd3a2b0c5e913b2b6ce0d434b595e4d88a38] # to [de4544adfb428fd8812305e42720781f13eb0fc1] # # patch "debian/watch" # from [c01bea707b732c2662ea183bd2f0ff19b5e2c547] # to [598d45f1fba94d6e2bfb0688f6d38f9edf5e0a9f] # ============================================================ --- debian/monotone.manpages ed6d7f2b05011f1acc5a83164edd7c024b40a61a +++ debian/monotone.manpages ed6d7f2b05011f1acc5a83164edd7c024b40a61a @@ -0,0 +1 @@ +debian/mtn.1 ============================================================ --- debian/mtn.1 f492970c31ff65477dcf51f7b7af336ec02023a4 +++ debian/mtn.1 f492970c31ff65477dcf51f7b7af336ec02023a4 @@ -0,0 +1,330 @@ +.TH MTN 1 2007-06-09 monotone monotone +.SH NAME +mtn \- distributed version control system +.SH SYNOPSIS +\fBmtn\fP \fI[options] [parameters]\fP +.SH WARNING +.P +This manpage is not well-maintained; it is a summary of monotone's +capabilities, and probably contains inaccuracies. For the complete, +accurate manual, including tutorial, concepts, and full reference +documentation, please use \fBinfo monotone\fP or refer to +\fBhttp://monotone.ca/docs/\fP. (On Debian systems, a local copy of +the HTML manual is available in the \fBmonotone-doc\fP package as +\fB/usr/share/doc/monotone-doc/monotone.html\fP, along with a +printable PDF copy.) The developers will gratefully accept patches to +arrange that this manpage, the \fI--help\fP output, and the main +manual are kept in sync mechanically. +.SH DESCRIPTION +.P +Monotone is a version control system, which allows you to keep old +versions of files, as well as special \fImanifest files\fP which +describe the location of files in a tree. Unlike other systems, +versions in monotone are \fIidentified\fP by cryptographic hash, and +operations are authenticated by individual users' evaluating +cryptographic signatures on meta-data, rather than any central +authority. +.P +Monotone keeps a collection of versions in a single-file relational +database. It is essentially serverless, using network servers only as +untrusted communication facilities. A monotone database is a regular +file, which contains all the information needed to extract previous +versions of files, verify signatures, merge and modify versions, and +communicate with network servers. +.SH COMMANDS +.TP +\fBcomment\fP \fI\fP +Write a comment cert for a revision. +.TP +\fBapprove\fP \fI\fP +Make a "branch" cert approving of a revision's membership in a branch. +.TP +\fBdisapprove\fP \fI\fP +Disapprove of a revision, committing the inverse changes as as a +descendant of the disapproved revision. +.TP +\fBtag\fP \fI \fP +Put a symbolic tag cert on a revision. +.TP +\fBtestresult\fP \fI (0|1|true|false|yes|no|pass|fail)\fP +Indicate a passing or failing test result on a revision. +.TP +\fBdiff \fI[--revision= [--revision=] ] [...]\fP +Show diffs between workspace and database. +.TP +\fBstatus \fI[...]\fP +Show status of workspace. +.TP +\fBlog\fP \fI[id] \fP +Show historical log of revisions, starting from workspace +base revision, or \fI[id]\fP if given. +.TP +\fBcert\fP \fI [certval]\fP +Create a custom cert for a revision. Reads cert value +from stdin if no value given on command line. +.TP +\fBgenkey\fP \fI\fP +Generate an RSA key-pair and store it in the database. +.TP +\chkeypass\fP \fI\fP +Change passphrase of the private half of a key. +.TP +\fBlist certs\fP \fI\fP +List certs associated with revision. +.TP +\fBlist keys\fP \fI[partial-id]\fP +List keys matching glob, or list all keys if no glob given. +.TP +\fBlist branches\fP +List all branches. +.TP +\fBlist tags\fP +List all tags. +.TP +\fBlist vars \fI[]\fP +List all vars (possibly limited by domain). +.TP +\fBlist unknown \fI[\fP +Write file data packet to stdout. +.TP +\fBfdelta\fP \fI \fP +Write file delta packet to stdout. +.TP +\fBmdata\fP \fI\fP +Write manifest data packet to stdout. +.TP +\fBmdelta\fP \fI \fP +Write manifest delta packet to stdout. +.TP +\fBcerts\fP \fI\fP +Write revision cert packets to stdout. +.TP +\fBrdata\fP \fI\fP +Write revision data packet to stdout. +.TP +\fBprivkey\fP \fI\fP +Write private key packet to stdout. +.TP +\fBpubkey\fP \fI\fP +Write public key packet to stdout. +.TP +\fBread\fP \fI[ [ [...]]]\fP +Read packets from files or stdin. +.TP +\fBcvs_import\fP \fI/\fP +Import all versions in CVS module. Reconstructs revisions and converts +metadata to certificates. A private signing key must already exist in +the database. +.TP +\fBrcs_import\fP \fI ...\fP +Import all file versions in RCS files. Does not reconstruct revisions +across the entire tree. You do not want this command, it is for +debugging; use cvs_import. +.TP +\fBcheckout\fP \fI[--revision=revision-id]\fP \fI[]\fP +Check out revision from database. +.TP +\fBco\fP \fI[--revision=revision-id]\fP \fI[]\fP +Check out revision from database; an alias for \fBcheckout\fP. +.TP +\fBcat\fP \fI(file|manifest) \fP +Write file or manifest from database to stdout. +.TP +\fBheads\fP +Show unmerged heads of branch, or report when branch is merged. +.TP +\fBmerge\fP +Merge unmerged heads of branch. +.TP +\fBadd\fP \fI [...]\fP +Add files to workspace. adding a file does not copy it into the database, +merely adds it to the work list. You must \fBcommit\fP your changes in order +to copy added files to the database. +.TP +\fBdrop\fP \fI [...]\fP +Drop files from workspace. Files are not deleted from workspace, +merely noted as removals in the work list. +.TP +\fBrename\fP \fI \fI\fP +Rename files from \fI \fP to \fI \fP in workspace. +.TP +\fBcommit\fP \fI[(--message=|--message-file=)] [...]\fP +Commit workspace to database. Each commit has a changelog message +associated with it. If --message is provided on the command line, it +is used; if --message-file is provided, the content of the +named file will be used as a commit message. If the filename is '-' +the commit message will be read from standard input. Otherwise a log +message editor will be invoked. If the file _MTN/log exists +and is non-empty, its content is used to prefill the editor. You +cannot specify both --message and --message-file at the same time, and +if _MTN/log exists and is non-empty, you can cannot specify either of them +at all. +.TP +\fBupdate\fP \fI[revision-id]\fP +Update workspace. +.TP +\fBrefresh_inodeprints\fP +Turn on inodeprints mode, and force a cache refresh. +.TP +\fBpush\fP \fI[ []]\fP +Push contents of \fI\fP to database on \fI\fP. +.TP +\fBpull\fP \fI[ []]\fP +Push contents of \fI\fP from database on \fI\fP. +.TP +\fBsync\fP \fI \fP +Sync contents of \fI\fP with database on \fI\fP. +.TP +\fBserve\fP \fI[--pid-file=] [--bind=[][:]] [--exclude=]\fP +Serve contents of \fI\fP at network address \fI\fP, on the +port \fI\fP. If \fI\fP isn't given, 4691 is used. If a +--pid-file option is provided on the command line, monotone will store +the process id of the server in the specified file. +.TP +\fBset\fP \fI \fP +Set the db var \fI\fP in domain \fI\fP to value +\fI\fP. +.TP +\fBunset\fP \fI \fP +Delete any setting for db var \fI\fP in domain \fI\fP. +.TP +\fBautomate\fP \fI(interface_version|heads|ancestors|attributes|parents|descendents|children|graph|erase_ancestors|toposort|ancestry_difference|leaves|inventory|stdio|certs|select)\fP +Scripting interface. +.TP +\fBdb\fP \fI(init|info|version|dump|load|migrate|rebuild|execute|check)\fP +Manipulate database state. +.SH OPTIONS +.P +Command line options override environment variables and +settings in lua scripts (such as \fB.monotonerc\fP) +.TP +\fB--help\fP +Print help message. +.TP +\fB--debug\fP +Turn on debugging log on standard error stream. This is very +verbose. Default is to be silent, unless an error occurs, in which +case failure log is dumped. +.TP +\fB--quiet\fP +Turn off normal progress messages. +.TP +\fB--dump=\fP\fI\fP +Dump debugging log to \fIfile\fP on failure. +.TP +\fB--nostd\fP +Do not evaluate "standard" lua hooks compiled into \fBmonotone\fP. +.TP +\fB--norc\fP +Do not load lua hooks from user's \fB~/.monotonerc\fP file. +.TP +\fB--rcfile=\fP\fI\fP +Load extra lua hooks from \fIfile\fP (may be given multiple times). +.TP +\fB--db=\fP\fI\fP +Use database in \fIfile\fP. +.TP +\fB--key=\fP\fI\fP +Use \fIkeyid\fP for operations which produce RSA signatures. Default +is inferred from presence of unique private key in database. Can also +be customized on a per-branch basis with hook function +\fBget_branch_key(branchname)\fP. +.TP +\fB-k\fP \fI\fP +An alias for \fB--key=\fP\fI\fP +.TP +\fB--branch=\fP\fI\fP +Use \fIbranchname\fP for operations on a branch. Default is inferred +in operations on existing branches (commit, update, etc). +.TP +\fB-b\fP \fI\fP +An alias for \fB--branch=\fP\fI\fP +.TP +\fB--ticket=\fP\fIdot|count|none\fP +Use the given method to print tickers. The \fBcount\fP method prints +the count for each ticker on one line, incrementing the numbers in +place, while the \fBdot\fP method prints a continuous string of +characters (like some programs provide a progress line of dots). +\fBnone\fP prints nothing. The default is \fBcount\fP. +.TP +\fB--revision=\fP\fI\fP +Used to specify one or more revision ids to various commands. +.TP +\fB-r\fP \fI\fP +An alias for \fB--revision=\fP\fI\fP +.TP +\fB--message=\fI\fP +Use the given message as the changelog when committing a new revision +rather than invoking the log message editor. Currently this option only +applies to the commit command but it may also apply to the comment +command in the future. +This option is alternative to --message-file +.TP +\fB-m \fI\fP +An alias for \fB--message=\fI\fP +.TP +\fB--message-file=\fI\fP +Use the content of the given file as the changelog when committing a +new revision rather than invoking the log message editor. If the passed filename is '-' the changelog message will be read from standard input. +Currently this option only applies to the commit command but it may also apply +to the comment command in the future. +This option is alternative to --message. +.TP +\fB--author=\fI\fP +Use the given author as the value of the "author" cert when committing +a new revision, rather than the default author. Useful when +committing a patch on behalf of someone else, or when importing +history from another version control system. +.TP +\fB--date=\fI\fP +Use the given given date and time as value of the "date" cert when +committing a new revision, rather than the current time. Useful when +importing history from another version control system. +.TP +\fB--root=\fI\fP +Stop the search for a workspace (containing the _MTN directory) +at the specified root directory rather than at the physical root of the +filesystem. +.TP +\fB--xargs=\fI\fP +Inject the contents of the file in place among the command line +arguments. This may be useful in case the command line would +otherwise become too long for your system. This option can be used +more than once if needed. +.TP +\fB-@ \fI\fP +An alias for \fB--xargs=\fI\fP. +.SH ENVIRONMENT +.TP +\fBEDITOR\fP +Used to edit comments, log messages, etc. +.TP +\fBVISUAL\fP +Used in preference to \fBEDITOR\fP, if set. +.SH FILES +.TP +\fB$HOME/.monotonerc\fP +A lua script, used as a customization file. +.SH "SEE ALSO" +.P +http://monotone.ca/ +.SH BUGS +.P +see http://savannah.nongnu.org/bugs/?group=monotone +.SH AUTHOR +.P +graydon hoare ============================================================ --- debian/changelog 88701855cff971a47386006e3aa9c409752958eb +++ debian/changelog 45a5bdbc516169574a2f7d6d97f75bf26df60a9b @@ -1,15 +1,22 @@ -monotone (0.35-0.2) unstable; urgency=low +monotone (0.35-1) unstable; urgency=low [ Zack Weinberg ] - * Official NMU with permission of maintainer. - * New upstream release (Closes: #418213, #427845, #429832). - * Backport post-0.35 upstream fixes for boost 1.34 (Closes: #425907). - * Rebuild against new boost (Closes: #427687). + * New upstream release. (Closes: #418213, #427845, #429832) + * Backport post-0.35 upstream fixes for boost 1.34. (Closes: #425907) + * Rebuild against new boost. (Closes: #427687) * Drop tetex-bin as build-dep alternative. Add build-deps on all of - texinfo's suggested packages, to ensure docs build (Closes: #422936). + texinfo's suggested packages, to ensure docs build. (Closes: #422936) + * New Dutch template translation (Closes: #415496). + * Add build-dep on po-debconf to ensure correct construction of + monotone-server's templates file. + * Add a somewhat out-of-date, but better than nothing, manpage. + * Run the testsuite during the build. + * Simplify the rules file a bit. [ Richard Levitte ] - * Changed maintainer to the list dedicated for it. + * Package adopted by a team, presently Richard Levitte and Zack Weinberg, + with sponsorship by Ludovic Brenta. Thanks to Shaun for his work + to date. (Closes: #431797) -- Richard Levitte Mon, 09 Jul 2007 07:45:46 +0200 @@ -31,6 +38,19 @@ monotone (0.33-90.1) unstable; urgency=l -- Richard Levitte Sun, 25 Mar 2007 22:16:54 +0200 +monotone (0.33-3) unstable; urgency=low + + * Include the Japanese and Portuguese translations from 0.31-7 + and 0.31-8, which were accidentally omitted in 0.33-2. + + -- Shaun Jackman Sat, 7 Jul 2007 11:09:04 -0600 + +monotone (0.33-2) unstable; urgency=low + + * Upload to unstable. + + -- Shaun Jackman Thu, 5 Jul 2007 16:58:22 -0600 + monotone (0.33-1) experimental; urgency=low * New upstream release. @@ -172,7 +192,7 @@ monotone (0.28-1) unstable; urgency=low * New maintainer. * Add watch file. * Update policy to version 3.7.2.1. No changes necessary. - * Update the FSF address. + * Update the FSF address. -- Shaun Jackman Mon, 24 Jul 2006 10:44:56 -0600 ============================================================ --- debian/control 1877f1fae495b005615549d26828b874c949b6c0 +++ debian/control ca3f0ede20944a3da228698f89b3d02f9a021550 @@ -1,11 +1,12 @@ Maintainer: Debian Maintainers for Monot Source: monotone Section: devel Priority: optional Maintainer: Debian Maintainers for Monotone +Uploaders: Richard Levitte , Zack Weinberg , Ludovic Brenta Build-Depends: cdbs (>= 0.4.28), debhelper (>= 4.0.0), autotools-dev, libboost-filesystem-dev, libboost-regex-dev, libboost-dev, libz-dev Build-Depends-Indep: ps2eps, texlive-base, texlive-generic-recommended, - texlive-latex-base, texinfo, xpdf-utils + texlive-latex-base, texinfo, xpdf-utils, po-debconf Standards-Version: 3.7.2.2 Package: monotone ============================================================ --- debian/rules a0dbfd3a2b0c5e913b2b6ce0d434b595e4d88a38 +++ debian/rules de4544adfb428fd8812305e42720781f13eb0fc1 @@ -1,17 +1,15 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/buildcore.mk -include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk -#include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +DEB_MAKE_CHECK_TARGET = check +DEB_DH_INSTALLINIT_ARGS = --name=monotone -install/monotone:: - cp contrib/monotone.bash_completion debian/monotone/etc/bash_completion.d/monotone - -install/monotone-doc:: +build/monotone-doc:: make monotone.pdf +# dh_install cannot do this. +install/monotone:: + cp contrib/monotone.bash_completion \ + debian/monotone/etc/bash_completion.d/monotone -binary-install/monotone-server:: - dh_installinit --name=monotone - ============================================================ --- debian/watch c01bea707b732c2662ea183bd2f0ff19b5e2c547 +++ debian/watch 598d45f1fba94d6e2bfb0688f6d38f9edf5e0a9f @@ -1,2 +1,3 @@ version=3 version=3 +http://www.monotone.ca/downloads/([\d\.]+)/ \ + monotone-([\d\.]+)\.tar\.gz debian uupdate -http://www.monotone.ca/downloads/([\d\.]+)/ monotone-([\d\.]+)\.tar\.gz debian uupdate