|
|
@@ -193,9 +193,6 @@ apt: build build-doc
|
|
|
|
|
|
cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove
|
|
|
|
|
|
- # copy lintian override
|
|
|
- cp share/lintian-overrides debian/$@/usr/share/lintian/overrides/apt
|
|
|
-
|
|
|
# make rosetta happy and remove pot files in po/ (but leave stuff
|
|
|
# in po/domains/* untouched) and cp *.po into each domain dir
|
|
|
rm -f build/po/*.pot
|
|
|
@@ -205,6 +202,7 @@ apt: build build-doc
|
|
|
#mv debian/$@/usr/bin/apt-report-mirror-failure \
|
|
|
# debian/$@/usr/lib/apt/apt-report-mirror-failure \
|
|
|
|
|
|
+ dh_lintian -p$@
|
|
|
dh_installexamples -p$@ $(BLD)/docs/examples/*
|
|
|
dh_installman -p$@ $(wildcard $(patsubst %,doc/%.[158],$(apt_MANPAGES)) $(patsubst %,doc/*/%.*.[158],$(apt_MANPAGES)))
|
|
|
dh_installcron -p$@
|