Your message dated Wed, 30 Jun 2010 18:17:20 +0000
with message-id <[email protected]>
and subject line Bug#587239: fixed in drupal6 6.17-2
has caused the Debian Bug report #587239,
regarding Change exim4 to default-mta and fix for postrm failure when apache2
not present
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.)
--
587239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587239
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: drupal6
User: [email protected]
Usertags: origin-ubuntu lucid ubuntu-patch
Version: 6.17-1
Severity: normal
Tags: patch
Dear Maintainer,
The package depends on exim4 which results in exim4 being installed on
servers when people install drupal before installing another MTA so a
dependency change would install default-mta in ubuntu(as postfix is the
default MTA)
Refer: https://bugs.launchpad.net/ubuntu/+source/drupal6/+bug/582255
and postrm assumes apache2 to be present and if not package fails to
install and uninstall
Refer: https://bugs.launchpad.net/ubuntu/+source/drupal6/+bug/583576
In Ubuntu, we've applied the attached patch to achieve the following:
* Merge from debian unstable. Remaining changes:
- Changing exim4 to default-mta (LP: #582255)
- made postrm check for restart.sh in case dependencies
were not properly installed. (LP: #583576)
We thought you might be interested in doing the same.
--
Bhavani Shankar.R
https://launchpad.net/~bhavi <https://launchpad.net/%7Ebhavi>, a proud
ubuntu community member.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
diff -u drupal6-6.17/debian/drupal6.postrm drupal6-6.17/debian/drupal6.postrm
--- drupal6-6.17/debian/drupal6.postrm
+++ drupal6-6.17/debian/drupal6.postrm
@@ -55,7 +55,10 @@
fi
servers="apache2"
- . /usr/share/wwwconfig-common/restart.sh
+ # may not exist if package was manually installed
+ if [ -r /usr/share/wwwconfig-common/restart.sh ] ; then
+ . /usr/share/wwwconfig-common/restart.sh
+ fi
# Remove configuration files (conf.php, $SITE.php)
diff -u drupal6-6.17/debian/control drupal6-6.17/debian/control
--- drupal6-6.17/debian/control
+++ drupal6-6.17/debian/control
@@ -10,7 +11,7 @@
Package: drupal6
Architecture: all
-Depends: ${misc:Depends}, apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, exim4 | mail-transport-agent, wwwconfig-common (>= 0.0.37), mysql-client | virtual-mysql-client | postgresql-client, dbconfig-common, curl
+Depends: ${misc:Depends}, apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, default-mta | mail-transport-agent, wwwconfig-common (>= 0.0.37), mysql-client | virtual-mysql-client | postgresql-client, dbconfig-common, curl
Recommends: mysql-server | postgresql
Description: a fully-featured content management framework
Drupal is a dynamic web site platform which allows an individual or
--- End Message ---
--- Begin Message ---
Source: drupal6
Source-Version: 6.17-2
We believe that the bug you reported is fixed in the latest version of
drupal6, which is due to be installed in the Debian FTP archive:
drupal6_6.17-2.diff.gz
to main/d/drupal6/drupal6_6.17-2.diff.gz
drupal6_6.17-2.dsc
to main/d/drupal6/drupal6_6.17-2.dsc
drupal6_6.17-2_all.deb
to main/d/drupal6/drupal6_6.17-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.
Luigi Gangitano <[email protected]> (supplier of updated drupal6 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: Wed, 30 Jun 2010 19:56:57 +0200
Source: drupal6
Binary: drupal6
Architecture: source all
Version: 6.17-2
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano <[email protected]>
Changed-By: Luigi Gangitano <[email protected]>
Description:
drupal6 - a fully-featured content management framework
Closes: 587239
Changes:
drupal6 (6.17-2) unstable; urgency=low
.
* debian/control
- Removed dependency on exim4, now depends on default-mda (Closes: #587239)
- Bumped Standard-Version to 3.9.0, no change needed
.
* debian/drupal6.postrm
- Made postrm check for restart.sh in case dependencies were not properly
installed (thanks to Bhavani Shankar.R, from Ubuntu)
Checksums-Sha1:
8fd50f4d11816886b52f931fbe79a8e62f6c2e37 1113 drupal6_6.17-2.dsc
287ae4d33215c570587ad256a59dec8569e1c97e 18368 drupal6_6.17-2.diff.gz
39efc1131ac43f3aa84dad594dda9debf328cbf2 1124042 drupal6_6.17-2_all.deb
Checksums-Sha256:
560b13dcbd1103bba6498d7fb2fe247a652d3b775f24ba36b2f9023f02444732 1113
drupal6_6.17-2.dsc
517bac36fb59190f4cd29f98e17d913fff548d1fe9145fa1af15b9411c2ffe24 18368
drupal6_6.17-2.diff.gz
5253f8b873c5ef231929216a3804da8840e0ef8badc649383368d73cb6288c45 1124042
drupal6_6.17-2_all.deb
Files:
feab5ec623245974491399c4b04d5cfb 1113 web extra drupal6_6.17-2.dsc
f03333df7b756a32c8caf0b74fe9a027 18368 web extra drupal6_6.17-2.diff.gz
5e6a306aaf9a40060e4d0d4be901e614 1124042 web extra drupal6_6.17-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
iEYEARECAAYFAkwrhxEACgkQ8ZumGJJMDCZgOwCfTHrHgn8HsLXV4naeuxvmB5Ti
m00AnRCMQ6KnW8CKvzCQxjP3c4zOYDCl
=ydwx
-----END PGP SIGNATURE-----
--- End Message ---