"git am" says:
Applying: debian: Decoupled ovs-vlan-test utility from main openvswitch
package.
/home/blp/db/.git/rebase-apply/patch:24: trailing whitespace.
debian/openvswitch-test.manpages \
/home/blp/db/.git/rebase-apply/patch:43: trailing whitespace.
detect connectivity or performance issues in Open vSwitch setups.
warning: 2 lines add whitespace errors.
The patch says that there is no newline at the end of debian/control.
Please add one. (I don't know what text editor you use. If it is
Emacs, then you can avoid errors like this by adding
(setq require-final-newline 'maybe)
to your .emacs file.)
It shouldn't be necessary to add openvswitch-test.dirs. Installing
ovs-vlan-test into /usr/bin should automatically create the /usr/bin
directory.
"lintian -i" says:
E: openvswitch-test: python-script-but-no-python-dep usr/bin/ovs-vlan-test
N:
N: Packages with Python scripts should depend on the package python. Those
N: with scripts that specify a specific version of Python must depend on
N: that version of Python (exactly).
N:
N: For example, if a script in the package uses #!/usr/bin/python, the
N: package needs a dependency on python. If a script uses
N: #!/usr/bin/python2.6, the package needs a dependency on python2.6. A
N: dependency on python (>= 2.6) is not correct, since later versions of
N: Python may not provide the /usr/bin/python2.6 binary.
N:
N: If you are using debhelper, adding ${python:Depends} to the Depends
N: field and ensuring dh_pysupport or dh_pycentral are run during the build
N: should take care of adding the correct dependency.
N:
N: In some cases a weaker relationship, such as Suggests or Recommends,
N: will be more appropriate.
N:
N: Severity: important, Certainty: certain
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev