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