summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:00:55 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:00:55 +0000
commit976bac7a74f967e8a9cb0927aef72536f85be0ed (patch)
tree63e7fc861351052933743caf294900aaf8337902 /debian
parent3413a48421e9a696f737d70a6f7ddea7abd3e586 (diff)
Remove stale references to doc installs in the apt package.
Author: doogie Date: 2003-02-12 14:28:03 GMT Remove stale references to doc installs in the apt package.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/postinst3
-rwxr-xr-xdebian/rules10
2 files changed, 1 insertions, 12 deletions
diff --git a/debian/postinst b/debian/postinst
index 917557647..085f15cd6 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -39,7 +39,4 @@ case "$1" in
else
check_apt_conf
fi
- if [ -f /usr/sbin/dhelp_parse ]; then
- /usr/sbin/dhelp_parse -a /usr/share/doc/apt
- fi
esac
diff --git a/debian/rules b/debian/rules
index 40f6087bb..0862ffbbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# Made with the aid of dh_make, by Craig Small
# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
# Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.46 2003/02/12 07:39:45 doogie Exp $
+# $Id: rules,v 1.47 2003/02/12 14:28:03 doogie Exp $
# LD_LIBRARY_PATH=pwd/debian/apt/usr/lib dh_shlibdeps -papt
# dpkg: /home/jgg/work/apt2/debian/apt/usr/lib/libapt-pkg.so.2.9 not found.
@@ -217,14 +217,6 @@ apt: build debian/shlibs.local
cp $(BLD)/scripts/dselect/* debian/apt/usr/lib/dpkg/methods/apt/
cp -r $(BLD)/locale debian/apt/usr/share/
- # Copy the guides
- dh_installdocs -p$@ $(BLD)/docs/guide*.text $(BLD)/docs/guide*.html \
- $(BLD)/docs/offline.text $(BLD)/docs/offline.html
-
- # One or the other..
- -cp -a debian/dhelp debian/apt/usr/doc/apt/.dhelp
- -cp -a debian/dhelp debian/apt/usr/share/doc/apt/.dhelp
-
# head -n 500 ChangeLog > debian/ChangeLog
dh_installexamples -p$@ $(BLD)/docs/examples/*