#!/bin/sh
diff debian/tmp/listwith debian/tmp/listwithout \
	| grep '^<' | cut -d' ' -f1 --complement \
	| sed "s,^\(.*\)/.*$,with& usr/share/php\1,"
echo debian/pkg-php-tools/pear-channels usr/share/pkg-php-tools/overrides
