#!/bin/sh
set -C -e -f -u -v

# debian/dfsg_cleaner: remove parts of pristine upstream tarball not
# embedded in the DFSG tarball. This script is used when merging a new
# upstream version into the dfsg_clean git branch.

# See debian/copyright for the motivation of these removals.

git rm --force -r --ignore-unmatch -- \
  build.in/portableapps \
  build.in/winpenpack \
  dist.in \
  extension/macos \
  i18n.in/messages.pot \
  taskcoachlib/bin.in \
  taskcoachlib/thirdparty/combotreebox.py \
  tests/disttests/win32/sendinput/sendinput.pyd \
  thirdparty/SquareMap-*.tar.gz \
  thirdparty/aui-*.tar.gz \
  thirdparty/chardet-*.tar.gz \
  thirdparty/keyring-*.tar.gz \
  thirdparty/pyparsing-*.tar.gz \
  thirdparty/python-dateutil-*.tar.gz \
  thirdparty/pyxdg-*.tar.gz \
  tools/webchecker.py \
  website.in
