Package: ori / 0.8.1+ds1-3

Metadata

Package Version Patches format
ori 0.8.1+ds1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
scons clean without configuring.patch | (download)

SConstruct | 357 179 + 178 - 0 !
1 file changed, 179 insertions(+), 178 deletions(-)

 allow scons to execute clean without configuring
 Scons was checking for dependencies even for just executing the clean
 target, which is unnecessary. This causes problems when building with
 pbuilder since the clean target is executed before entering the chroot--
 that is, before the build-depends are available. This patch applies
 the workaround described at
 http://www.scons.org/doc/1.2.0/HTML/scons-user/x4105.html
spelling corrections.patch | (download)

ori/cmd_addkey.cc | 2 1 + 1 - 0 !
ori/cmd_purgesnapshot.cc | 2 1 + 1 - 0 !
ori/cmd_setkey.cc | 2 1 + 1 - 0 !
oridbg/cmd_addkey.cc | 2 1 + 1 - 0 !
oridbg/cmd_purgeobj.cc | 2 1 + 1 - 0 !
oridbg/cmd_purgesnapshot.cc | 2 1 + 1 - 0 !
oridbg/cmd_refcount.cc | 2 1 + 1 - 0 !
oridbg/cmd_setkey.cc | 2 1 + 1 - 0 !
orilocal/cmd_addkey.cc | 2 1 + 1 - 0 !
orilocal/cmd_purgesnapshot.cc | 2 1 + 1 - 0 !
orilocal/cmd_setkey.cc | 2 1 + 1 - 0 !
orisync/cmd_add.cc | 2 1 + 1 - 0 !
orisync/cmd_hostadd.cc | 2 1 + 1 - 0 !
orisync/cmd_hostremove.cc | 2 1 + 1 - 0 !
orisync/cmd_remove.cc | 2 1 + 1 - 0 !
15 files changed, 15 insertions(+), 15 deletions(-)

 fix spelling errors
escape nroff minus signs.patch | (download)

docs/ori.1 | 8 4 + 4 - 0 !
docs/oridbg.1 | 2 1 + 1 - 0 !
docs/orifs.1 | 16 8 + 8 - 0 !
3 files changed, 13 insertions(+), 13 deletions(-)

 escape "-" in manpages to represent minus sign for program options
verbose testing.patch | (download)

runtests.sh | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 print test output to main build log
fix binary reference.patch | (download)

scripts/repo_init.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix reference to built binary
 The top-level tests directory defines environment variables to use to call
 the built executables. One of those names was hard-coded when it should
 have been called from the variable
ignore missing file.patch | (download)

runtests_prep.sh | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 ignore missing test sample file
 To test file syncing, the tests use some sample files. One of these
 is an archive that is not shipped with the package. We cannot download
 it either, so just exclude it from the tests.
configure for autopkgtest.patch | (download)

runtests.sh | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 configure tests to work from autopktest
 Define the temporary directory to be ${ADTTMP} and
 use binaries from the PATH rather than from the built
 source tree.