Your message dated Sat, 18 Mar 2006 10:47:46 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#352055: fixed in slimserver 6.2.1-2
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: slimserver
Version: 6.2.1-1
Severity: serious
Tags: patch

When building 'slimserver' in a clean 'unstable' chroot,
I get the following error:

 debian/rules clean
find debian/Graphics debian/HTML \
                 -regex '.*\(gif\|png\|bmp\|mp3\)$' -exec rm {} \;
find: debian/Graphics: No such file or directory
make: *** [clean] Error 1

The attached patch fixes this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/slimserver-6.2.1/debian/rules ./debian/rules
--- ../tmp-orig/slimserver-6.2.1/debian/rules   2006-02-09 11:13:26.000000000 
+0000
+++ ./debian/rules      2006-02-09 11:13:20.000000000 +0000
@@ -16,7 +16,8 @@
                  -regex '.*\(gif\|png\|bmp\|mp3\)$$' | shar -S -o 
debian/binfiles
 
 clean:
-       find debian/Graphics debian/HTML \
+       rm -rf debian/Graphics
+       find debian/HTML \
                 -regex '.*\(gif\|png\|bmp\|mp3\)$$' -exec rm {} \;
        dh_testdir
        rm -f build-stamp 


--- End Message ---
--- Begin Message ---
Source: slimserver
Source-Version: 6.2.1-2

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

slimserver_6.2.1-2.diff.gz
  to pool/main/s/slimserver/slimserver_6.2.1-2.diff.gz
slimserver_6.2.1-2.dsc
  to pool/main/s/slimserver/slimserver_6.2.1-2.dsc
slimserver_6.2.1-2_all.deb
  to pool/main/s/slimserver/slimserver_6.2.1-2_all.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.
Simon Kelley <[EMAIL PROTECTED]> (supplier of updated slimserver 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: Sat, 18 Mar 2006 12:13:25 +1000
Source: slimserver
Binary: slimserver
Architecture: source all
Version: 6.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Simon Kelley <[EMAIL PROTECTED]>
Changed-By: Simon Kelley <[EMAIL PROTECTED]>
Description: 
 slimserver - Streaming Audio Server
Closes: 351374 352055
Changes: 
 slimserver (6.2.1-2) unstable; urgency=low
 .
   * Add po-debconf voodoo  (closes: #351374)
   * Fix build problems. (closes: #352055)
Files: 
 582184074b30e4dca78cfe01a9c324ea 625 sound optional slimserver_6.2.1-2.dsc
 bc083477e940473185dd5d5d3de15e2b 67339 sound optional 
slimserver_6.2.1-2.diff.gz
 4382849fda52ca8bf9a43630d8f17a66 1208886 sound optional 
slimserver_6.2.1-2_all.deb

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

iD8DBQFEHFKtwEl0z99oB74RAtSzAKDB9a5+HlJOIeXkuAMOTYLSctlKVACgv0ke
qIgA7LtHvRRfhA2h1nz8+O0=
=j0Dy
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to