X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/74a05226eff7041cd8f2380fe599862d350a1ac3..7230ad48a5c7766281c824c7373ecc8900e25995:/debian/rules diff --git a/debian/rules b/debian/rules index 3bc9f53d9..94e3e2216 100755 --- a/debian/rules +++ b/debian/rules @@ -209,7 +209,7 @@ apt: build debian/shlibs.local cp debian/bugscript debian/$@/usr/share/bug/apt/script - cp share/ubuntu-archive.gpg debian/$@/usr/share/$@ + cp share/debian-archive.gpg debian/$@/usr/share/$@ # head -n 500 ChangeLog > debian/ChangeLog @@ -269,6 +269,7 @@ apt-utils: build debian/shlibs.local cp $(addprefix $(BLD)/bin/apt-,$(APT_UTILS)) debian/$@/usr/bin/ dh_installdocs -p$@ + dh_installexamples -p$@ # Install the man pages.. dh_installman -p$@