diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-06-12 02:55:26 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-06-12 14:15:08 +0200 |
commit | ba4a047b360c14587430d9bca6c7bf3a88445d6a (patch) | |
tree | 143d4c24232c41b93598331ec708e54b32e4948a /packaging/Debian/debian-sarge/patches/installswat.sh.patch | |
parent | c418af2456d6c1ac18a8e31fa5ad808b572d1378 (diff) | |
download | samba-ba4a047b360c14587430d9bca6c7bf3a88445d6a.tar.gz samba-ba4a047b360c14587430d9bca6c7bf3a88445d6a.tar.bz2 samba-ba4a047b360c14587430d9bca6c7bf3a88445d6a.zip |
packaging/Debian: Remove outdated Debian package sources and instead refer to
Debian.org and SerNet packages.
Diffstat (limited to 'packaging/Debian/debian-sarge/patches/installswat.sh.patch')
-rw-r--r-- | packaging/Debian/debian-sarge/patches/installswat.sh.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packaging/Debian/debian-sarge/patches/installswat.sh.patch b/packaging/Debian/debian-sarge/patches/installswat.sh.patch deleted file mode 100644 index 81e3dcd444..0000000000 --- a/packaging/Debian/debian-sarge/patches/installswat.sh.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- samba-3.0.1/source/script/installswat.sh.orig 2004-01-13 13:43:42.000000000 -0500 -+++ samba-3.0.1/source/script/installswat.sh 2004-01-13 12:56:49.000000000 -0500 -@@ -114,7 +114,11 @@ - - # Install Using Samba book (but only if it is there) - --if [ "x$BOOKDIR" != "x" -a -f $SRCDIR../docs/htmldocs/using_samba/toc.html ]; then -+# Under Debian we don't actually install the book. The book is part of -+# the samba-doc package, so we just provide a symlink that points to -+# where the book is actually installed. The symlink is created in -+# debian/rules. -+if /bin/false; then - - # Create directories - |