6918: try to limit lintian messages by merging Ross Gammon's work on Debian packaging

This commit is contained in:
Jérôme Rapinat
2013-11-30 10:42:47 +01:00
parent 188ad41592
commit f862478404
10 changed files with 187 additions and 278 deletions

15
debian/rules vendored
View File

@@ -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