Bug#865869: debhelper: Don't run dh_installdocs if nodoc is specified in DEB_BUILD_OPTIONS

2017-06-28 Thread Niels Thykier
On Sun, 25 Jun 2017 13:31:40 +0100 Chris Lamb wrote: > Package: debhelper > Version: 10.2.5 > Severity: wishlist > > Hi, > > I just added the following to the python-django packaging's debian/rules > file: > > ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) >

Bug#865869: debhelper: Don't run dh_installdocs if nodoc is specified in DEB_BUILD_OPTIONS

2017-06-25 Thread Chris Lamb
Package: debhelper Version: 10.2.5 Severity: wishlist Hi, I just added the following to the python-django packaging's debian/rules file: ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) override_dh_installdocs: endif Wouldn't it make more sense for debhelper to do this by default? I