don't fix bugs at 5am...

This commit is contained in:
Emilio Pozuelo Monfort
2010-11-16 09:32:25 +00:00
parent b82b5c1cc2
commit d25fcbcf64

4
debian/rules vendored
View File

@ -271,10 +271,10 @@ binary-indep: build $(maybe_check) install $(call dh_subst_files,$(BINARY_INDEP_
# do not merge the calls: dh_installdocs will only install some files
# in the first package
dh_installdocs -p$(COMMON_PKG) $(DH_INSTALLDOCS_FILES)
dh_installdocs -p$(DOC_PKG) -X.in $(DH_INSTALLDOCS_FILES)
dh_installdocs -p$(DOC_PKG) $(DH_INSTALLDOCS_FILES)
# install copyright in all packages; the -p is for the special behavior
# of dh_installdocs (ship README.Debian etc. in the first package)
dh_installdocs -p$(COMMON_PKG) -i
dh_installdocs -p$(COMMON_PKG) -i -X.in
dh_installman -i
dh_link -i
dh_compress -i -X.sgml -X.devhelp