summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubulle <bubulle@alioth.debian.org>2007-04-25 21:17:24 +0000
committerbubulle <bubulle@alioth.debian.org>2007-04-25 21:17:24 +0000
commitc51ffb5fc88d7f01f04051c80745a22b768b3a07 (patch)
tree2049e226866d759b670c006251362e6ca04e6286
parent6e4a74ac829001343595189a0476e7166519554b (diff)
downloadsamba-c51ffb5fc88d7f01f04051c80745a22b768b3a07.tar.gz
Comment all patches
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@1343 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rw-r--r--debian/patches/README_nosmbldap-tools.patch8
-rw-r--r--debian/patches/VERSION.patch8
-rw-r--r--debian/patches/adapt_machine_creation_script.patch3
-rw-r--r--debian/patches/autoconf.patch10
-rw-r--r--debian/patches/documentation.patch8
-rw-r--r--debian/patches/fhs.patch17
-rw-r--r--debian/patches/installswat.sh.patch8
-rw-r--r--debian/patches/make-distclean.patch8
-rw-r--r--debian/patches/nmbd-signalling.patch8
-rw-r--r--debian/patches/non-linux-ports.patch9
-rw-r--r--debian/patches/pam-examples.patch8
-rw-r--r--debian/patches/python-examples.patch8
-rw-r--r--debian/patches/samba.patch11
-rw-r--r--debian/patches/smbclient-pager.patch8
-rw-r--r--debian/patches/smbmount-mtab-flags.patch8
-rw-r--r--debian/patches/smbmount-nomtab.patch9
-rw-r--r--debian/patches/smbmount-unix-caps.patch8
-rw-r--r--debian/patches/smbstatus-locking.patch8
-rw-r--r--debian/patches/undefined-symbols.patch10
19 files changed, 165 insertions, 0 deletions
diff --git a/debian/patches/README_nosmbldap-tools.patch b/debian/patches/README_nosmbldap-tools.patch
index eb75419cc0..b7ac397228 100644
--- a/debian/patches/README_nosmbldap-tools.patch
+++ b/debian/patches/README_nosmbldap-tools.patch
@@ -1,3 +1,11 @@
+Goal: Amend the LDAP/README example as smbldap-tools are packaged separately
+
+Fixes: #341934
+
+Status wrt upstream: Debian specific
+
+Note:
+
Index: samba-3.0.25rc2/examples/LDAP/README
===================================================================
--- samba-3.0.25rc2.orig/examples/LDAP/README 2007-04-24 11:07:00.794075484 +0200
diff --git a/debian/patches/VERSION.patch b/debian/patches/VERSION.patch
index cc420e8bad..16313766d1 100644
--- a/debian/patches/VERSION.patch
+++ b/debian/patches/VERSION.patch
@@ -1,3 +1,11 @@
+Goal: Add "Debian" as vendor suffix
+
+Fixes: nothing
+
+Status wrt upstream: Debian specific
+
+Note: Should be kept
+
Index: samba-3.0.25rc2/source/VERSION
===================================================================
--- samba-3.0.25rc2.orig/source/VERSION 2007-04-24 11:06:59.962042371 +0200
diff --git a/debian/patches/adapt_machine_creation_script.patch b/debian/patches/adapt_machine_creation_script.patch
index 35c6c42325..db5ac56549 100644
--- a/debian/patches/adapt_machine_creation_script.patch
+++ b/debian/patches/adapt_machine_creation_script.patch
@@ -1,8 +1,11 @@
Goal: Adapt example script to Debian
+
Fixes: #346234
Status wrt upstream: Debian specific
+Note:
+
Index: samba-3.0.25rc2/docs/manpages/smb.conf.5
===================================================================
--- samba-3.0.25rc2.orig/docs/manpages/smb.conf.5 2007-04-24 11:06:59.846037741 +0200
diff --git a/debian/patches/autoconf.patch b/debian/patches/autoconf.patch
index 378f0c3b61..5264cfb27d 100644
--- a/debian/patches/autoconf.patch
+++ b/debian/patches/autoconf.patch
@@ -1,3 +1,13 @@
+Goal: move changes to autogenerated files into their own patch now that we've
+ lost the script that was calling autogen.sh for us; this also helps
+ make debian/rules clean just a little bit cleaner.
+
+Fixes: no specific bug
+
+Status wrt upstream: Debian specific
+
+Note:
+
Index: samba-3.0.24.test/source/configure
===================================================================
--- samba-3.0.24.test.orig/source/configure 2007-02-05 05:38:49.843453286 +0100
diff --git a/debian/patches/documentation.patch b/debian/patches/documentation.patch
index 05d58be8aa..6f6a1c5748 100644
--- a/debian/patches/documentation.patch
+++ b/debian/patches/documentation.patch
@@ -1,3 +1,11 @@
+Goal: Remove documentation parts that do not apply to Debian
+
+Fixes: ?
+
+Status wrt upstream: Debian specific
+
+Note: Some part should maybe go in the FHS patch
+
Index: samba-3.0.25rc2/docs/manpages/swat.8
===================================================================
--- samba-3.0.25rc2.orig/docs/manpages/swat.8 2007-04-24 11:07:02.502143220 +0200
diff --git a/debian/patches/fhs.patch b/debian/patches/fhs.patch
index e99b4bf342..38674f639e 100644
--- a/debian/patches/fhs.patch
+++ b/debian/patches/fhs.patch
@@ -1,3 +1,20 @@
+Goal: Better respect FHS
+
+Fixes: #49011
+
+Status wrt upstream: Should be forwarded upstream (good luck..:-))
+
+Note: Use dedicated directories for:
+ - discardable cache data (/var/cache/samba):
+ browse.dat, printers.tbd, <printer>.tdb
+ - non discardable state data:
+ all TDB files that may need to be backed up
+ - shared data (/usr/share/samba):
+ codepage stuff
+
+ That patch may need some work to check that files still go where they should go
+ It also needs work to be cleaner wrt people who want to run multiple instances of samba
+
Index: samba-3.0.25rc2/source/Makefile.in
===================================================================
--- samba-3.0.25rc2.orig/source/Makefile.in 2007-04-24 11:07:02.194131035 +0200
diff --git a/debian/patches/installswat.sh.patch b/debian/patches/installswat.sh.patch
index 8c5006a9bc..f3b8cfd872 100644
--- a/debian/patches/installswat.sh.patch
+++ b/debian/patches/installswat.sh.patch
@@ -1,3 +1,11 @@
+Goal: Do not install the Using Samba book when installing SWAT
+
+Fixes:
+
+Status wrt upstream: Debian specific
+
+Note:
+
Index: samba-3.0.25rc2/source/script/installswat.sh
===================================================================
--- samba-3.0.25rc2.orig/source/script/installswat.sh 2007-04-24 11:07:01.214092173 +0200
diff --git a/debian/patches/make-distclean.patch b/debian/patches/make-distclean.patch
index 3393540537..b1b77d4fac 100644
--- a/debian/patches/make-distclean.patch
+++ b/debian/patches/make-distclean.patch
@@ -1,3 +1,11 @@
+Goal: add some missing files to the distclean target in source/Makefile.in
+
+Fixes: #276203 (mostly)
+
+Status wrt upstream: Should be forwarded upstream
+
+Note:
+
Index: samba-3.0.25rc2/source/Makefile.in
===================================================================
--- samba-3.0.25rc2.orig/source/Makefile.in 2007-04-24 11:07:47.427810099 +0200
diff --git a/debian/patches/nmbd-signalling.patch b/debian/patches/nmbd-signalling.patch
index 0a9c60c40c..61217b25f8 100644
--- a/debian/patches/nmbd-signalling.patch
+++ b/debian/patches/nmbd-signalling.patch
@@ -1,3 +1,11 @@
+Goal: Unknown
+
+Fixes: ?
+
+Status wrt upstream: No apparent reason for not being forwarded upstream
+
+Note:
+
Index: samba-3.0.25rc2/source/nmbd/nmbd_subnetdb.c
===================================================================
--- samba-3.0.25rc2.orig/source/nmbd/nmbd_subnetdb.c 2007-04-24 11:07:01.050085666 +0200
diff --git a/debian/patches/non-linux-ports.patch b/debian/patches/non-linux-ports.patch
index 820eeb2bb3..163a25b0ba 100644
--- a/debian/patches/non-linux-ports.patch
+++ b/debian/patches/non-linux-ports.patch
@@ -1,3 +1,12 @@
+Goal: Support non Linux ports
+
+Fixes: 266693
+
+Status wrt upstream: Should be forwarded
+
+Note: Upstream would probably welcome patches allowing to build on new architectures.
+ As this patch is the most often broken by new upstream releases, everybody would benefit from it.
+
Index: samba-3.0.25rc2/source/configure.in
===================================================================
--- samba-3.0.25rc2.orig/source/configure.in 2007-04-24 11:07:47.435810377 +0200
diff --git a/debian/patches/pam-examples.patch b/debian/patches/pam-examples.patch
index 577a0f8e08..dfee9486e5 100644
--- a/debian/patches/pam-examples.patch
+++ b/debian/patches/pam-examples.patch
@@ -1,3 +1,11 @@
+Goal: The pam_smbpass examples are not in samples/ but examples/
+
+Fixes: ?
+
+Status wrt upstream: Debian specific
+
+Note:
+
Index: samba-3.0.25rc2/source/pam_smbpass/README
===================================================================
--- samba-3.0.25rc2.orig/source/pam_smbpass/README 2007-04-24 11:07:00.878078827 +0200
diff --git a/debian/patches/python-examples.patch b/debian/patches/python-examples.patch
index 7a4209362e..37e7217c8b 100644
--- a/debian/patches/python-examples.patch
+++ b/debian/patches/python-examples.patch
@@ -1,3 +1,11 @@
+Goal: Do not hardcode the Python version in examples
+
+Fixes: #380939?
+
+Status wrt upstream: Should be reported
+
+Note: Probably other vendors would benefit from examples not hardcoding the Python version
+
Index: samba-3.0.25rc1/source/python/examples/tdbpack/tdbtimetrial.py
===================================================================
--- samba-3.0.25rc1.orig/source/python/examples/tdbpack/tdbtimetrial.py 2007-04-10 10:00:40.790383582 +0200
diff --git a/debian/patches/samba.patch b/debian/patches/samba.patch
index a2231a8dfe..bfa5e9a0e7 100644
--- a/debian/patches/samba.patch
+++ b/debian/patches/samba.patch
@@ -1,3 +1,14 @@
+Goal: Seems to be multiple:
+ - chunk 1: ?
+ - chunk 2: ?
+ - chunk 3: installing smbmount and smbumount is done The Debian Way in debian/rules
+
+Fixes: ?
+
+Status wrt upstream: Chunk 3 is Debian specific. Not sure for chunks 1 and 2
+
+Note:
+
Index: samba-3.0.25rc2/source/client/smbmount.c
===================================================================
--- samba-3.0.25rc2.orig/source/client/smbmount.c 2007-04-24 11:07:00.702071823 +0200
diff --git a/debian/patches/smbclient-pager.patch b/debian/patches/smbclient-pager.patch
index f280ed77aa..a89abd2f14 100644
--- a/debian/patches/smbclient-pager.patch
+++ b/debian/patches/smbclient-pager.patch
@@ -1,3 +1,11 @@
+Goal: Use the pager alternative as pager is PAGER is undefined
+
+Fixes: ?
+
+Status wrt upstream: Debian specific
+
+Note:
+
Index: samba-3.0.25rc2/source/include/local.h
===================================================================
--- samba-3.0.25rc2.orig/source/include/local.h 2007-04-24 11:07:00.526064819 +0200
diff --git a/debian/patches/smbmount-mtab-flags.patch b/debian/patches/smbmount-mtab-flags.patch
index b6cf51b38a..5cac43e8e4 100644
--- a/debian/patches/smbmount-mtab-flags.patch
+++ b/debian/patches/smbmount-mtab-flags.patch
@@ -1,3 +1,11 @@
+Goal: Always put the "ro|rw" option in mtab
+
+Fixes: ?
+
+Status wrt upstream: Should be forwarded if pertinent
+
+Note:
+
Index: samba-3.0.25rc2/source/client/smbmnt.c
===================================================================
--- samba-3.0.25rc2.orig/source/client/smbmnt.c 2007-04-24 11:07:00.470062591 +0200
diff --git a/debian/patches/smbmount-nomtab.patch b/debian/patches/smbmount-nomtab.patch
index e557fa54b4..961a85eadc 100644
--- a/debian/patches/smbmount-nomtab.patch
+++ b/debian/patches/smbmount-nomtab.patch
@@ -1,3 +1,12 @@
+Goal: Add an option to not update mtab
+
+Fixes: ?
+
+Status wrt upstream: Should be forwarded
+
+Note: Part of no-longer maintained smbfs stuff?
+ The manpages are not modified
+
Index: samba-3.0.25rc2/source/client/smbmnt.c
===================================================================
--- samba-3.0.25rc2.orig/source/client/smbmnt.c 2007-04-24 11:07:52.143973086 +0200
diff --git a/debian/patches/smbmount-unix-caps.patch b/debian/patches/smbmount-unix-caps.patch
index 4e60fefe34..b2d7099763 100644
--- a/debian/patches/smbmount-unix-caps.patch
+++ b/debian/patches/smbmount-unix-caps.patch
@@ -1,3 +1,11 @@
+Goal: respect requests for uid-flattening mount options by disabling Unix permissions handling in the kernel driver
+
+Fixes: ?
+
+Status wrt upstream: If pertinent, should probably be forwarded
+
+Note: Part of no-longer maintained smbfs stuff?
+
Index: samba-3.0.25rc2/source/client/smbmount.c
===================================================================
--- samba-3.0.25rc2.orig/source/client/smbmount.c 2007-04-24 11:07:54.208043743 +0200
diff --git a/debian/patches/smbstatus-locking.patch b/debian/patches/smbstatus-locking.patch
index 45af72420f..7f199046f0 100644
--- a/debian/patches/smbstatus-locking.patch
+++ b/debian/patches/smbstatus-locking.patch
@@ -1,3 +1,11 @@
+Goal: Unknown
+
+Fixes: Maybe #164179?
+
+Status wrt upstream: Should maybe be forwarded
+
+Note:
+
Index: samba-3.0.25rc2/source/utils/status.c
===================================================================
--- samba-3.0.25rc2.orig/source/utils/status.c 2007-04-24 11:07:00.162050334 +0200
diff --git a/debian/patches/undefined-symbols.patch b/debian/patches/undefined-symbols.patch
index f4dae74f82..8254529a1e 100644
--- a/debian/patches/undefined-symbols.patch
+++ b/debian/patches/undefined-symbols.patch
@@ -1,3 +1,13 @@
+Goal: Fix missing symbols in libsmbclient (and libnss_wins), and add
+ -Wl,-z,defs to the libsmbclient link options to prevent future
+ instances of undefined symbols
+
+Fixes: #281181
+
+Status wrt upstream: Not forwarded. Should be?
+
+Note:
+
Index: samba-3.0.25rc2/source/Makefile.in
===================================================================
--- samba-3.0.25rc2.orig/source/Makefile.in 2007-04-24 11:07:49.231872700 +0200