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-unstable/patches/make-distclean.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-unstable/patches/make-distclean.patch')
-rw-r--r-- | packaging/Debian/debian-unstable/patches/make-distclean.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/packaging/Debian/debian-unstable/patches/make-distclean.patch b/packaging/Debian/debian-unstable/patches/make-distclean.patch deleted file mode 100644 index e859575290..0000000000 --- a/packaging/Debian/debian-unstable/patches/make-distclean.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -uNr samba-3.0.7.orig/source/Makefile.in samba-3.0.7/source/Makefile.in ---- samba-3.0.7.orig/source/Makefile.in 2004-10-25 10:06:08.000000000 -0700 -+++ samba-3.0.7/source/Makefile.in 2004-10-25 10:03:31.000000000 -0700 -@@ -1371,6 +1371,7 @@ - - python_clean: - @-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi -+ @-rm -rf build/ - - # revert to the previously installed version - revert: -@@ -1437,6 +1438,7 @@ - @rm -f include/proto.h include/build_env.h include/wrepld_proto.h \ - nsswitch/winbindd_proto.h web/swat_proto.h \ - client/client_proto.h utils/net_proto.h \ -+ utils/ntlm_auth_proto.h \ - smbd/build_options.c - - MKPROTO_SH = $(srcdir)/script/mkproto.sh -@@ -1512,6 +1514,7 @@ - - distclean: realclean - -rm -f include/stamp-h -+ -rm -f script/gen-8bit-gap.sh smbadduser - -rm -f include/config.h Makefile - -rm -f config.status config.cache so_locations - -rm -rf .deps TAGS |