view tests/test-check-debian.t @ 6138:d5759f574fd9

debian: mark build dependencies only needed for documentation This should allow building without installing these, by passing DEB_BUILD_OPTIONS=nodoc.
author Kim Alvefur <zash@zash.se>
date Fri, 07 Jan 2022 20:10:03 +0100
parents 56eb528820d7
children
line wrap: on
line source

#require test-repo

Enable obsolescence to avoid the warning issue when obsmarkers are found

  $ cat << EOF >> $HGRCPATH
  > [experimental]
  > evolution = all
  > EOF

  $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \
  > "$TESTDIR/../hgext3rd/evolve/metadata.py" "$TESTDIR/../debian/control"

  $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \
  > "$TESTDIR/../hgext3rd/topic/__init__.py" "$TESTDIR/../debian/control"