Your message dated Mon, 13 Apr 2009 23:02:22 +0000
with message-id <[email protected]>
and subject line Bug#521369: fixed in prayer 1.2.3-1
has caused the Debian Bug report #521369,
regarding prayer: debian/rules clean leaves compiled files behind
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.)


-- 
521369: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521369
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: prayer
Version: 1.2.2.1-7
Severity: normal
Tags: patch

`make clean` in prayer 1.2.2.1-7 doesn't delete everything that it should -
several .a files are left behind, causing repeated builds from the same
source directory to fail. Please see attached patch (suitable for adding to
debian/patches directly).

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: prayer-1.2.2.1/lib/Makefile
===================================================================
--- prayer-1.2.2.1.orig/lib/Makefile	2009-03-27 01:11:10.000000000 +0000
+++ prayer-1.2.2.1/lib/Makefile	2009-03-27 01:11:16.000000000 +0000
@@ -74,7 +74,7 @@
 	$(CC) $(CFLAGS) $(MUTEX_DEF) -c $<
 
 clean:
-	rm -f lib.o $(OBJS) $(WITHSSL_OBJS) $(NOSSL_OBJS) *~ \#*\#
+	rm -f lib.o $(OBJS) $(WITHSSL_OBJS) $(NOSSL_OBJS) *~ \#*\# $(TARGETS)
 
 install: all
 	cp template_expand template_compile ../bin
Index: prayer-1.2.2.1/templates/xhtml_strict/Makefile
===================================================================
--- prayer-1.2.2.1.orig/templates/xhtml_strict/Makefile	2009-03-27 01:11:10.000000000 +0000
+++ prayer-1.2.2.1/templates/xhtml_strict/Makefile	2009-03-27 01:11:16.000000000 +0000
@@ -108,7 +108,7 @@
 	cp *.vars $(BROOT)$(PREFIX)/templates/$(TYPE)
 
 clean:
-	rm -f *.html *.o *.c \#*\# *~
+	rm -f *.html *.o *.c \#*\# *~ $(TARGET)
 
 include Makefile.deps
 
Index: prayer-1.2.2.1/templates/xhtml_transitional/Makefile
===================================================================
--- prayer-1.2.2.1.orig/templates/xhtml_transitional/Makefile	2009-03-27 01:11:10.000000000 +0000
+++ prayer-1.2.2.1/templates/xhtml_transitional/Makefile	2009-03-27 01:11:16.000000000 +0000
@@ -108,7 +108,7 @@
 	cp *.vars $(BROOT)$(PREFIX)/templates/$(TYPE)
 
 clean:
-	rm -f *.html *.o *.c \#*\# *~
+	rm -f *.html *.o *.c \#*\# *~ $(TARGET)
 
 include Makefile.deps
 

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: prayer
Source-Version: 1.2.3-1

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

prayer-accountd_1.2.3-1_amd64.deb
  to pool/main/p/prayer/prayer-accountd_1.2.3-1_amd64.deb
prayer-templates_1.2.3-1_all.deb
  to pool/main/p/prayer/prayer-templates_1.2.3-1_all.deb
prayer_1.2.3-1.diff.gz
  to pool/main/p/prayer/prayer_1.2.3-1.diff.gz
prayer_1.2.3-1.dsc
  to pool/main/p/prayer/prayer_1.2.3-1.dsc
prayer_1.2.3-1_amd64.deb
  to pool/main/p/prayer/prayer_1.2.3-1_amd64.deb
prayer_1.2.3.orig.tar.gz
  to pool/main/p/prayer/prayer_1.2.3.orig.tar.gz



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.
Magnus Holmgren <[email protected]> (supplier of updated prayer 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: Tue, 14 Apr 2009 00:50:31 +0200
Source: prayer
Binary: prayer prayer-templates prayer-accountd
Architecture: source all amd64
Version: 1.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Magnus Holmgren <[email protected]>
Changed-By: Magnus Holmgren <[email protected]>
Description: 
 prayer     - standalone IMAP-based webmail server
 prayer-accountd - account management daemon for Prayer
 prayer-templates - templates for customizing Prayer Webmail
Closes: 521369
Changes: 
 prayer (1.2.3-1) unstable; urgency=low
 .
   * New upstream release.
     - Drop repair_ssl_session_db_on_version_mismatch.patch,
       remove_old_db_logfiles_from_prayer-ssl-prune.patch,
       welcome_is_template.patch, template_find_bug.patch; all incorporated
       upstream.
     - Update makefile_install_config.patch after welcome.html gone.
   * kfreebsd.patch (new): Try to get Prayer to work on Debian
     GNU/kFreeBSD.
   * Add ${misc:Depends} to Depends for prayer-templates.
   * Upgrade to Standards-Version 3.8.1.
     + Add debian/README.source.
   * clean_completely.patch (new): Fix a few makefiles that didn't remove
     their build targets in the clean target (Closes: #521369). Thanks to
     Simon McVittie.
Checksums-Sha1: 
 6166f420da43de49762095fdd4dd7ae4127e8fa9 1266 prayer_1.2.3-1.dsc
 e959e93e206ad63711a4e28f67250b6673dfd470 607441 prayer_1.2.3.orig.tar.gz
 a6f4f3ffbf793b37580f075eafcd94e32a76e91f 30140 prayer_1.2.3-1.diff.gz
 551f8ffdd787a7ea3fea639a1c68d0f9e52ba938 176758 
prayer-templates_1.2.3-1_all.deb
 ac18096e1297313d1e0418defdbd8e2bf501e009 597330 prayer_1.2.3-1_amd64.deb
 bfb9e831c6b491be9c4c7eab2c59778ca170b281 109880 
prayer-accountd_1.2.3-1_amd64.deb
Checksums-Sha256: 
 520a18467cbf2f1369fcc70e421a48714be4c963511fe4cf173f37b9394412a6 1266 
prayer_1.2.3-1.dsc
 0989e87a8e9074be3aece325965a18dcb928846185bc98e8f10ef7cb57d34114 607441 
prayer_1.2.3.orig.tar.gz
 4f7e12b97bec83c1347112e91fca681034cbb1888210861a3cb64d54d27ee7be 30140 
prayer_1.2.3-1.diff.gz
 b87e81e9a1f2424458f539565a8138654ce8a57db6a7e48a117dd2a4ea529c45 176758 
prayer-templates_1.2.3-1_all.deb
 b25ebe5027ddfaf53fb3d11539ce911b9b2c7c7e00a9171f3e2f7effb424ff2e 597330 
prayer_1.2.3-1_amd64.deb
 0e7e4ec37b0cfc44a42204f908c62e474f2ba3471ed405e69e9acccfbd0adfff 109880 
prayer-accountd_1.2.3-1_amd64.deb
Files: 
 3fd9b5b009b4af5e4d4407b7d7d66598 1266 mail optional prayer_1.2.3-1.dsc
 921cd1cc3c68a10457d5ec89fc9bc0d2 607441 mail optional prayer_1.2.3.orig.tar.gz
 90bdd485ca1df5799843048772ddca43 30140 mail optional prayer_1.2.3-1.diff.gz
 2900012287881d41c66bfe479f48747f 176758 mail optional 
prayer-templates_1.2.3-1_all.deb
 e8d978188b60634d451e3919af0c083c 597330 mail optional prayer_1.2.3-1_amd64.deb
 200a8a3ceebe55cf89f64558118f548e 109880 mail optional 
prayer-accountd_1.2.3-1_amd64.deb

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

iEYEARECAAYFAknjwnEACgkQk7mRNn1h4+Z5TQCgl6Eus7/Imrbcvrw03IlVOQz1
NOkAnih2NNWd8thujfrc/CLby5SFJN/z
=QHjl
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to