Your message dated Mon, 12 Mar 2007 09:02:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#394830: fixed in samba 3.0.24-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: samba
Severity: important
Version: 3.0.23c-3
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweaks to debian/rules.
Please find attached patch with them.

Thanks in advance

                        Petr

diff -u samba-3.0.23c/debian/rules samba-3.0.23c/debian/rules
--- samba-3.0.23c/debian/rules
+++ samba-3.0.23c/debian/rules
@@ -51,18 +51,17 @@
                --with-shared-modules=idmap_rid,idmap_ad \
                --with-automount \
                --with-ldap \
-               --with-cifsmount \
                --with-python=python
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
   conf_args += \
-               --with-smbmount \
+               --with-smbmount --with-cifsmount \
                --with-acl-support \
                --with-quotas
   mount_cifs   = yes
   smbfs                = yes
 else
-  conf_args += --without-quotas
+  conf_args += --without-quotas --without-smbmount --without-cifsmount
   mount_cifs   = no
   smbfs                = no
 endif
@@ -108,7 +107,11 @@
 
        dh_clean
 
-install: DH_OPTIONS=
+ifeq ($(smbfs),no)
+  DH_EXTRAS=-Nsmbfs
+endif
+
+install: DH_OPTIONS=$(DH_EXTRAS)
 install: build
        dh_testdir
        dh_testroot
@@ -184,9 +187,6 @@
 
 # Build architecture-dependent files here.
 # Pass -a to all debhelper commands in this target to reduce clutter.
-ifeq ($(smbfs),no)
-  DH_EXTRAS=-Nsmbfs
-endif
 
 binary-arch: DH_OPTIONS=-a $(DH_EXTRAS)
 binary-arch: build install

--- End Message ---
--- Begin Message ---
Source: samba
Source-Version: 3.0.24-3

We believe that the bug you reported is fixed in the latest version of
samba, which is due to be installed in the Debian FTP archive:

libpam-smbpass_3.0.24-3_i386.deb
  to pool/main/s/samba/libpam-smbpass_3.0.24-3_i386.deb
libsmbclient-dev_3.0.24-3_i386.deb
  to pool/main/s/samba/libsmbclient-dev_3.0.24-3_i386.deb
libsmbclient_3.0.24-3_i386.deb
  to pool/main/s/samba/libsmbclient_3.0.24-3_i386.deb
python-samba_3.0.24-3_i386.deb
  to pool/main/s/samba/python-samba_3.0.24-3_i386.deb
samba-common_3.0.24-3_i386.deb
  to pool/main/s/samba/samba-common_3.0.24-3_i386.deb
samba-dbg_3.0.24-3_i386.deb
  to pool/main/s/samba/samba-dbg_3.0.24-3_i386.deb
samba-doc-pdf_3.0.24-3_all.deb
  to pool/main/s/samba/samba-doc-pdf_3.0.24-3_all.deb
samba-doc_3.0.24-3_all.deb
  to pool/main/s/samba/samba-doc_3.0.24-3_all.deb
samba_3.0.24-3.diff.gz
  to pool/main/s/samba/samba_3.0.24-3.diff.gz
samba_3.0.24-3.dsc
  to pool/main/s/samba/samba_3.0.24-3.dsc
samba_3.0.24-3_i386.deb
  to pool/main/s/samba/samba_3.0.24-3_i386.deb
smbclient_3.0.24-3_i386.deb
  to pool/main/s/samba/smbclient_3.0.24-3_i386.deb
smbfs_3.0.24-3_i386.deb
  to pool/main/s/samba/smbfs_3.0.24-3_i386.deb
swat_3.0.24-3_i386.deb
  to pool/main/s/samba/swat_3.0.24-3_i386.deb
winbind_3.0.24-3_i386.deb
  to pool/main/s/samba/winbind_3.0.24-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[EMAIL PROTECTED]> (supplier of updated samba package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 11 Mar 2007 23:34:10 -0700
Source: samba
Binary: python-samba samba-doc-pdf samba-doc libsmbclient libpam-smbpass swat 
winbind smbclient samba libsmbclient-dev samba-common samba-dbg smbfs
Architecture: source i386 all
Version: 3.0.24-3
Distribution: unstable
Urgency: low
Maintainer: Debian Samba Maintainers <[EMAIL PROTECTED]>
Changed-By: Steve Langasek <[EMAIL PROTECTED]>
Description: 
 libpam-smbpass - pluggable authentication module for SMB/CIFS password database
 libsmbclient - shared library that allows applications to talk to SMB/CIFS 
serve
 libsmbclient-dev - libsmbclient static libraries and headers
 python-samba - Python bindings that allow access to various aspects of Samba
 samba      - a LanManager-like file and printer server for Unix
 samba-common - Samba common files used by both the server and the client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation (PDF format)
 smbclient  - a LanManager-like simple client for Unix
 smbfs      - mount and umount commands for the smbfs (for kernels >= than 2.2.
 swat       - Samba Web Administration Tool
 winbind    - service to resolve user and group information from Windows NT ser
Closes: 368251 394830 407408
Changes: 
 samba (3.0.24-3) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Merge some Ubuntu changes:
     - do not expose the Samba version anymore
     - default workgroup set to WORKGROUP (default workgroup of
       Windows workstations)
   * Fix FTBFS on GNU/kFreeBSD. Thanks to Petr Salinger for the patch
     Closes: #394830
   * Add commented "winbind enum*" settings in smb.conf
     This will point users to these important settings which changed
     their default behaviour between sarge and etch. Closes: #368251
 .
   [ Steve Langasek ]
   * samba-common.dhcp: support creating /etc/samba/dhcp.conf the first
     time the script is called if the dhcp client was already running at
     the time of install, and manually reload samba to get the updated
     config files read.  Thanks to Bas Zoetekouw for the patch.
     Closes: #407408.
   * While we're at it, use atomic replace for /etc/samba/dhcp.conf just
     in case someone else reloads samba while the script is running.  Low
     impact, low-risk change.
Files: 
 58273470f06b16e0616b530477f445ac 1415 net optional samba_3.0.24-3.dsc
 a9eacab57db064d2335b4079ecc3ce65 198613 net optional samba_3.0.24-3.diff.gz
 0c5903ee9b3085939fa7823502179c49 6912194 doc optional 
samba-doc_3.0.24-3_all.deb
 f5e367bbbfdee86b580a1edde1755a1e 6597802 doc optional 
samba-doc-pdf_3.0.24-3_all.deb
 09e4b908f87b66b9ff8874e7274e6ce2 3259940 net optional samba_3.0.24-3_i386.deb
 0e3d7000393f744c2213b909baed45bb 2373448 net optional 
samba-common_3.0.24-3_i386.deb
 852a346e357c9705710d9c78f2b2cfc2 3879970 net optional 
smbclient_3.0.24-3_i386.deb
 c098064b24aa0609a9ab776fdf068b49 792440 net optional swat_3.0.24-3_i386.deb
 558daca0293a6de3df243f49146af02a 411646 otherosfs optional 
smbfs_3.0.24-3_i386.deb
 32a610515880b7b768e7b7473c62225b 417620 admin extra 
libpam-smbpass_3.0.24-3_i386.deb
 f3e005781cea45b8c69eb64590ee669a 756932 libs optional 
libsmbclient_3.0.24-3_i386.deb
 9ebef63217147b8d79652747571f8338 111156 libdevel extra 
libsmbclient-dev_3.0.24-3_i386.deb
 c4b5f20398f4123d5cbb63ad3ae2e69c 1864114 net optional winbind_3.0.24-3_i386.deb
 7553067b98fbeb54f2cdf39ecee2954e 5661458 python optional 
python-samba_3.0.24-3_i386.deb
 508a11aecde84a6d2777374f772d2619 11881464 devel extra 
samba-dbg_3.0.24-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF9RCKKN6ufymYLloRAuVSAJ9Klurz0jeOijhFVdkUXjCGTiYMuwCfWGrc
GkkoVhLjmSmhWnlP+oQ4YfY=
=TGPH
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to