Peter Pentchev: > [...] > > Well, here's what I'm about to do in the next upload of stunnel4: >
Hi, For the record, I am adding support for the nodoc profile directly in debhelper (for dh_installdocs it is already merged into master). Accordingly, you should not need the following: > ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) > override_dh_installdocs: > mkdir -p $(CURDIR)/debian/stunnel4/usr/share/doc/stunnel4 > install -c -o root -g root -m 644 $(CURDIR)/debian/copyright > $(CURDIR)/debian/stunnel4/usr/share/doc/stunnel4/ > endif > > Yep, I know, duplication of work and stuff, but it kind of works. > > G'luck, > Peter > But indeed, your example would be better than the original as it installs the copyright file. Thanks, ~Niels