These scripts are helpers to manage debian packages with a Darcs repository. They need the real darcs-buildpackage, which you can find in Debian. Once darcs-buildpackage has been properly configured, you can use:
- dbp-build [build options] project version to build project at version version. It uses the DEBIAN and UPSTREAM version tags to export a build tree and then calls darcs-buildpackage to build that tree
- dbp-buildall [build options] file, where file is made of “package version” pairs (one pair on each line) does the same for each package specification in file
- dbp-load-cvs cvsroot module version exports the CVS module from cvsroot and imports it in the darcs-buildpackage environment using dbp-importorig. The package name used is the basename of module (if the module name is lib/mylib, the package name is mylib).
- dbp-retag project debian_version tags or retags the repositories related to project to match the Debian revision version. The script checks that no newer version has already been added to these repositories.