1 2 3 4 5 6 7 8 9 10 11 12
|
# The variable DEB_VERSION_UPSTREAM is defined in debian/rules, so
# that these informational messages are false positives
octave source: dh-exec-subst-unknown-variable debian/octave-common.install DEB_VERSION_UPSTREAM
octave source: dh-exec-subst-unknown-variable debian/octave-common.links DEB_VERSION_UPSTREAM
# File oct-gperf.h, which is autogenerated with gperf, is included in
# the upstream tarball on purpose
octave source: source-contains-autogenerated-gperf-data libinterp/parse-tree/oct-gperf.h
# File octave.jar is included in the upstream tarball on purpose
# (through EXTRA_DIST)
octave source: source-contains-prebuilt-java-object scripts/java/octave.jar
|