2013-03-26 16:10:05 +00:00
|
|
|
#!/usr/bin/make -f
|
2013-11-30 10:42:47 +01:00
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
#export DH_OPTIONS=-v
|
2006-06-23 20:10:56 +00:00
|
|
|
|
2013-03-27 13:15:45 +00:00
|
|
|
%:
|
2013-11-30 10:42:47 +01:00
|
|
|
dh $@ --with python2
|
2010-03-10 09:45:30 +00:00
|
|
|
|
2013-11-30 10:42:47 +01:00
|
|
|
# Remove COPYING file (duplicates standard copyright)
|
|
|
|
override_dh_install:
|
|
|
|
dh_install
|
|
|
|
rm debian/gramps/usr/share/gramps/COPYING
|
2006-06-23 20:10:56 +00:00
|
|
|
|
2013-11-30 10:42:47 +01:00
|
|
|
# Test packager mode to avoid installing mime type
|
|
|
|
override_dh_auto_configure:
|
|
|
|
dh_auto_configure -- --enable-packager-mode
|