[Pkg-samba-maint] r1343 - trunk/samba/debian/patches

Christian Perrier bubulle at alioth.debian.org
Wed Apr 25 21:17:25 UTC 2007


Author: bubulle
Date: 2007-04-25 21:17:24 +0000 (Wed, 25 Apr 2007)
New Revision: 1343

Modified:
   trunk/samba/debian/patches/README_nosmbldap-tools.patch
   trunk/samba/debian/patches/VERSION.patch
   trunk/samba/debian/patches/adapt_machine_creation_script.patch
   trunk/samba/debian/patches/autoconf.patch
   trunk/samba/debian/patches/documentation.patch
   trunk/samba/debian/patches/fhs.patch
   trunk/samba/debian/patches/installswat.sh.patch
   trunk/samba/debian/patches/make-distclean.patch
   trunk/samba/debian/patches/nmbd-signalling.patch
   trunk/samba/debian/patches/non-linux-ports.patch
   trunk/samba/debian/patches/pam-examples.patch
   trunk/samba/debian/patches/python-examples.patch
   trunk/samba/debian/patches/samba.patch
   trunk/samba/debian/patches/smbclient-pager.patch
   trunk/samba/debian/patches/smbmount-mtab-flags.patch
   trunk/samba/debian/patches/smbmount-nomtab.patch
   trunk/samba/debian/patches/smbmount-unix-caps.patch
   trunk/samba/debian/patches/smbstatus-locking.patch
   trunk/samba/debian/patches/undefined-symbols.patch
Log:
Comment all patches


Modified: trunk/samba/debian/patches/README_nosmbldap-tools.patch
===================================================================
--- trunk/samba/debian/patches/README_nosmbldap-tools.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/README_nosmbldap-tools.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/VERSION.patch
===================================================================
--- trunk/samba/debian/patches/VERSION.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/VERSION.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/adapt_machine_creation_script.patch
===================================================================
--- trunk/samba/debian/patches/adapt_machine_creation_script.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/adapt_machine_creation_script.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/autoconf.patch
===================================================================
--- trunk/samba/debian/patches/autoconf.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/autoconf.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/documentation.patch
===================================================================
--- trunk/samba/debian/patches/documentation.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/documentation.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/fhs.patch
===================================================================
--- trunk/samba/debian/patches/fhs.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/fhs.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/installswat.sh.patch
===================================================================
--- trunk/samba/debian/patches/installswat.sh.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/installswat.sh.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/make-distclean.patch
===================================================================
--- trunk/samba/debian/patches/make-distclean.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/make-distclean.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/nmbd-signalling.patch
===================================================================
--- trunk/samba/debian/patches/nmbd-signalling.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/nmbd-signalling.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/non-linux-ports.patch
===================================================================
--- trunk/samba/debian/patches/non-linux-ports.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/non-linux-ports.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/pam-examples.patch
===================================================================
--- trunk/samba/debian/patches/pam-examples.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/pam-examples.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/python-examples.patch
===================================================================
--- trunk/samba/debian/patches/python-examples.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/python-examples.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/samba.patch
===================================================================
--- trunk/samba/debian/patches/samba.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/samba.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/smbclient-pager.patch
===================================================================
--- trunk/samba/debian/patches/smbclient-pager.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/smbclient-pager.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/smbmount-mtab-flags.patch
===================================================================
--- trunk/samba/debian/patches/smbmount-mtab-flags.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/smbmount-mtab-flags.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/smbmount-nomtab.patch
===================================================================
--- trunk/samba/debian/patches/smbmount-nomtab.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/smbmount-nomtab.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/smbmount-unix-caps.patch
===================================================================
--- trunk/samba/debian/patches/smbmount-unix-caps.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/smbmount-unix-caps.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/smbstatus-locking.patch
===================================================================
--- trunk/samba/debian/patches/smbstatus-locking.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/smbstatus-locking.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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

Modified: trunk/samba/debian/patches/undefined-symbols.patch
===================================================================
--- trunk/samba/debian/patches/undefined-symbols.patch	2007-04-25 16:32:35 UTC (rev 1342)
+++ trunk/samba/debian/patches/undefined-symbols.patch	2007-04-25 21:17:24 UTC (rev 1343)
@@ -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




More information about the Pkg-samba-maint mailing list