#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with python2

override_dh_python2:
	dh_python2 /usr/lib/gedit/plugins/sourcecodebrowser
