6918: try to limit lintian messages by merging Ross Gammon's work on Debian packaging
This commit is contained in:
15
debian/rules
vendored
15
debian/rules
vendored
@@ -1,9 +1,16 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# This file was automatically generated by stdeb 0.6.0+git at
|
||||
# Sun, 31 Mar 2013 16:54:38 +0200
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
#export DH_OPTIONS=-v
|
||||
|
||||
%:
|
||||
dh $@ --with python2 --buildsystem=python_distutils
|
||||
dh $@ --with python2
|
||||
|
||||
# Remove COPYING file (duplicates standard copyright)
|
||||
override_dh_install:
|
||||
dh_install
|
||||
rm debian/gramps/usr/share/gramps/COPYING
|
||||
|
||||
# Test packager mode to avoid installing mime type
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --enable-packager-mode
|
||||
|
||||
Reference in New Issue
Block a user