Your message dated Fri, 15 Aug 2008 00:47:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#493401: fixed in samba 2:3.2.1-1
has caused the Debian Bug report #493401,
regarding samba: FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on 
libkeyutils-dev)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
493401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493401
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: samba
Severity: important
Version: 2:3.2.0-4
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version has unsatisfied Build-Depends on libkeyutils-dev
under non-linux ports.

This package builds fine on GNU/kFreeBSD without libkeyutils-dev installed.

Please, could you exclude linux specific package in Build-Depends
by using "libkeyutils-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]".

Thanks for your cooperation.

                                Petr




--- End Message ---
--- Begin Message ---
Source: samba
Source-Version: 2:3.2.1-1

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.2.1-1_amd64.deb
  to pool/main/s/samba/libpam-smbpass_3.2.1-1_amd64.deb
libsmbclient-dev_3.2.1-1_amd64.deb
  to pool/main/s/samba/libsmbclient-dev_3.2.1-1_amd64.deb
libsmbclient_3.2.1-1_amd64.deb
  to pool/main/s/samba/libsmbclient_3.2.1-1_amd64.deb
libwbclient0_3.2.1-1_amd64.deb
  to pool/main/s/samba/libwbclient0_3.2.1-1_amd64.deb
samba-common_3.2.1-1_amd64.deb
  to pool/main/s/samba/samba-common_3.2.1-1_amd64.deb
samba-dbg_3.2.1-1_amd64.deb
  to pool/main/s/samba/samba-dbg_3.2.1-1_amd64.deb
samba-doc-pdf_3.2.1-1_all.deb
  to pool/main/s/samba/samba-doc-pdf_3.2.1-1_all.deb
samba-doc_3.2.1-1_all.deb
  to pool/main/s/samba/samba-doc_3.2.1-1_all.deb
samba-tools_3.2.1-1_amd64.deb
  to pool/main/s/samba/samba-tools_3.2.1-1_amd64.deb
samba_3.2.1-1.diff.gz
  to pool/main/s/samba/samba_3.2.1-1.diff.gz
samba_3.2.1-1.dsc
  to pool/main/s/samba/samba_3.2.1-1.dsc
samba_3.2.1-1_amd64.deb
  to pool/main/s/samba/samba_3.2.1-1_amd64.deb
samba_3.2.1.orig.tar.gz
  to pool/main/s/samba/samba_3.2.1.orig.tar.gz
smbclient_3.2.1-1_amd64.deb
  to pool/main/s/samba/smbclient_3.2.1-1_amd64.deb
smbfs_3.2.1-1_amd64.deb
  to pool/main/s/samba/smbfs_3.2.1-1_amd64.deb
swat_3.2.1-1_amd64.deb
  to pool/main/s/samba/swat_3.2.1-1_amd64.deb
winbind_3.2.1-1_amd64.deb
  to pool/main/s/samba/winbind_3.2.1-1_amd64.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.8
Date: Thu, 14 Aug 2008 16:13:24 -0700
Source: samba
Binary: samba samba-common samba-tools smbclient swat samba-doc samba-doc-pdf 
smbfs libpam-smbpass libsmbclient libsmbclient-dev winbind samba-dbg 
libwbclient0
Architecture: source all amd64
Version: 2:3.2.1-1
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
 libwbclient0 - client library for interfacing with winbind service
 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)
 samba-tools - tools provided by the Samba suite
 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: 493401 493752 494899
Changes: 
 samba (2:3.2.1-1) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Build-depend on keyutils only on the linux archs.  Closes: #493401.
   * New patch debian/patches/shrink-dead-code.patch: throw all .o files into
     a .a archive as a first pass before linking the final executables, so
     that the executables don't end up with quite so much unused code bloating
     the system.  Not applied to net or ntlm_auth, which have particularly
     hairy linking needs.  Partially addresses: bug #474543; no code was
     harmed in the making of this patch.
   * Build-depend on libcups2-dev | libcupsys2-dev, to facilitate backports.
 .
   [ Christian Perrier ]
   * New upstream release
     - Fix trusted domain handling in Winbindd. Closes: #493752
     - Fix for print jobs that continued to show as active after printing
       had completed.  Closes: #494899.
Checksums-Sha1: 
 2aff5fed96f3160cc082ed99129d4b836ba0c1a2 1776 samba_3.2.1-1.dsc
 fd02c042bd7e8c34e08fb108fe50abfa7d190507 23696425 samba_3.2.1.orig.tar.gz
 34bfdfb5a17b9460045a8c6f5193caddfb1e7782 215268 samba_3.2.1-1.diff.gz
 73eee644c78802c0af715e58b60851fc2c6284e6 7942536 samba-doc_3.2.1-1_all.deb
 6a3807be6fc7bf8d41e7b213afc4ee917cdf1260 6251428 samba-doc-pdf_3.2.1-1_all.deb
 cfb24c00faa2a0feebf3f5a97b0d92ba2de8c9a6 4773052 samba_3.2.1-1_amd64.deb
 24440cbb7149df4e6eb65f703fcf175a59420255 3723074 samba-common_3.2.1-1_amd64.deb
 7fa8a20e727795d32b08f586acfe78959167f7e4 5643376 samba-tools_3.2.1-1_amd64.deb
 1c090b591d335907a1b5c3347c55bc1223454df5 7001534 smbclient_3.2.1-1_amd64.deb
 c560aa94edce179fbced98879bbfb9f5e78073a6 1081444 swat_3.2.1-1_amd64.deb
 740c8d8994563a9d2ada28e09dc67f3ec0a09cba 1490026 smbfs_3.2.1-1_amd64.deb
 a0ac220cf0bfb5f7cbe14f9bd5f05518e838f32d 626150 
libpam-smbpass_3.2.1-1_amd64.deb
 0eda7126d67a1b4ec2e21481626605b2f827ba79 1356482 libsmbclient_3.2.1-1_amd64.deb
 b85b7e8756ed516a338338de8b1911b6fdf06c1a 187374 
libsmbclient-dev_3.2.1-1_amd64.deb
 1492e93677eb9975e136c0e649c0e93a364b672f 3272788 winbind_3.2.1-1_amd64.deb
 9bcc0eb66c6c8b06d57d2d88024dd1c372222e0c 1992466 samba-dbg_3.2.1-1_amd64.deb
 513bb043d90c2b77b0f9bfcfa07371763d4c1bb6 78596 libwbclient0_3.2.1-1_amd64.deb
Checksums-Sha256: 
 5472e43b240a265641a0fda322f3f547d0df8dec3b472dcda2c2c3024be92a11 1776 
samba_3.2.1-1.dsc
 ce930b976d7759a90375cb1cadcbe2f4f339be3914b64842a36aff7f0137115e 23696425 
samba_3.2.1.orig.tar.gz
 1920fce0243fcfed5a654d12515edf8e7f64dc77afbf68049812a00617f6b4b3 215268 
samba_3.2.1-1.diff.gz
 f6b82bfcebfe9ad262e2522c962ee923c51ae3d57d0d7d6fb422e0cdd467056f 7942536 
samba-doc_3.2.1-1_all.deb
 3f0fd8d28a17c7ecd72e94bd4430dd19373e0bddb95f0ef1c709ac6f96e146e7 6251428 
samba-doc-pdf_3.2.1-1_all.deb
 678b631b974bc5cffc63ed3cde471e41d717c81b09709deac7034ddd7f3ec9e8 4773052 
samba_3.2.1-1_amd64.deb
 06e1003764dc7c707fe40d7d8e9d4469ae5834df8fdced92104eb22c3a521e1e 3723074 
samba-common_3.2.1-1_amd64.deb
 eec42eb8d8f4deb15aadac754b348f73f3a4184ddc4cf6bd2b48a6f9ac89855d 5643376 
samba-tools_3.2.1-1_amd64.deb
 b28d1d4cd111f662eadba3fe237ce273147b4b47863d324d57d424328d023dd6 7001534 
smbclient_3.2.1-1_amd64.deb
 fe4c46ac72968cbdf935b1e3d69235b5ce0b76b6184af1d5788270c6cd2793d1 1081444 
swat_3.2.1-1_amd64.deb
 16cb05b429f9b0c8b03b4350d5559769cb985244675b49e6b6ff06f22b92b413 1490026 
smbfs_3.2.1-1_amd64.deb
 f867b8acc4067dfe44c648c91a92580515104bf96a1dd3b96bd91d1f2b35d4ff 626150 
libpam-smbpass_3.2.1-1_amd64.deb
 13a3234db727283a81473594c6eb1045a31527b22082694af66a4741f7055323 1356482 
libsmbclient_3.2.1-1_amd64.deb
 68d190f6f381996c10aee7f2713555974fcd85fa272ab57bde46ffc9689bd717 187374 
libsmbclient-dev_3.2.1-1_amd64.deb
 9ccc1826b56c405cbfcbb49544d37abfab6e72a30eb7c020d7e305412e98971a 3272788 
winbind_3.2.1-1_amd64.deb
 48de88498a17f4820bbe2f4d4372d7e854e79cd9c14b6426c7fa869459472ca8 1992466 
samba-dbg_3.2.1-1_amd64.deb
 2fa49957a92fa258831f07096abffb05a619146de55d8e3b4f4b18545162012a 78596 
libwbclient0_3.2.1-1_amd64.deb
Files: 
 78827da1fd53efe4b94ccc979fd6a3ae 1776 net optional samba_3.2.1-1.dsc
 ed2b790b035e508177aa2d1547af383d 23696425 net optional samba_3.2.1.orig.tar.gz
 820863f9062de610c89941ef0055d9b2 215268 net optional samba_3.2.1-1.diff.gz
 c994bb8dd3b489cfe8b67346857742d1 7942536 doc optional samba-doc_3.2.1-1_all.deb
 33cf1541c3b83bb7a152b4b2b5cf0a41 6251428 doc optional 
samba-doc-pdf_3.2.1-1_all.deb
 83dcdf477c1113e67a951ed83652d577 4773052 net optional samba_3.2.1-1_amd64.deb
 b8216fa0522c019908ba4a782e254b2f 3723074 net optional 
samba-common_3.2.1-1_amd64.deb
 7eb946d777c4f94bf0945eb61acd0cf9 5643376 net optional 
samba-tools_3.2.1-1_amd64.deb
 24241afe8fb9401b7bde53f52dca9a13 7001534 net optional 
smbclient_3.2.1-1_amd64.deb
 b1275e8dc95ade084994f5f8fc9feeae 1081444 net optional swat_3.2.1-1_amd64.deb
 2dd02624eee8fe9942bc72710e313577 1490026 otherosfs optional 
smbfs_3.2.1-1_amd64.deb
 db9b760c2c47002be54e8af9d89a39bd 626150 admin extra 
libpam-smbpass_3.2.1-1_amd64.deb
 a016f8208c4c934a86df78eae8ed4986 1356482 libs optional 
libsmbclient_3.2.1-1_amd64.deb
 670b3f0d295e1d9edd37df7a0df3cea1 187374 libdevel extra 
libsmbclient-dev_3.2.1-1_amd64.deb
 aee0cf6f865701f3b86da5c7fe99ee33 3272788 net optional winbind_3.2.1-1_amd64.deb
 00c759338fc920557c587e62f5f78a57 1992466 devel extra 
samba-dbg_3.2.1-1_amd64.deb
 39b7f847149a6e13003e83621a6f184e 78596 libs optional 
libwbclient0_3.2.1-1_amd64.deb

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

iD8DBQFIpMZvKN6ufymYLloRAnH+AJ9Cbl4PjmgQjjMS8/H3v1SWFBAfKgCdErZ/
cvNFA42QH95bcQjVwV1eITc=
=ovTE
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to